Searched refs:maxwait (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-dag.c597 struct timeval maxwait; local
656 &mindata, &maxwait, &poll) < 0) {
670 maxwait.tv_sec = handle->md.timeout/1000;
671 maxwait.tv_usec = (handle->md.timeout%1000) * 1000;
674 mindata, &maxwait, &poll) < 0) {
1002 struct timeval maxwait; local
1006 &mindata, &maxwait, &poll) < 0) {
1021 mindata, &maxwait, &poll) < 0) {
/freebsd-10.3-release/sys/dev/ed/
H A Dif_ed.c1431 int maxwait = 200; /* about 240us */ local
1467 --maxwait)
1481 int maxwait = 200; /* about 240us */ local
1581 --maxwait)
1584 if (!maxwait) {
/freebsd-10.3-release/usr.sbin/syslogd/
H A Dsyslogd.c2136 waitdaemon(int nochdir, int noclose, int maxwait) argument
2149 alarm(maxwait);

Completed in 161 milliseconds