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

  /src/lib/libc/stdlib/
abort.c 47 static int aborting = 0; variable in typeref:typename:int
67 if (!aborting) {
68 aborting = 1;
  /src/usr.bin/make/unit-tests/
sh-errctl.exp 2 TokenPool_Take: pid <pid>, aborting NONE, running 0
25 TokenPool_Take: pid <pid>, aborting NONE, running 0
opt-debug-jobs.exp 2 TokenPool_Take: pid <pid>, aborting NONE, running 0
25 TokenPool_Take: pid <pid>, aborting NONE, running 0
  /src/sys/external/bsd/drm2/dist/drm/via/
via_dmablit.h 85 int aborting; member in struct:_drm_via_blitq
via_dmablit.c 477 done_transfer = done_transfer || (blitq->aborting && !(status & VIA_DMA_CSR_DE));
482 blitq->blits[cur]->aborted = blitq->aborting;
503 blitq->aborting = 0;
513 blitq->aborting = 1;
746 blitq->aborting = 0;
  /src/usr.bin/make/
job.c 329 static enum { /* Why is the make aborting? */
334 } aborting = ABORT_NONE; variable in typeref:enum:__anonc26c89560103
1281 (aborting == ABORT_ERROR) || aborting == ABORT_INTERRUPT)
1285 if (aborting != ABORT_ERROR && aborting != ABORT_INTERRUPT &&
1298 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) {
1300 aborting = ABORT_ERROR;
1306 if (aborting == ABORT_ERROR && jobTokensRunning == 0) {
1748 if (cmdsOK && aborting == ABORT_NONE)
    [all...]
  /src/usr.sbin/isibootd/
isibootd.c 228 goto aborting; /* out of phase */
252 goto aborting; /* out of phase */
263 aborting:
  /src/sys/dev/ic/
ncr5380sbc.c 625 printf("%s: polled request aborting %d/%d\n",
751 NCR_TRACE("done: aborting, error=%d\n", xs->error);
810 const bool aborting = sc->sc_state & NCR_ABORTING; local in function:ncr5380_done
811 if (aborting)
820 if (aborting)
2062 * When aborting a command, disallow any data phase.
2065 printf("%s: aborting, but phase=%s (reset)\n",
2219 printf("%s: no REQ while aborting, reset\n",
  /src/sys/dev/usb/
uhci.c 135 u_char aborting; member in struct:uhci_pipe
3398 upipe->aborting = 0;

Completed in 21 milliseconds