Home
last modified time | relevance | path

Searched refs: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
932 if (err != 0 || DCMD_ABORTED(status)) { in mdb_call()
958 if (err != 0 || DCMD_ABORTED(status) || in mdb_call()
1225 if (DCMD_ABORTED(status)) in mdb_call_idcmd()
1247 if (DCMD_ABORTED(status)) in mdb_call_idcmd()
1256 if (DCMD_ABORTED(status)) in mdb_call_idcmd()