Searched defs:ABORT (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/mpi/ |
H A D | mpmontg.c | 88 #define ABORT res = MP_UNDEF; goto CLEANUP macro 90 #define ABORT abort() macro 93 #define ABORT res = MP_UNDEF; goto CLEANUP macro
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | v831.c | 160 #define ABORT 01 macro 215 pc(ABORT);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 173 #define ABORT -2 /* user abort */ macro 2152 return(ABORT);
|
/illumos-gate/usr/src/head/arpa/ |
H A D | telnet.h | 64 #define ABORT 238 /* Abort process */ macro 72 "EOF", "SUSP", "ABORT", "EOR", 209 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 149 #define ABORT() (_Vmassert & VM_abort) macro 151 #define ASSERT(p) ((p) ? 0 : (MESSAGE("Assertion failed"), ABORT() ? (abort(),0) : 0)) 155 #define ABORT() (0) macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | sis900.h | 212 ABORT = 0x04000000, enumerator in enum:sis900_tx_buffer_status
|
Completed in 82 milliseconds