Home
last modified time | relevance | path

Searched refs:MDB_OPT_STR (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c363 'I', MDB_OPT_STR, &opt_I, in cmd_set()
364 'L', MDB_OPT_STR, &opt_L, in cmd_set()
365 'P', MDB_OPT_STR, &opt_P, in cmd_set()
366 'o', MDB_OPT_STR, &opt_o, in cmd_set()
370 'D', MDB_OPT_STR, &opt_D, NULL)) != argc) { in cmd_set()
H A Dmdb_argvec.c199 case MDB_OPT_STR: in argvec_process_opt()
299 if (optp->opt_type == MDB_OPT_STR || in argvec_getopts()
H A Dmdb_typedef.c581 'c', MDB_OPT_STR, &cmode, in cmd_typedef()
582 'r', MDB_OPT_STR, &rfile, NULL); in cmd_typedef()
H A Dmdb_evset.c69 'c', MDB_OPT_STR, &opt_c, in cmd_evset()
217 'c', MDB_OPT_STR, opt_c, in ev_getopts()
H A Dmdb_modapi.h248 #define MDB_OPT_STR 3 /* const char * argument */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c380 'm', MDB_OPT_STR, &mod, in queue()
381 'f', MDB_OPT_STR, &flag, in queue()
382 'F', MDB_OPT_STR, &not_flag, in queue()
508 'f', MDB_OPT_STR, &flag, in syncq()
509 'F', MDB_OPT_STR, &not_flag, in syncq()
510 't', MDB_OPT_STR, &typ, in syncq()
511 'T', MDB_OPT_STR, &not_typ, in syncq()
647 'f', MDB_OPT_STR, &flag, in stdata()
648 'F', MDB_OPT_STR, &not_flag, in stdata()
1254 'f', MDB_OPT_STR, &flag, in mblk_prt()
[all …]
H A Dfindstack.c633 'c', MDB_OPT_STR, &caller_str, in stacks()
634 'C', MDB_OPT_STR, &excl_caller_str, in stacks()
635 'm', MDB_OPT_STR, &module_str, in stacks()
636 'M', MDB_OPT_STR, &excl_module_str, in stacks()
637 's', MDB_OPT_STR, &sobj, in stacks()
638 'S', MDB_OPT_STR, &excl_sobj, in stacks()
639 't', MDB_OPT_STR, &tstate_str, in stacks()
640 'T', MDB_OPT_STR, &excl_tstate_str, in stacks()
H A Dlgrp.c252 'P', MDB_OPT_STR, &s_parent, in lgrp()
253 'i', MDB_OPT_STR, &s_index, in lgrp()
254 'h', MDB_OPT_STR, &s_handle, in lgrp()
H A Dnet.c402 'f', MDB_OPT_STR, &optf, in sonode()
403 't', MDB_OPT_STR, &optt, in sonode()
404 'p', MDB_OPT_STR, &optp, in sonode()
1131 'f', MDB_OPT_STR, &optf, in netstat()
1132 'P', MDB_OPT_STR, &optP, in netstat()
H A Dtaskq.c152 'n', MDB_OPT_STR, &name, in taskq()
H A Dmodhash.c613 't', MDB_OPT_STR, &opt_t, in modent()
H A Dkmem.c323 'n', MDB_OPT_STR, &filter, in kmem_cache()
545 'n', MDB_OPT_STR, &filter, in kmem_slabs()
546 'N', MDB_OPT_STR, &name, in kmem_slabs()
3698 'T', MDB_OPT_STR, &type, in vmem_seg()
/titanic_41/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c102 'f', MDB_OPT_STR, &flag, in ptms()
103 'F', MDB_OPT_STR, &not_flag, NULL) != argc) in ptms()
/titanic_41/usr/src/cmd/mdb/common/modules/md/
H A Dset_io_cnt.c66 's', MDB_OPT_STR, &opt_s, in set_io()
H A Dsnarf.c55 if (mdb_getopts(argc, argv, 's', MDB_OPT_STR, &s_opt, in dumpsetaddr()
H A Ddumpnamespace.c463 if (mdb_getopts(argc, argv, 's', MDB_OPT_STR, &s_opt, in dumpnamespace()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c498 'p', MDB_OPT_STR, &pte_str, in pte_dcmd()
499 'l', MDB_OPT_STR, &level_str) != argc) in pte_dcmd()
674 'a', MDB_OPT_STR, &addrspace_str) != argc) in va2pfn_dcmd()
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c657 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in illif()
1449 'i', MDB_OPT_STR, &opt_ill, in nce()
1450 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in nce()
1535 's', MDB_OPT_STR, &zone_name, in dce()
1536 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in dce()
1587 's', MDB_OPT_STR, &zone_name, in ire()
1588 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in ire()
2146 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in ncec()
2653 's', MDB_OPT_STR, &zone_name, in ill()
2654 'P', MDB_OPT_STR, &opt_P, NULL) != argc) in ill()
[all …]
/titanic_41/usr/src/cmd/mdb/intel/modules/amd_opteron/
H A Dao.c305 't', MDB_OPT_STR, &bankname, NULL) != 2) in ao_mci_ctlmask_common()
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c519 's', MDB_OPT_STR, &opt_s, 'P', MDB_OPT_STR, &opt_P, NULL) in fmtopo()
/titanic_41/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c543 'u', MDB_OPT_STR, &uid_str, NULL) != argc) { in pwtree_dcmd()
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c91 'a', MDB_OPT_STR, &asnmp, in sfmmu_vtop()
/titanic_41/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c639 't', MDB_OPT_STR, &tflag, NULL) != argc)) in msgprint()
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c453 'c', MDB_OPT_STR, &p, in cmihdl()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c759 'n', MDB_OPT_STR, &data.osname, in dbufs()
760 'o', MDB_OPT_STR, &object, in dbufs()
762 'b', MDB_OPT_STR, &blkid) != argc) { in dbufs()

12