Searched refs:timedout (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/login/
H A Dcommon.h43 void __dead timedout(int);
H A Dcommon.c159 timedout(int signo) function
H A Dlogin_pam.c134 oalrm = signal(SIGALRM, timedout);
H A Dlogin.c171 (void)signal(SIGALRM, timedout);
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dcmds.c350 timedout = 0;
354 if (timedout || stop) {
355 if (timedout)
441 timedout = 0;
445 if (timedout) {
460 timedout = 1;
H A Dtip.h249 int timedout; /* ~> transfer timedout */ variable
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devdns.c217 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
541 ns->timedout = 0;
1189 ns->timedout = 0;
1891 req->ns->timedout++;
1892 if (req->ns->timedout > global_max_nameserver_timeout) {
1893 req->ns->timedout = 0;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/export/samples/
H A Dnsprobe.c73 timedout, enumerator in enum:__anon1403
336 case timedout:
636 *resultp = timedout;

Completed in 86 milliseconds