Home
last modified time | relevance | path

Searched refs:MDB_OPT_SETBITS (Results 1 – 25 of 105) sorted by relevance

12345

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c68 'd', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODIS, &setb, in cmd_evset()
69 'D', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODEL, &setb, in cmd_evset()
70 'e', MDB_OPT_SETBITS, MDB_TGT_SPEC_DISABLED, &clrb, in cmd_evset()
71 'F', MDB_OPT_SETBITS, TRUE, &opt_F, in cmd_evset()
75 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in cmd_evset()
219 'i', MDB_OPT_SETBITS, TRUE, opt_i, in ev_getopts()
221 'o', MDB_OPT_SETBITS, TRUE, opt_o, in ev_getopts()
223 'p', MDB_OPT_SETBITS, TRUE, opt_p, in ev_getopts()
225 'r', MDB_OPT_SETBITS, MDB_TGT_WA_R, rwx, in ev_getopts()
227 'l', MDB_OPT_SETBITS, TRUE, opt_l, in ev_getopts()
[all …]
H A Dmdb_nm.c579 'D', MDB_OPT_SETBITS, NM_DYNSYM, &optf, in cmd_nm()
580 'P', MDB_OPT_SETBITS, NM_PRVSYM, &optf, in cmd_nm()
581 'd', MDB_OPT_SETBITS, NM_DEC, &optf, in cmd_nm()
582 'g', MDB_OPT_SETBITS, NM_GLOBAL, &optf, in cmd_nm()
583 'h', MDB_OPT_SETBITS, NM_NOHDRS, &optf, in cmd_nm()
584 'n', MDB_OPT_SETBITS, NM_SORT_NAME, &optf, in cmd_nm()
585 'o', MDB_OPT_SETBITS, NM_OCT, &optf, in cmd_nm()
587 'u', MDB_OPT_SETBITS, NM_UNDEF, &optf, in cmd_nm()
589 'x', MDB_OPT_SETBITS, NM_HEX, &optf, in cmd_nm()
824 'f', MDB_OPT_SETBITS, TRUE, &opt_f, in cmd_nmadd()
[all …]
H A Dmdb_whatis.c516 'D', MDB_OPT_SETBITS, TRUE, &whatis_debug, /* hidden */ in cmd_whatis()
517 'b', MDB_OPT_SETBITS, WHATIS_BUFCTL, &w.w_flags, /* hidden */ in cmd_whatis()
518 'l', MDB_OPT_SETBITS, TRUE, &list, /* hidden */ in cmd_whatis()
519 'a', MDB_OPT_SETBITS, WHATIS_ALL, &w.w_flags, in cmd_whatis()
520 'i', MDB_OPT_SETBITS, WHATIS_IDSPACE, &w.w_flags, in cmd_whatis()
521 'k', MDB_OPT_SETBITS, TRUE, &keep, in cmd_whatis()
522 'q', MDB_OPT_SETBITS, WHATIS_QUIET, &w.w_flags, in cmd_whatis()
523 'v', MDB_OPT_SETBITS, WHATIS_VERBOSE, &w.w_flags, in cmd_whatis()
H A Dmdb_cmds.c1051 'n', MDB_OPT_SETBITS, TRUE, &opt_nz, in cmd_vars()
1052 'p', MDB_OPT_SETBITS, TRUE, &opt_prt, in cmd_vars()
1213 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in cmd_log()
1781 'p', MDB_OPT_SETBITS, TRUE, &opt_p, in cmd_showrev()
2032 'f', MDB_OPT_SETBITS, TRUE, &opt_f, in cmd_dis()
2033 'w', MDB_OPT_SETBITS, TRUE, &opt_w, in cmd_dis()
2034 'a', MDB_OPT_SETBITS, TRUE, &opt_a, in cmd_dis()
2035 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in cmd_dis()
2285 'f', MDB_OPT_SETBITS, TRUE, &file, in cmd_dump()
2288 'p', MDB_OPT_SETBITS, TRUE, &phys, in cmd_dump()
[all …]
H A Dmdb_print.c547 'x', MDB_OPT_SETBITS, E_HEX, &info.e_flags, in cmd_enum()
2279 'C', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab()
2281 'd', MDB_OPT_SETBITS, PA_INTDEC, &dummy, in cmd_print_tab()
2283 'i', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab()
2284 'L', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab()
2287 'p', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab()
2291 'x', MDB_OPT_SETBITS, PA_INTHEX, &dummy, in cmd_print_tab()
2330 'C', MDB_OPT_SETBITS, TRUE, &opt_C, in cmd_print()
2334 'i', MDB_OPT_SETBITS, TRUE, &opt_i, in cmd_print()
2335 'L', MDB_OPT_SETBITS, TRUE, &opt_L, in cmd_print()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs_stat.c106 'a', MDB_OPT_SETBITS, NFS_ACL_STAT, &type_flag, in nfs_stat_dcmd()
107 'b', MDB_OPT_SETBITS, NFS_CB_STAT, &host_flag, in nfs_stat_dcmd()
108 'c', MDB_OPT_SETBITS, NFS_CLNT_STAT, &host_flag, in nfs_stat_dcmd()
109 'n', MDB_OPT_SETBITS, NFS_NFS_STAT, &type_flag, in nfs_stat_dcmd()
110 'r', MDB_OPT_SETBITS, NFS_RPC_STAT, &type_flag, in nfs_stat_dcmd()
111 's', MDB_OPT_SETBITS, NFS_SRV_STAT, &host_flag, in nfs_stat_dcmd()
112 '2', MDB_OPT_SETBITS, NFS_V2_STAT, &vers_flag, in nfs_stat_dcmd()
113 '3', MDB_OPT_SETBITS, NFS_V3_STAT, &vers_flag, in nfs_stat_dcmd()
114 '4', MDB_OPT_SETBITS, NFS_V4_STAT, &vers_flag, in nfs_stat_dcmd()
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c251 'g', MDB_OPT_SETBITS, TRUE, &tpgt, in iscsi_tgt()
252 's', MDB_OPT_SETBITS, TRUE, &sess, in iscsi_tgt()
253 'c', MDB_OPT_SETBITS, TRUE, &conn, in iscsi_tgt()
254 't', MDB_OPT_SETBITS, TRUE, &task, in iscsi_tgt()
255 'b', MDB_OPT_SETBITS, TRUE, &buffer, in iscsi_tgt()
256 'p', MDB_OPT_SETBITS, TRUE, &portal, in iscsi_tgt()
257 'S', MDB_OPT_SETBITS, TRUE, &states, in iscsi_tgt()
434 'c', MDB_OPT_SETBITS, TRUE, &conn, in iscsi_sess()
435 't', MDB_OPT_SETBITS, TRUE, &task, in iscsi_sess()
436 'l', MDB_OPT_SETBITS, TRUE, &luns, in iscsi_sess()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c394 'a', MDB_OPT_SETBITS, MAC_FLOW_ATTR, &args, in mac_flow_dcmd()
395 'p', MDB_OPT_SETBITS, MAC_FLOW_PROP, &args, in mac_flow_dcmd()
396 'm', MDB_OPT_SETBITS, MAC_FLOW_MISC, &args, in mac_flow_dcmd()
397 'r', MDB_OPT_SETBITS, MAC_FLOW_RX, &args, in mac_flow_dcmd()
398 't', MDB_OPT_SETBITS, MAC_FLOW_TX, &args, in mac_flow_dcmd()
400 'u', MDB_OPT_SETBITS, MAC_FLOW_USER, &args, in mac_flow_dcmd()
578 'r', MDB_OPT_SETBITS, MAC_SRS_RX, &args, in mac_srs_dcmd()
579 't', MDB_OPT_SETBITS, MAC_SRS_TX, &args, in mac_srs_dcmd()
580 'c', MDB_OPT_SETBITS, MAC_SRS_CPU, &args, in mac_srs_dcmd()
582 'i', MDB_OPT_SETBITS, MAC_SRS_INTR, &args, in mac_srs_dcmd()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlog.c66 't', MDB_OPT_SETBITS, TRUE, &delta, in msgbuf()
67 'T', MDB_OPT_SETBITS, TRUE, &abstime, in msgbuf()
68 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc) in msgbuf()
H A Dthread.c422 'f', MDB_OPT_SETBITS, TRUE, &fflag, in thread()
423 'i', MDB_OPT_SETBITS, TF_INTR, &oflags, in thread()
424 'p', MDB_OPT_SETBITS, TF_PROC, &oflags, in thread()
425 'b', MDB_OPT_SETBITS, TF_BLOCK, &oflags, in thread()
426 's', MDB_OPT_SETBITS, TF_SIG, &oflags, in thread()
427 'd', MDB_OPT_SETBITS, TF_DISP, &oflags, in thread()
428 'm', MDB_OPT_SETBITS, TF_MERGE, &oflags, NULL) != argc) in thread()
672 't', MDB_OPT_SETBITS, TRUE, &notaskq, in threadlist()
673 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL); in threadlist()
802 'a', MDB_OPT_SETBITS, TRUE, &all, in stackinfo()
[all …]
H A Dcred.c39 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_cred()
117 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_credgrp()
162 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_credsid()
211 'v', MDB_OPT_SETBITS, OPT_VERBOSE, &opts, NULL) != argc) in cmd_ksidlist()
H A Dmodhash.c367 's', MDB_OPT_SETBITS, TRUE, &opt_s, in modhash()
368 't', MDB_OPT_SETBITS, TRUE, &opt_t, in modhash()
369 'c', MDB_OPT_SETBITS, TRUE, &mwd.mwd_opt_c, in modhash()
370 'e', MDB_OPT_SETBITS, TRUE, &mwd.mwd_opt_e, in modhash()
371 'h', MDB_OPT_SETBITS, TRUE, &mwd.mwd_opt_h, in modhash()
613 'k', MDB_OPT_SETBITS, 1, &opt_k, in modent()
614 'v', MDB_OPT_SETBITS, 1, &opt_v, in modent()
H A Dgenunix.c317 'f', MDB_OPT_SETBITS, PS_PSARGS, &prt_flags, in ps()
318 'l', MDB_OPT_SETBITS, PS_PRTLWPS, &prt_flags, in ps()
320 'T', MDB_OPT_SETBITS, PS_TASKS, &prt_flags, in ps()
322 'z', MDB_OPT_SETBITS, PS_ZONES, &prt_flags, in ps()
1507 'd', MDB_OPT_SETBITS, 1, &dflag, in callout()
1513 'k', MDB_OPT_SETBITS, 1, &kflag, in callout()
2339 'k', MDB_OPT_SETBITS, KILOS, &ka.ka_shift, in kmastat()
2340 'm', MDB_OPT_SETBITS, MEGS, &ka.ka_shift, in kmastat()
4110 'd', MDB_OPT_SETBITS, TRUE, &opt_dec, in time()
4111 'l', MDB_OPT_SETBITS, TRUE, &opt_lbolt, in time()
[all …]
H A Dnetstack.c94 'v', MDB_OPT_SETBITS, TRUE, &verbose, in netstack()
95 'q', MDB_OPT_SETBITS, TRUE, &quiet, in netstack()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c714 'a', MDB_OPT_SETBITS, MDB_SCTP_SHOW_ALL, &opts, in sctp()
716 'h', MDB_OPT_SETBITS, MDB_SCTP_SHOW_HASH, &opts, in sctp()
717 'o', MDB_OPT_SETBITS, MDB_SCTP_SHOW_OUT, &opts, in sctp()
718 'i', MDB_OPT_SETBITS, MDB_SCTP_SHOW_IN, &opts, in sctp()
719 'm', MDB_OPT_SETBITS, MDB_SCTP_SHOW_MISC, &opts, in sctp()
720 'r', MDB_OPT_SETBITS, MDB_SCTP_SHOW_RTT, &opts, in sctp()
722 'F', MDB_OPT_SETBITS, MDB_SCTP_SHOW_FLOW, &opts, in sctp()
723 'H', MDB_OPT_SETBITS, MDB_SCTP_SHOW_HDR, &opts, in sctp()
725 'R', MDB_OPT_SETBITS, MDB_SCTP_SHOW_RXT, &opts, in sctp()
728 'e', MDB_OPT_SETBITS, MDB_SCTP_SHOW_EXT, &opts, in sctp()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c792 'v', MDB_OPT_SETBITS, TRUE, &verbose, in zap_leaf()
793 '4', MDB_OPT_SETBITS, TRUE, &four, in zap_leaf()
1153 'v', MDB_OPT_SETBITS, B_TRUE, &da.da_verbose, in dbgmsg()
1222 'a', MDB_OPT_SETBITS, TRUE, &opt_a, in arc_print()
1223 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print()
1224 'k', MDB_OPT_SETBITS, 10, &shift, in arc_print()
1225 'm', MDB_OPT_SETBITS, 20, &shift, in arc_print()
1226 'g', MDB_OPT_SETBITS, 30, &shift, in arc_print()
1910 'r', MDB_OPT_SETBITS, TRUE, &recursive, in vdev_print()
3177 'v', MDB_OPT_SETBITS, TRUE, &verbose, in zfs_blkstats()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/mr_sas/
H A Dmr_sas.c155 'd', MDB_OPT_SETBITS, TRUE, &device_info, in mr_sas_dcmd()
156 't', MDB_OPT_SETBITS, TRUE, &target_info, in mr_sas_dcmd()
157 'v', MDB_OPT_SETBITS, TRUE, &verbose, in mr_sas_dcmd()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/pcplusmp/
H A Dpcplusmp.c48 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apic()
49 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apic()
/illumos-gate/usr/src/cmd/mdb/common/modules/sockfs/
H A Dsockfs.c82 'e', MDB_OPT_SETBITS, 1, &opt_e, in sockparams_prt()
83 'E', MDB_OPT_SETBITS, 1, &opt_E, NULL) != argc) in sockparams_prt()
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c444 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) in stmf_sbd_lu()
481 'a', MDB_OPT_SETBITS, TRUE, &pgrkeyaddr, in stmf_sbd_pgr_key()
482 'k', MDB_OPT_SETBITS, TRUE, &keyonly, in stmf_sbd_pgr_key()
483 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc) in stmf_sbd_pgr_key()
572 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc) in stmf_sbd_it()
/illumos-gate/usr/src/cmd/mdb/common/modules/libmlsvc/
H A Dmlsvc.c121 'a', MDB_OPT_SETBITS, AFLAG, &args->dsa_opts, in smb_shr_cache_dcmd()
122 'v', MDB_OPT_SETBITS, VFLAG, &args->dsa_opts, in smb_shr_cache_dcmd()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/apix/
H A Dapix.c53 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apix()
54 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apix()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2888 'v', MDB_OPT_SETBITS, TRUE, &verbose, in pmcs_log()
2959 'c', MDB_OPT_SETBITS, TRUE, &compq, in pmcs_dcmd()
2960 'd', MDB_OPT_SETBITS, TRUE, &dtc_info, in pmcs_dcmd()
2962 'e', MDB_OPT_SETBITS, TRUE, &fwlog, in pmcs_dcmd()
2963 'h', MDB_OPT_SETBITS, TRUE, &hw_info, in pmcs_dcmd()
2964 'i', MDB_OPT_SETBITS, TRUE, &ic_info, in pmcs_dcmd()
2967 'p', MDB_OPT_SETBITS, TRUE, &phy_info, in pmcs_dcmd()
2968 'q', MDB_OPT_SETBITS, TRUE, &ibq, in pmcs_dcmd()
2969 'Q', MDB_OPT_SETBITS, TRUE, &obq, in pmcs_dcmd()
2970 's', MDB_OPT_SETBITS, TRUE, &wserno, in pmcs_dcmd()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/
H A Dklmmod.c197 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_zone_dcmd()
324 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_host_dcmd()
468 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_vhold_dcmd()
599 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc) in nlm_slreq_dcmd()
716 'v', MDB_OPT_SETBITS, TRUE, &arg->opt_v, in nlm_list_dcmd()
717 'a', MDB_OPT_SETBITS, TRUE, &arg->opt_a, in nlm_list_dcmd()
930 'v', MDB_OPT_SETBITS, TRUE, &arg->opt_v, in nlm_lockson_dcmd()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/uppc/
H A Duppc.c73 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in uppc_interrupt_dump()
74 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in uppc_interrupt_dump()

12345