| /src/lib/libc/stdlib/ |
| abort.c | 47 static int aborting = 0; variable 67 if (!aborting) { 68 aborting = 1;
|
| /src/usr.bin/make/unit-tests/ |
| sh-errctl.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 26 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| opt-debug-jobs.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 26 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| taint.t | 82 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting"; 86 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| taint.t | 82 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting"; 86 open $fh, '<', $file or die "Couldn't open $file for reading: $!; aborting";
|
| /src/external/gpl2/lvm2/dist/tools/ |
| polldaemon.c | 79 log_error("ABORTING: Mirror percentage check failed."); 112 if (parms->aborting) { 133 log_error("ABORTING: Failed to generate list of copied LVs"); 144 log_error("ABORTING: Segment progression failed."); 165 if (parms->interval && !parms->aborting) { 175 log_error("ABORTING: Can't reread VG for %s", name); 182 log_error("ABORTING: Can't find mirror LV in %s for %s", 215 * if it's not running and we're not aborting */ 244 parms.aborting = arg_is_set(cmd, abort_ARG); 252 if (parms.interval && !parms.aborting) [all...] |
| polldaemon.h | 58 unsigned aborting; member in struct:daemon_parms
|
| /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/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-exact-exception.S | 1 # Blackfin testcase for aborting an excepting insn immediately
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-exact-exception.S | 1 # Blackfin testcase for aborting an excepting insn immediately
|
| /src/usr.bin/make/ |
| job.c | 329 static enum { /* Why is the make aborting? */ 334 } aborting = ABORT_NONE; variable in typeref:enum:__anon3 1335 aborting == ABORT_ERROR || aborting == ABORT_INTERRUPT) 1339 if (aborting != ABORT_ERROR && aborting != ABORT_INTERRUPT && 1352 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) { 1354 aborting = ABORT_ERROR; 1360 if (aborting == ABORT_ERROR && jobTokensRunning == 0) { 1802 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/external/ibm-public/postfix/dist/conf/ |
| postfix-script | 219 $INFO aborting the Postfix mail system
|
| /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 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;
|