Searched refs:abort (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dabort.h36 #define abort() __kill(__getpid(), __SIGABRT, 0) macro
H A Dpanic.c61 #include "abort.h"
86 abort();
H A Dexc_catcher.c39 #include "abort.h"
59 abort();
H A Dexc_catcher_state.c40 #include "abort.h"
63 abort();
H A Dexc_catcher_state_identity.c40 #include "abort.h"
65 abort();
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dvm_allocate.c230 abort();
232 abort();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOWorkLoop.cpp349 goto abort;
373 goto abort;
386 abort:
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_desc.c795 goto abort;
811 goto abort;
827 goto abort;
838 goto abort;
863 abort:
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c809 goto abort;
822 goto abort;
839 goto abort;
842 abort:
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Close.c344 * abort bit set) Can only allow one pending remove though.
348 * --> abort abort the connection
447 if (pb->u.closeParams.abort || CheckOkToClose(sp)) /* going to close */
510 DoClose(sp, errAborted, -1); /* abort send requests and timers */
H A Dadsp.h342 u_char abort; /* abort connection immediately if non-zero */ member in struct:TRcloseParams
/darwin-on-arm/xnu/bsd/net/
H A Dbpf_filter.c234 abort();
/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_usrreq.c1497 goto abort;
1535 goto abort;
1598 abort:
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c1040 commit_upl(upl_t upl, upl_offset_t pl_offset, size_t uplSize, int flags, int abort) argument
1045 if (abort) {

Completed in 46 milliseconds