Searched refs:ABORT (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpmontg.c88 #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 Dv831.c160 #define ABORT 01 macro
215 pc(ABORT);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c14 * 4 - the first string declared as "ABORT"
15 * 5 - the second string declared as "ABORT"
16 * 6 - ... and so on for successive ABORT strings.
41 * Added CLR_ABORT to clear previously set ABORT string. This has been
43 * an ABORT condition until we know the other host is going to close
47 * we should re-arm the ABORT "NO CARRIER". Hence the CLR_ABORT command.
913 if (strcmp(s, "ABORT") == 0) {
1047 fatal(2, "Too many ABORT strings");
1053 fatal(1, "Illegal or too-long ABORT string ('%v')", s);
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h149 #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 Dsis900.h212 ABORT = 0x04000000, enumerator in enum:sis900_tx_buffer_status
H A Dsis900.c1125 if (tx_status & (ABORT | UNDERRUN | OWCOLL)) {
1167 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) {
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h64 #define ABORT 238 /* Abort process */ macro
72 "EOF", "SUSP", "ABORT", "EOR",
209 "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y122 // The following directive causes tokens ABORT, AFTER, ASC, etc. to
127 ABORT AFTER ASC ATTACH BEFORE BEGIN CASCADE CLUSTER CONFLICT
263 resolvetype(A) ::= ABORT. { A = OE_Abort; }
870 expr(A) ::= RAISE(X) LP ABORT COMMA nm(Z) RP(Y). {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2558 NET2ADD(IAC, ABORT);
2559 printoption("SENT", IAC, ABORT);
H A Dcommands.c409 { "abort", "Send Telnet 'Abort Process'", 1, 0, 0, 2, ABORT },
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c173 #define ABORT -2 /* user abort */ macro
2152 return(ABORT);

Completed in 134 milliseconds