Symbol: DCMD_LOOP
usr/src/cmd/fm/fmd/common/fmd_mdb.c
1190
(void) fcf_sec(addr, DCMD_ADDRSPEC | DCMD_LOOP, 0, NULL);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
476
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
478
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
480
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
482
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
484
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
486
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
488
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
490
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
492
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
494
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
496
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
498
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
500
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
502
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
504
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
506
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
508
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
510
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
512
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
514
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
516
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
518
DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv);
usr/src/cmd/mdb/common/mdb/mdb.c
1217
flags |= DCMD_PIPE | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
usr/src/cmd/mdb/common/mdb/mdb.c
1240
if (flags & DCMD_LOOP)
usr/src/cmd/mdb/common/mdb/mdb.c
895
if (flags & DCMD_LOOP)
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
2084
if (flags & DCMD_LOOP)
usr/src/cmd/mdb/common/mdb/mdb_cmds.c
2386
return (((flags & DCMD_LOOP) || (error == -1)) ? DCMD_ABORT : DCMD_OK);
usr/src/cmd/mdb/common/mdb/mdb_grammar.y
148
if (!mdb_call($1, $3, DCMD_ADDRSPEC | DCMD_LOOP))
usr/src/cmd/mdb/common/mdb/mdb_grammar.y
154
DCMD_LOOP))
usr/src/cmd/mdb/common/mdb/mdb_grammar.y
188
if (!mdb_call($1, $3, DCMD_ADDRSPEC | DCMD_LOOP))
usr/src/cmd/mdb/common/mdb/mdb_grammar.y
195
if (!mdb_call(dot, $2, DCMD_LOOP))
usr/src/cmd/mdb/common/mdb/mdb_modapi.c
762
dw.dw_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
usr/src/cmd/mdb/common/mdb/mdb_modapi.h
83
#define DCMD_HDRSPEC(fl) (((fl) & DCMD_LOOPFIRST) || !((fl) & DCMD_LOOP))
usr/src/cmd/mdb/common/modules/dtrace/dof.c
588
(void) dof_sec(addr, DCMD_ADDRSPEC | DCMD_LOOP, 0, NULL);
usr/src/cmd/mdb/common/modules/genunix/devinfo.c
1428
if ((flags & DCMD_LOOP) && (dn.dn_name == NULL))
usr/src/cmd/mdb/common/modules/genunix/findstack.c
771
if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP)
usr/src/cmd/mdb/common/modules/genunix/genunix.c
569
pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
571
pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP;
usr/src/cmd/mdb/common/modules/genunix/kmem.c
2914
bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3075
boolean_t besilent = !!(kmv->kmv_flags & (DCMD_LOOP | DCMD_PIPE_OUT));
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3144
boolean_t besilent = !!(kmv->kmv_flags & (DCMD_LOOP | DCMD_PIPE_OUT));
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3225
!(flags & (DCMD_LOOP | DCMD_PIPE_OUT))) {
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3241
if (!(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3249
if (!(flags & (DCMD_LOOP | DCMD_PIPE_OUT))) {
usr/src/cmd/mdb/common/modules/genunix/kmem.c
3261
if (flags & DCMD_LOOP) {
usr/src/cmd/mdb/common/modules/genunix/memory.c
963
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/genunix/modhash.c
362
mwd.mwd_flags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
102
if ((flags & DCMD_LOOP) == 0) {
usr/src/cmd/mdb/common/modules/genunix/sysevent.c
146
if ((flags & DCMD_LOOP) == 0) {
usr/src/cmd/mdb/common/modules/genunix/taskq.c
189
flags |= DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
usr/src/cmd/mdb/common/modules/ip/ip.c
1489
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/ip/ip.c
1582
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/ip/ip.c
1634
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/ip/ip.c
2160
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/ipp/ipp.c
150
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP))
usr/src/cmd/mdb/common/modules/ipp/ipp.c
327
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP))
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
1005
arg->flags = (DCMD_LOOP | DCMD_LOOPFIRST);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
740
arg->zone_flags = (DCMD_LOOP | DCMD_LOOPFIRST);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
766
arg->host_flags = (DCMD_LOOP | DCMD_LOOPFIRST);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
808
arg->vhold_flags = (DCMD_LOOP | DCMD_LOOPFIRST);
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
844
arg->slreq_flags = (DCMD_LOOP | DCMD_LOOPFIRST);
usr/src/cmd/mdb/common/modules/krtld/krtld.c
137
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/krtld/krtld.c
340
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/libc/libc.c
1519
warn = (flags & (DCMD_LOOP | DCMD_PIPE)) ? FALSE : TRUE;
usr/src/cmd/mdb/common/modules/libsysevent/libsysevent.c
39
if ((flags & DCMD_LOOP) == 0) {
usr/src/cmd/mdb/common/modules/libumem/umem.c
2539
bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/libumem/umem.c
2868
if (!(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/libumem/umem.c
2876
if (flags & DCMD_LOOP) {
usr/src/cmd/mdb/common/modules/libumem/umem.c
2893
if (flags & DCMD_LOOP) {
usr/src/cmd/mdb/common/modules/libumem/umem.c
4188
if (!(flags & DCMD_LOOP))
usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c
64
if ((flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE)) &&
usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c
65
(flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE|DCMD_LOOPFIRST))) {
usr/src/cmd/mdb/common/modules/mdb_test/mdb_test.c
94
if (flags != (DCMD_ADDRSPEC | DCMD_LOOP |
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
883
if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) ||
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
886
if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
usr/src/cmd/mdb/common/modules/mr_sas/mr_sas.c
171
if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) ||
usr/src/cmd/mdb/common/modules/mr_sas/mr_sas.c
173
if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2714
if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) ||
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2716
if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
2903
if (!(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
3018
if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) ||
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
3022
if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
usr/src/cmd/mdb/common/modules/sppp/sppp.c
184
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/sppp/sppp.c
253
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/sppp/sppp.c
437
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/sppp/sppp.c
560
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3792
acl_args->a_flags = DCMD_LOOP;
usr/src/cmd/mdb/i86pc/modules/unix/i86mmu.c
391
if (flags & DCMD_LOOP)
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
445
if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
544
if (((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) &&
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
587
flags |= (DCMD_LOOP | DCMD_LOOPFIRST);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
611
if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0))
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
619
if (((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) &&
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
809
if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0))
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
981
flags |= (DCMD_LOOP | DCMD_LOOPFIRST);