/titanic_41/usr/src/cmd/mdb/common/modules/mr_sas/ |
H A D | mr_sas.c | 172 (flags & DCMD_LOOPFIRST)) { in mr_sas_dcmd() 173 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in mr_sas_dcmd()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/ |
H A D | sppp.c | 184 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in sppp() 253 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in sppa() 437 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in tuncl() 560 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in tunll()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_modapi.h | 81 #define DCMD_LOOPFIRST 0x04 /* Dcmd invoked as first iteration of LOOP */ macro 85 #define DCMD_HDRSPEC(fl) (((fl) & DCMD_LOOPFIRST) || !((fl) & DCMD_LOOP))
|
H A D | mdb.c | 885 flags |= DCMD_LOOPFIRST; /* set LOOPFIRST if this is a loop */ in mdb_call() 1206 flags |= DCMD_PIPE | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in mdb_call_idcmd() 1230 flags &= ~DCMD_LOOPFIRST; in mdb_call_idcmd()
|
H A D | mdb_modapi.c | 589 dwp->dw_flags &= ~DCMD_LOOPFIRST; in walk_dcmd() 617 dw.dw_flags = DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in mdb_pwalk_dcmd()
|
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 66 (flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE|DCMD_LOOPFIRST))) { in cmd_praddr() 96 DCMD_LOOPFIRST | DCMD_PIPE | DCMD_PIPE_OUT)) { in cmd_qsort()
|
/titanic_41/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 124 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in modctls() 311 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in modinfo()
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 544 if (((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) && in dcmd_Rtmaps() 587 flags |= (DCMD_LOOP | DCMD_LOOPFIRST); in dcmd_Rtmaps() 611 if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0)) in dcmd_Rtmaps() 619 if (((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) && in dcmd_Rtmaps() 632 flags &= ~DCMD_LOOPFIRST; in dcmd_Rtmaps() 809 if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0)) in _dcmd_Lm_list() 981 flags |= (DCMD_LOOP | DCMD_LOOPFIRST); in dcmd_Lm_list() 999 flags &= ~DCMD_LOOPFIRST; in dcmd_Lm_list()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | taskq.c | 181 flags |= DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in taskq() 187 flags &= ~DCMD_LOOPFIRST; in taskq()
|
H A D | modhash.c | 320 mwd->mwd_flags &= ~DCMD_LOOPFIRST; in modent_format() 363 mwd.mwd_flags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST; in modhash()
|
H A D | findstack.c | 745 if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP) in stacks()
|
H A D | memory.c | 950 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in seg()
|
H A D | genunix.c | 316 pgp->pg_psflags &= ~DCMD_LOOPFIRST; in pgrep_cb() 364 pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST; in pgrep()
|
H A D | kmem.c | 2824 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback() 2899 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
|
/titanic_41/usr/src/cmd/mdb/common/modules/ipp/ |
H A D | ipp.c | 152 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) in action() 329 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) in mod()
|
/titanic_41/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 843 (flags & DCMD_LOOPFIRST) || slot_info || device_info || in mptsas_dcmd() 845 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in mptsas_dcmd()
|
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2707 (flags & DCMD_LOOPFIRST)) { in pmcs_tag() 2708 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in pmcs_tag() 2898 } else if (flags & DCMD_LOOPFIRST) { in pmcs_log() 3011 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info || in pmcs_dcmd() 3014 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in pmcs_dcmd()
|
/titanic_41/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1464 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in nce() 1557 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in dce() 1609 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in ire() 2130 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in ncec_header()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_mdb.c | 424 DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv); in module_ustat() 467 DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv); in module_stat()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 2463 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback() 2539 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
|
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 3038 acl_args.a_flags = DCMD_LOOPFIRST; in zfs_acl_dump()
|