Searched refs:DCMD_ABORT (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/cpc/
H A Dcpc.c76 return (DCMD_ABORT);
81 return (DCMD_ABORT);
90 return (DCMD_ABORT);
96 return (DCMD_ABORT);
126 return (DCMD_ABORT);
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs_log.c154 return (DCMD_ABORT);
162 return (DCMD_ABORT);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c173 return (DCMD_ABORT);
674 return (DCMD_ABORT);
682 return (DCMD_ABORT);
724 return (DCMD_ABORT);
749 return (DCMD_ABORT);
756 return (DCMD_ABORT);
817 return (DCMD_ABORT);
2326 return (DCMD_ABORT);
2408 err = DCMD_ABORT;
2443 err = DCMD_ABORT;
[all...]
H A Dmdb_evset.c554 return (DCMD_ABORT);
588 return ((opt_l || opt_L) ? DCMD_ERR : DCMD_ABORT);
599 return ((opt_l || opt_L) ? DCMD_OK : DCMD_ABORT);
629 return (DCMD_ABORT);
632 return (DCMD_ABORT); /* we use m_dcount as an argument; don't loop */
H A Dmdb_cmds.c371 * by returning DCMD_ABORT if our input is not a pipeline.
373 return ((flags & DCMD_PIPE) ? DCMD_OK : DCMD_ABORT);
716 return (rv == -1 ? DCMD_ABORT : DCMD_OK);
734 return (DCMD_ABORT);
765 return (DCMD_ABORT);
816 return (DCMD_ABORT);
878 return (DCMD_ABORT);
894 return (DCMD_ABORT);
1123 return (DCMD_ABORT);
1377 return (DCMD_ABORT);
[all...]
H A Dmdb_modapi.h94 #define DCMD_ABORT 4 /* Dcmd failed; abort current loop or pipe */ macro
H A Dmdb_modapi.c591 if (status == DCMD_USAGE || status == DCMD_ABORT)
715 if (status == DCMD_ERR || status == DCMD_ABORT)
H A Dmdb.c83 #define DCMD_ABORTED(x) ((x) == DCMD_USAGE || (x) == DCMD_ABORT)
H A Dmdb_proc.c1789 return (DCMD_ABORT); /* avoid repeated failure */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c77 return ((err == -1) ? DCMD_ABORT : DCMD_OK);
660 return (DCMD_ABORT);
670 return (DCMD_ABORT);
677 return (DCMD_ABORT);
681 return (DCMD_ABORT);
H A Dcyclic.c646 return (DCMD_ABORT);
653 return (DCMD_ABORT);
H A Dtaskq.c277 return (DCMD_ABORT);
H A Dtypegraph.c2554 return (DCMD_ABORT);
2710 return (DCMD_ABORT);
2744 return (DCMD_ABORT);
3101 return (DCMD_ABORT);
3402 return (DCMD_ABORT);
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c401 return (DCMD_ABORT);
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c380 return (DCMD_ABORT);
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c1014 * DCMD_ABORT, or DCMD_OK
1023 int rval = DCMD_ABORT;
1048 * DCMD_ABORT, or DCMD_OK
1057 int rval = DCMD_ABORT;

Completed in 176 milliseconds