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

/netbsd-current/usr.bin/login/
H A Dcommon.h43 void __dead timedout(int);
H A Dcommon.c159 timedout(int signo) function
H A Dlogin_pam.c131 oalrm = signal(SIGALRM, timedout);
H A Dlogin.c174 (void)signal(SIGALRM, timedout);
/netbsd-current/usr.bin/timeout/
H A Dtimeout.c194 bool timedout = false; local
320 timedout = true;
360 if (timedout && !preserve)
/netbsd-current/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.h246 extern int timedout; /* ~> transfer timedout */
H A Dtip.c77 int timedout; variable
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddispatch.c134 unsigned int timedout; member in struct:dns_dispatch
651 disp->timedout++;
837 if (disp->timedout > 0) {
839 disp->timedout--;
847 * have been timedout out already, but non-matching TCP reads have
2139 INSIST(disp->timedout > 0);
2140 disp->timedout--;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devdns.c224 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
636 ns->timedout = 0;
1404 ns->timedout = 0;
2192 req->ns->timedout++;
2193 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2194 req->ns->timedout = 0;
/netbsd-current/external/bsd/libevent/dist/
H A Devdns.c227 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
642 ns->timedout = 0;
1419 ns->timedout = 0;
2208 req->ns->timedout++;
2209 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2210 req->ns->timedout = 0;
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c3098 bool timedout = (op == NULL), confirmed; local
3117 if (!timedout) {
3218 if (state->state != DH6S_CONFIRM && !timedout) {
3278 if (!timedout)
3300 if (!confirmed && !timedout) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr-int.h842 atomic_bool timedout; member in struct:isc_nmsocket
H A Dnetmgr.c1520 atomic_init(&sock->timedout, false);
1934 INSIST(atomic_compare_exchange_strong(&sock->timedout, &(bool){ false },
H A Dtcp.c242 if (atomic_load(&sock->timedout)) {
H A Dtcpdns.c212 if (atomic_load(&sock->timedout)) {
/netbsd-current/sys/dev/pci/
H A Dif_vmx.c3542 int i, timedout; local
3545 timedout = 0;
3552 timedout |= vmxnet3_watchdog(&sc->vmx_queue[i].vxq_txqueue);
3554 if (timedout != 0) {
H A Dif_iavf.c2263 txr->txr_name, "Watchdog timedout on queue");
3355 int timedout; local
3358 timedout = 0;
3371 timedout |= iavf_watchdog(sc->sc_qps[i].qp_txr);
3374 if (timedout != 0) {
4198 "atq timedout\n");
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtcp.c238 if (atomic_load(&sock->timedout)) {
H A Dtcpdns.c208 if (atomic_load(&sock->timedout)) {
H A Dnetmgr-int.h1120 atomic_bool timedout; member in struct:isc_nmsocket
H A Dnetmgr.c1613 atomic_init(&sock->timedout, false);
2052 atomic_compare_exchange_enforced(&sock->timedout, &(bool){ false },
H A Dtlsdns.c248 if (atomic_load(&sock->timedout)) {
/netbsd-current/sys/dev/usb/
H A Dxhci.c3272 goto timedout;
3298 timedout:

Completed in 657 milliseconds