Symbol: DCMD_LOOPFIRST
usr/src/cmd/fm/fmd/common/fmd_mdb.c
431
DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv);
usr/src/cmd/fm/fmd/common/fmd_mdb.c
474
DCMD_ADDRSPEC | DCMD_LOOPFIRST, 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
1241
flags &= ~DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/mdb/mdb.c
896
flags |= DCMD_LOOPFIRST; /* set LOOPFIRST if this is a loop */
usr/src/cmd/mdb/common/mdb/mdb_modapi.c
734
dwp->dw_flags &= ~DCMD_LOOPFIRST;
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/genunix/findstack.c
771
if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP)
usr/src/cmd/mdb/common/modules/genunix/genunix.c
521
pgp->pg_psflags &= ~DCMD_LOOPFIRST;
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/kmem.c
2839
bhc->bhc_flags &= ~DCMD_LOOPFIRST;
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/memory.c
963
if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
usr/src/cmd/mdb/common/modules/genunix/modhash.c
319
mwd->mwd_flags &= ~DCMD_LOOPFIRST;
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/taskq.c
189
flags |= DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
usr/src/cmd/mdb/common/modules/genunix/taskq.c
195
flags &= ~DCMD_LOOPFIRST;
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
1040
arg->flags &= ~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
762
arg->zone_flags &= ~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
804
arg->host_flags &= ~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
820
arg->zone_flags |= DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
840
arg->vhold_flags &= ~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/klmmod/klmmod.c
856
arg->host_flags |= DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
872
arg->slreq_flags &= ~DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
878
arg->vhold_flags |= 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/libumem/umem.c
2463
bhc->bhc_flags &= ~DCMD_LOOPFIRST;
usr/src/cmd/mdb/common/modules/libumem/umem.c
2539
bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
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
95
DCMD_LOOPFIRST | DCMD_PIPE | DCMD_PIPE_OUT)) {
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c
884
(flags & DCMD_LOOPFIRST) || slot_info || device_info ||
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
172
(flags & DCMD_LOOPFIRST)) {
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
2715
(flags & DCMD_LOOPFIRST)) {
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
2906
} else if (flags & DCMD_LOOPFIRST) {
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
3019
(flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info ||
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
3841
acl_args.a_flags = DCMD_LOOPFIRST;
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
632
flags &= ~DCMD_LOOPFIRST;
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);
usr/src/cmd/sgs/rtld/mdbmod/common/rtld.c
999
flags &= ~DCMD_LOOPFIRST;