Home
last modified time | relevance | path

Searched refs:DCMD_LOOPFIRST (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c740 arg->zone_flags = (DCMD_LOOP | DCMD_LOOPFIRST); in nlm_list_dcmd()
762 arg->zone_flags &= ~DCMD_LOOPFIRST; in nlm_list_zone_cb()
766 arg->host_flags = (DCMD_LOOP | DCMD_LOOPFIRST); in nlm_list_zone_cb()
804 arg->host_flags &= ~DCMD_LOOPFIRST; in nlm_list_host_cb()
820 arg->zone_flags |= DCMD_LOOPFIRST; in nlm_list_host_cb()
840 arg->vhold_flags &= ~DCMD_LOOPFIRST; in nlm_list_vhold_cb()
856 arg->host_flags |= DCMD_LOOPFIRST; in nlm_list_vhold_cb()
872 arg->slreq_flags &= ~DCMD_LOOPFIRST; in nlm_list_slreq_cb()
878 arg->vhold_flags |= DCMD_LOOPFIRST; in nlm_list_slreq_cb()
1005 arg->flags = (DCMD_LOOP | DCMD_LOOPFIRST); in nlm_locks_host_cb()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c172 (flags & DCMD_LOOPFIRST)) { in mr_sas_dcmd()
173 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in mr_sas_dcmd()
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c184 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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h79 #define DCMD_LOOPFIRST 0x04 /* Dcmd invoked as first iteration of LOOP */ macro
83 #define DCMD_HDRSPEC(fl) (((fl) & DCMD_LOOPFIRST) || !((fl) & DCMD_LOOP))
H A Dmdb.c896 flags |= DCMD_LOOPFIRST; /* set LOOPFIRST if this is a loop */ in mdb_call()
1217 flags |= DCMD_PIPE | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in mdb_call_idcmd()
1241 flags &= ~DCMD_LOOPFIRST; in mdb_call_idcmd()
H A Dmdb_modapi.c734 dwp->dw_flags &= ~DCMD_LOOPFIRST; in walk_dcmd()
762 dw.dw_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in i_mdb_pwalk_dcmd()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c544 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c122 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in modctls()
309 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in modinfo()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_test/
H A Dmdb_test.c64 (flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE|DCMD_LOOPFIRST))) { in cmd_praddr()
94 DCMD_LOOPFIRST | DCMD_PIPE | DCMD_PIPE_OUT)) { in cmd_qsort()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtaskq.c181 flags |= DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in taskq()
187 flags &= ~DCMD_LOOPFIRST; in taskq()
H A Dmodhash.c319 mwd->mwd_flags &= ~DCMD_LOOPFIRST; in modent_format()
362 mwd.mwd_flags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST; in modhash()
H A Dfindstack.c757 if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP) in stacks()
H A Dmemory.c962 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in seg()
H A Dkmem.c2825 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback()
2900 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
H A Dgenunix.c520 pgp->pg_psflags &= ~DCMD_LOOPFIRST; in pgrep_cb()
568 pg.pg_psflags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST; in pgrep()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c150 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) in action()
327 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) in mod()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2715 (flags & DCMD_LOOPFIRST)) { in pmcs_tag()
2716 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in pmcs_tag()
2906 } else if (flags & DCMD_LOOPFIRST) { in pmcs_log()
3019 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info || in pmcs_dcmd()
3022 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in pmcs_dcmd()
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c884 (flags & DCMD_LOOPFIRST) || slot_info || device_info || in mptsas_dcmd()
886 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in mptsas_dcmd()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c445 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in xhci_mdb_print_trb()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1465 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in nce()
1558 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in dce()
1610 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in ire()
2136 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in ncec_header()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c431 DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv); in module_ustat()
474 DCMD_ADDRSPEC | DCMD_LOOPFIRST, udp->argc, udp->argv); in module_stat()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2464 bhc->bhc_flags &= ~DCMD_LOOPFIRST; in bufctl_history_callback()
2540 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3810 acl_args.a_flags = DCMD_LOOPFIRST; in zfs_acl_dump()