Searched defs:DCMD_ABORTED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c83 #define DCMD_ABORTED(x) ((x) == DCMD_USAGE || (x) == DCMD_ABORT) macro
921 if (err != 0 || DCMD_ABORTED(status)) {
947 if (err != 0 || DCMD_ABORTED(status) ||
1214 if (DCMD_ABORTED(status))
1236 if (DCMD_ABORTED(status))
1245 if (DCMD_ABORTED(status))

Completed in 56 milliseconds