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

  /src/usr.bin/login/
common.h 43 void __dead timedout(int);
common.c 159 timedout(int signo) function in typeref:typename:void __dead
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 in function:main
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 in typeref:typename:int
  /src/sys/dev/pci/
if_vmx.c 3541 int i, timedout; local in function:vmxnet3_tick
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 in function:iavf_tick
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 37 milliseconds