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()
73 's', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTOSTOP, &setb, in cmd_evset()
74 't', MDB_OPT_SETBITS, MDB_TGT_SPEC_TEMPORARY, &setb, in cmd_evset()
75 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in cmd_evset()
216 'd', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODIS, &setb, in ev_getopts()
217 'D', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODEL, &setb, in ev_getopts()
218 'e', MDB_OPT_SETBITS, MDB_TGT_SPEC_DISABLED, &clrb, 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()
586 'p', MDB_OPT_SETBITS, NM_PRTASGN | NM_NOHDRS, &optf, in cmd_nm()
587 'u', MDB_OPT_SETBITS, NM_UNDEF, &optf, in cmd_nm()
588 'v', MDB_OPT_SETBITS, NM_SORT_VALUE, &optf, in cmd_nm()
[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.c1017 'u', MDB_OPT_SETBITS, TRUE, &opt_u, NULL) != argc) in cmd_quit()
1052 'n', MDB_OPT_SETBITS, TRUE, &opt_nz, in cmd_vars()
1053 'p', MDB_OPT_SETBITS, TRUE, &opt_prt, in cmd_vars()
1054 't', MDB_OPT_SETBITS, TRUE, &opt_tag, NULL) != argc) in cmd_vars()
1214 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in cmd_log()
1215 'e', MDB_OPT_SETBITS, TRUE, &opt_e, NULL); in cmd_log()
1321 'd', MDB_OPT_SETBITS, MDB_MOD_DEFER, &mode, in cmd_load()
1323 'f', MDB_OPT_SETBITS, MDB_MOD_FORCE, &mode, in cmd_load()
1324 'g', MDB_OPT_SETBITS, MDB_MOD_GLOBAL, &mode, in cmd_load()
1325 's', MDB_OPT_SETBITS, MDB_MOD_SILENT, &mode, in cmd_load()
[all …]
H A Dmdb_print.c546 'e', MDB_OPT_SETBITS, E_ELIDE_PREFIX, &info.e_flags, in cmd_enum()
547 'x', MDB_OPT_SETBITS, E_HEX, &info.e_flags, in cmd_enum()
2278 'a', MDB_OPT_SETBITS, PA_SHOWADDR, &dummy, in cmd_print_tab()
2279 'C', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab()
2281 'd', MDB_OPT_SETBITS, PA_INTDEC, &dummy, in cmd_print_tab()
2282 'h', MDB_OPT_SETBITS, PA_SHOWHOLES, &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()
2286 'n', MDB_OPT_SETBITS, PA_NOSYMBOLIC, &dummy, in cmd_print_tab()
2287 'p', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab()
[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.c250 'a', MDB_OPT_SETBITS, TRUE, &print_ip, in iscsi_tgt()
251 '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()
258 'R', MDB_OPT_SETBITS, TRUE, &rc_audit, in iscsi_tgt()
259 'v', MDB_OPT_SETBITS, TRUE, &idc.idc_verbose, in iscsi_tgt()
[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()
399 's', MDB_OPT_SETBITS, MAC_FLOW_STATS, &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()
[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()
319 's', MDB_OPT_SETBITS, PS_SERVICES, &prt_flags, in ps()
320 'T', MDB_OPT_SETBITS, PS_TASKS, &prt_flags, in ps()
321 'P', MDB_OPT_SETBITS, PS_PROJECTS, &prt_flags, in ps()
322 'z', MDB_OPT_SETBITS, PS_ZONES, &prt_flags, in ps()
323 't', MDB_OPT_SETBITS, PS_PRTTHREADS, &prt_flags, NULL) != argc) in ps()
543 'n', MDB_OPT_SETBITS, PG_NEWEST, &pg.pg_flags, in pgrep()
544 'o', MDB_OPT_SETBITS, PG_OLDEST, &pg.pg_flags, in pgrep()
545 'x', MDB_OPT_SETBITS, PG_EXACT_MATCH, &pg.pg_flags, in pgrep()
[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()
715 'f', MDB_OPT_SETBITS, MDB_SCTP_SHOW_FLAGS, &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()
721 'S', MDB_OPT_SETBITS, MDB_SCTP_SHOW_STATS, &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()
[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()
1166 'a', MDB_OPT_SETBITS, B_TRUE, &da.da_address, in dbgmsg()
1167 'r', MDB_OPT_SETBITS, B_TRUE, &da.da_hrtime, in dbgmsg()
1168 't', MDB_OPT_SETBITS, B_TRUE, &da.da_timedelta, in dbgmsg()
1169 'T', MDB_OPT_SETBITS, B_TRUE, &da.da_time, in dbgmsg()
1170 'v', MDB_OPT_SETBITS, B_TRUE, &verbose, in dbgmsg()
1171 'w', MDB_OPT_SETBITS, B_TRUE, &da.da_whatis, in dbgmsg()
1257 'a', MDB_OPT_SETBITS, TRUE, &opt_a, in arc_print()
1258 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print()
[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/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()
2965 'I', MDB_OPT_SETBITS, TRUE, &iport_info, in pmcs_dcmd()
2966 'm', MDB_OPT_SETBITS, TRUE, &damap_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()
[all …]
/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/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