Searched refs:returnval (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/tests/sys/kern/pipe/ |
| D | pipe_overcommit2_test.c | 48 int lastfd, pipes[10000], returnval; in main() local 57 returnval = open(template, O_RDONLY); in main() 58 if (returnval == -1 && (errno == ENFILE || errno == EMFILE)) in main() 61 lastfd = returnval; in main() 66 returnval = pipe(&pipes[i]); in main() 76 returnval = pipe(&pipes[i]); in main()
|
| /freebsd-10-stable/usr.sbin/rtadvd/ |
| D | timer_subr.c | 46 static struct timespec returnval, now; in rtadvd_timer_rest() local 53 returnval.tv_sec = returnval.tv_nsec = 0; in rtadvd_timer_rest() 56 TS_SUB(&rat->rat_tm, &now, &returnval); in rtadvd_timer_rest() 58 return (&returnval); in rtadvd_timer_rest()
|
| D | timer.c | 157 static struct timespec returnval; in rtadvd_check_timer() local 179 returnval.tv_sec = returnval.tv_nsec = 0; in rtadvd_check_timer() 181 TS_SUB(&tm_max, &now, &returnval); in rtadvd_check_timer() 182 return (&returnval); in rtadvd_check_timer()
|
| /freebsd-10-stable/usr.sbin/rtsold/ |
| D | rtsold.c | 608 static struct timespec returnval; in rtsol_check_timer() local 740 returnval.tv_sec = returnval.tv_nsec = 0; in rtsol_check_timer() 742 TS_SUB(&rtsol_timer, &now, &returnval); in rtsol_check_timer() 744 now.tv_sec += returnval.tv_sec; in rtsol_check_timer() 745 now.tv_nsec += returnval.tv_nsec; in rtsol_check_timer() 749 return (&returnval); in rtsol_check_timer()
|
| /freebsd-10-stable/contrib/file/src/ |
| D | softmagic.c | 166 int *printed_something, int *need_separator, int *returnval) in match() argument 174 if (returnval == NULL) in match() 175 returnval = &returnvalv; in match() 205 printed_something, need_separator, returnval)) { in match() 213 *returnval = 1; in match() 238 *returnval = 1; in match() 298 printed_something, need_separator, returnval)) { in match() 308 *returnval = 1; in match() 336 *returnval = 1; in match() 396 *returnval = 1; in match() [all …]
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | symtab.c | 931 struct symbol *returnval; in lookup_symbol() local 961 returnval = lookup_symbol_aux (modified_name, mangled_name, block, in lookup_symbol() 966 return returnval; in lookup_symbol()
|