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

  /src/usr.bin/login/
common.h 43 void __dead timedout(int);
common.c 159 timedout(int signo) function
login_pam.c 131 oalrm = signal(SIGALRM, timedout);
login.c 174 (void)signal(SIGALRM, timedout);
  /src/usr.bin/timeout/
timeout.c 194 bool timedout = false; local
320 timedout = true;
360 if (timedout && !preserve)
  /src/usr.bin/tip/
cmds.c 350 timedout = 0;
354 if (timedout || stop) {
355 if (timedout)
441 timedout = 0;
445 if (timedout) {
460 timedout = 1;
tip.h 246 extern int timedout; /* ~> transfer timedout */
tip.c 77 int timedout; variable
  /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;
  /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/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/sys/dev/usb/
xhci.c 3322 goto timedout;
3348 timedout:

Completed in 61 milliseconds