Searched refs:DCMD_LOOPFIRST (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c172 (flags & DCMD_LOOPFIRST)) {
173 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c184 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
253 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
437 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
560 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c181 flags |= DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
187 flags &= ~DCMD_LOOPFIRST;
H A Dmodhash.c320 mwd->mwd_flags &= ~DCMD_LOOPFIRST;
363 mwd.mwd_flags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST;
H A Dfindstack.c745 if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP)
H A Dmemory.c962 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
H A Dkmem.c2824 bhc->bhc_flags &= ~DCMD_LOOPFIRST;
2899 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
H A Dgenunix.c399 pgp->pg_psflags &= ~DCMD_LOOPFIRST;
447 pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST;
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c124 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
311 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c66 (flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE|DCMD_LOOPFIRST))) {
96 DCMD_LOOPFIRST | DCMD_PIPE | DCMD_PIPE_OUT)) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h76 #define DCMD_LOOPFIRST 0x04 /* Dcmd invoked as first iteration of LOOP */ macro
80 #define DCMD_HDRSPEC(fl) (((fl) & DCMD_LOOPFIRST) || !((fl) & DCMD_LOOP))
H A Dmdb.c885 flags |= DCMD_LOOPFIRST; /* set LOOPFIRST if this is a loop */
1206 flags |= DCMD_PIPE | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
1230 flags &= ~DCMD_LOOPFIRST;
H A Dmdb_modapi.c594 dwp->dw_flags &= ~DCMD_LOOPFIRST;
622 dw.dw_flags = DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC;
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c544 if (((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) &&
587 flags |= (DCMD_LOOP | DCMD_LOOPFIRST);
611 if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0))
619 if (((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) &&
632 flags &= ~DCMD_LOOPFIRST;
809 if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0))
981 flags |= (DCMD_LOOP | DCMD_LOOPFIRST);
999 flags &= ~DCMD_LOOPFIRST;
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c152 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP))
329 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP))
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c843 (flags & DCMD_LOOPFIRST) || slot_info || device_info ||
845 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2707 (flags & DCMD_LOOPFIRST)) {
2708 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
2898 } else if (flags & DCMD_LOOPFIRST) {
3011 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info ||
3014 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST))
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c424 DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv);
467 DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv);
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1464 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
1557 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
1609 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
2130 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2464 bhc->bhc_flags &= ~DCMD_LOOPFIRST;
2540 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3312 acl_args.a_flags = DCMD_LOOPFIRST;

Completed in 155 milliseconds