Home
last modified time | relevance | path

Searched refs:aborting (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12.1/sbin/recoverdisk/
H A Drecoverdisk.c29 static volatile sig_atomic_t aborting = 0; variable
149 aborting = 1; in sighandler()
264 while (lp->len > 0 && !aborting) { in main()
306 aborting = 1; in main()
309 aborting = 1; in main()
314 if (aborting) { in main()
/freebsd-12.1/contrib/bmake/
H A Djob.c1114 (aborting == ABORT_ERROR) || in JobFinish()
1115 (aborting == ABORT_INTERRUPT)) in JobFinish()
1119 if ((aborting != ABORT_ERROR) && (aborting != ABORT_INTERRUPT) && in JobFinish()
1151 aborting = ABORT_ERROR; in JobFinish()
1746 if (cmdsOK && aborting == 0) { in JobStart()
2284 aborting = 0; in Job_Init()
2635 aborting = ABORT_INTERRUPT; in JobInterrupt()
2734 aborting = ABORT_WAIT; in Job_Wait()
2738 aborting = 0; in Job_Wait()
2761 aborting = ABORT_ERROR; in Job_AbortAll()
[all …]
/freebsd-12.1/sys/dev/drm/
H A Dvia_dmablit.c329 done_transfer = done_transfer || ( blitq->aborting && !(status & VIA_DMA_CSR_DE)); in via_dmablit_handler()
334 blitq->blits[cur]->aborted = blitq->aborting; in via_dmablit_handler()
350 blitq->aborting = 0; in via_dmablit_handler()
361 blitq->aborting = 1; in via_dmablit_handler()
543 blitq->aborting = 0; in via_init_dmablit()
H A Dvia_dmablit.h71 int aborting; member
/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c3611 bool aborting; local
3932 aborting = Errors > 0;
3933 if (!(aborting || bitset(EF_DISCARD, e->e_flags)) &&
3936 aborting = bitset(EF_FATALERRS, e->e_flags);
3938 if (aborting)
4232 if (aborting || bitset(EF_DISCARD, e->e_flags))
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL140 NB. due to certain broken SSH implementations aborting upon receipt
169 NB. due to certain broken SSH implementations aborting upon receipt
/freebsd-12.1/contrib/byacc/
H A DREADME.BTYACC197 2 cleaning up stack when aborting
209 2 cleaning up stack when aborting
/freebsd-12.1/contrib/bzip2/
H A DCHANGES242 when aborting in cleanUpAndFail().
/freebsd-12.1/contrib/serf/
H A DCHANGES244 serf_get propagates errors from the response, instead of aborting (Issue 52)
/freebsd-12.1/contrib/binutils/ld/po/
H A Dld.pot1102 msgid "%P: internal error: aborting at %s line %d in %s\n"
1106 msgid "%P: internal error: aborting at %s line %d\n"
/freebsd-12.1/tools/test/testfloat/
H A Dtestfloat-source.txt182 and aborting.
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4221 …o that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
H A DChangeLog-2.01238 …w_with_config: if a config is provided and no backend is selected, return NULL instead of aborting.
/freebsd-12.1/contrib/libevent/
H A DChangeLog-1.4221 …o that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
H A DChangeLog-2.01238 …w_with_config: if a config is provided and no backend is selected, return NULL instead of aborting.
/freebsd-12.1/crypto/openssl/doc/man1/
H A Ds_client.pod803 option: any verify errors are then returned aborting the handshake.
/freebsd-12.1/contrib/binutils/bfd/po/
H A Dbfd.pot160 msgid "BFD %s internal error, aborting at %s line %d in %s\n"
165 msgid "BFD %s internal error, aborting at %s line %d\n"
/freebsd-12.1/contrib/wpa/hostapd/
H A DChangeLog1080 * added support for sending TLS alerts and aborting authentication
/freebsd-12.1/contrib/gcc/doc/
H A Dsourcebuild.texi386 without aborting the build. Man pages are also included in release
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.19981353 instead of aborting. always free memory
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19986528 * error.c (dump_decl): Avoid aborting in the midst of printing an
6844 * tree.c (mapcar): Return error_mark_node, rather than aborting,
H A DChangeLog-20021684 * rtti.c (get_pseudo_ti_desc): Give an error rather than aborting
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog542 delay slots, just skip instead of aborting.
H A DChangeLog-19972215 instead of aborting.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-94953456 call _bfd_error_handler and return failure rather than aborting.
8628 * som.c (log2): Return -1 on error rather than aborting.
8638 or failure rather than aborting on failure.

12