Searched refs:howlong (Results 1 – 5 of 5) sorted by relevance
/freebsd/stand/common/ |
H A D | boot.c | 132 int howlong; in command_autoboot() local 136 howlong = -1; in command_autoboot() 142 howlong = strtol(argv[1], &cp, 0); in command_autoboot() 150 return(autoboot(howlong, prompt)); in command_autoboot()
|
/freebsd/sbin/dhclient/ |
H A D | dispatch.c | 161 struct timespec howlong; in dispatch() local 196 timespecsub(&timeouts->when, &time_now, &howlong); in dispatch() 197 if (timespeccmp(&howlong, ×pec_intmax_ms, >)) in dispatch() 198 howlong = timespec_intmax_ms; in dispatch() 199 to_msec = howlong.tv_sec * 1000 + howlong.tv_nsec / 1000000; in dispatch()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread-internal.h | 330 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, howlong) EVUTIL_NIL_STMT_ argument
|
/freebsd/contrib/libevent/ |
H A D | evthread-internal.h | 330 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, howlong) EVUTIL_NIL_STMT_ argument
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 4427 char *howlong; local 4429 howlong = pintvl(now - e->e_dtime, true); 4434 e->e_id, howlong); 4437 e->e_id, howlong); 4441 howlong);
|