/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_mdb.c | 469 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 471 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 473 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 475 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 477 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 479 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 481 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 483 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 485 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() 487 DCMD_ADDRSPEC | DCMD_LOOP, udp->argc, udp->argv); in module_stat() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_grammar.y | 143 if (!mdb_call($1, $3, DCMD_ADDRSPEC | DCMD_LOOP)) 149 DCMD_LOOP)) 183 if (!mdb_call($1, $3, DCMD_ADDRSPEC | DCMD_LOOP)) 190 if (!mdb_call(dot, $2, DCMD_LOOP))
|
H A D | mdb_modapi.h | 75 #define DCMD_LOOP 0x02 /* Dcmd invoked in loop with ,cnt syntax */ macro 80 #define DCMD_HDRSPEC(fl) (((fl) & DCMD_LOOPFIRST) || !((fl) & DCMD_LOOP))
|
H A D | mdb.c | 884 if (flags & DCMD_LOOP) in mdb_call() 1206 flags |= DCMD_PIPE | DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in mdb_call_idcmd() 1229 if (flags & DCMD_LOOP) in mdb_call_idcmd()
|
H A D | mdb_modapi.c | 617 dw.dw_flags = DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in mdb_pwalk_dcmd()
|
H A D | mdb_cmds.c | 1980 if (flags & DCMD_LOOP) in cmd_dis() 2220 return (((flags & DCMD_LOOP) || (error == -1)) ? DCMD_ABORT : DCMD_OK); in cmd_dump()
|
/titanic_44/usr/src/cmd/mdb/common/modules/mr_sas/ |
H A D | mr_sas.c | 171 if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) || in mr_sas_dcmd() 173 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in mr_sas_dcmd()
|
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 65 if ((flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE)) && in cmd_praddr() 66 (flags != (DCMD_ADDRSPEC|DCMD_LOOP|DCMD_PIPE|DCMD_LOOPFIRST))) { in cmd_praddr() 95 if (flags != (DCMD_ADDRSPEC | DCMD_LOOP | in cmd_qsort()
|
/titanic_44/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_44/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_44/usr/src/cmd/mdb/common/modules/libsysevent/ |
H A D | libsysevent.c | 41 if ((flags & DCMD_LOOP) == 0) { in sysevent()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | sysevent.c | 104 if ((flags & DCMD_LOOP) == 0) { in sysevent_subclass_list() 148 if ((flags & DCMD_LOOP) == 0) { in sysevent_class_list()
|
H A D | findstack.c | 745 if (force && (flags & (DCMD_LOOPFIRST|DCMD_LOOP)) == DCMD_LOOP) in stacks()
|
H A D | taskq.c | 181 flags |= DCMD_LOOP | DCMD_LOOPFIRST | DCMD_ADDRSPEC; in taskq()
|
H A D | kmem.c | 2899 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl() 3060 boolean_t besilent = !!(kmv->kmv_flags & (DCMD_LOOP | DCMD_PIPE_OUT)); in verify_free() 3129 boolean_t besilent = !!(kmv->kmv_flags & (DCMD_LOOP | DCMD_PIPE_OUT)); in verify_alloc() 3210 !(flags & (DCMD_LOOP | DCMD_PIPE_OUT))) { in kmem_verify() 3226 if (!(flags & DCMD_LOOP)) { in kmem_verify() 3234 if (!(flags & (DCMD_LOOP | DCMD_PIPE_OUT))) { in kmem_verify() 3246 if (flags & DCMD_LOOP) { in kmem_verify()
|
H A D | modhash.c | 363 mwd.mwd_flags = DCMD_ADDRSPEC | DCMD_LOOP | DCMD_LOOPFIRST; in modhash()
|
H A D | memory.c | 950 if ((flags & DCMD_LOOPFIRST) || !(flags & DCMD_LOOP)) { in seg()
|
/titanic_44/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() 809 if ((flags & DCMD_LOOP) && ((flags & DCMD_LOOPFIRST) == 0)) in _dcmd_Lm_list() 981 flags |= (DCMD_LOOP | DCMD_LOOPFIRST); in dcmd_Lm_list()
|
/titanic_44/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_44/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 882 if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) || in mptsas_dcmd() 885 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in mptsas_dcmd()
|
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2706 if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) || in pmcs_tag() 2708 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in pmcs_tag() 2895 if (!(flags & DCMD_LOOP)) { in pmcs_log() 3010 if (((flags & DCMD_ADDRSPEC) && !(flags & DCMD_LOOP)) || in pmcs_dcmd() 3014 if ((flags & DCMD_LOOP) && !(flags & DCMD_LOOPFIRST)) in pmcs_dcmd()
|
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 2539 bhc.bhc_flags = flags | DCMD_LOOP | DCMD_LOOPFIRST; in bufctl() 2868 if (!(flags & DCMD_LOOP)) { in umem_verify() 2876 if (flags & DCMD_LOOP) { in umem_verify() 2893 if (flags & DCMD_LOOP) { in umem_verify() 4189 if (!(flags & DCMD_LOOP)) in umem_malloc_info()
|
/titanic_44/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_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 385 if (flags & DCMD_LOOP) in pfntomfn_dcmd()
|
/titanic_44/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dof.c | 590 (void) dof_sec(addr, DCMD_ADDRSPEC | DCMD_LOOP, 0, NULL); in dof_sec_walk()
|