HomeSort by: relevance | last modified time | path
    Searched defs:timedout (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/timeout/
timeout.c 194 bool timedout = false; local
320 timedout = true;
360 if (timedout && !preserve)
  /src/usr.bin/login/
common.c 159 timedout(int signo) function
  /src/usr.bin/tip/
tip.c 77 int timedout; variable
  /src/external/mpl/bind/dist/lib/dns/
dispatch.c 134 unsigned int timedout; member in struct:dns_dispatch
636 disp->timedout++;
828 if (disp->timedout > 0) {
830 disp->timedout--;
2177 INSIST(disp->timedout > 0);
2178 disp->timedout--;
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 3187 bool timedout = (op == NULL), confirmed; local
3206 if (!timedout) {
3307 if (state->state != DH6S_CONFIRM && !timedout) {
3371 if (!timedout)
3393 if (!confirmed && !timedout) {
  /src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h 648 bool timedout; member in struct:isc_nmsocket
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 842 atomic_bool timedout; member in struct:isc_nmsocket
  /src/sys/dev/pci/
if_vmx.c 3541 int i, timedout; local
3544 timedout = 0;
3551 timedout |= vmxnet3_watchdog(&sc->vmx_queue[i].vxq_txqueue);
3553 if (timedout != 0) {
if_iavf.c 2266 txr->txr_name, "Watchdog timedout on queue");
3359 int timedout; local
3362 timedout = 0;
3375 timedout |= iavf_watchdog(sc->sc_qps[i].qp_txr);
3378 if (timedout != 0) {
4202 "atq timedout\n");
  /src/external/bsd/libevent/dist/
evdns.c 227 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;
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 225 int timedout; /* number of times in a row a request has timed out */ member in struct:nameserver
640 ns->timedout = 0;
1417 ns->timedout = 0;
2206 req->ns->timedout++;
2207 if (req->ns->timedout > req->base->global_max_nameserver_timeout) {
2208 req->ns->timedout = 0;

Completed in 47 milliseconds