/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_evset.c | 70 'd', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODIS, &setb, in cmd_evset() 71 'D', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODEL, &setb, in cmd_evset() 72 'e', MDB_OPT_SETBITS, MDB_TGT_SPEC_DISABLED, &clrb, in cmd_evset() 73 'F', MDB_OPT_SETBITS, TRUE, &opt_F, in cmd_evset() 75 's', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTOSTOP, &setb, in cmd_evset() 76 't', MDB_OPT_SETBITS, MDB_TGT_SPEC_TEMPORARY, &setb, in cmd_evset() 77 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in cmd_evset() 218 'd', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODIS, &setb, in ev_getopts() 219 'D', MDB_OPT_SETBITS, MDB_TGT_SPEC_AUTODEL, &setb, in ev_getopts() 220 'e', MDB_OPT_SETBITS, MDB_TGT_SPEC_DISABLED, &clrb, in ev_getopts() [all …]
|
H A D | mdb_nm.c | 575 'D', MDB_OPT_SETBITS, NM_DYNSYM, &optf, in cmd_nm() 576 'P', MDB_OPT_SETBITS, NM_PRVSYM, &optf, in cmd_nm() 577 'd', MDB_OPT_SETBITS, NM_DEC, &optf, in cmd_nm() 578 'g', MDB_OPT_SETBITS, NM_GLOBAL, &optf, in cmd_nm() 579 'h', MDB_OPT_SETBITS, NM_NOHDRS, &optf, in cmd_nm() 580 'n', MDB_OPT_SETBITS, NM_SORT_NAME, &optf, in cmd_nm() 581 'o', MDB_OPT_SETBITS, NM_OCT, &optf, in cmd_nm() 582 'p', MDB_OPT_SETBITS, NM_PRTASGN | NM_NOHDRS, &optf, in cmd_nm() 583 'u', MDB_OPT_SETBITS, NM_UNDEF, &optf, in cmd_nm() 584 'v', MDB_OPT_SETBITS, NM_SORT_VALUE, &optf, in cmd_nm() [all …]
|
H A D | mdb_whatis.c | 516 '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 D | mdb_cmds.c | 916 'u', MDB_OPT_SETBITS, TRUE, &opt_u, NULL) != argc) in cmd_quit() 951 'n', MDB_OPT_SETBITS, TRUE, &opt_nz, in cmd_vars() 952 'p', MDB_OPT_SETBITS, TRUE, &opt_prt, in cmd_vars() 953 't', MDB_OPT_SETBITS, TRUE, &opt_tag, NULL) != argc) in cmd_vars() 1113 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in cmd_log() 1114 'e', MDB_OPT_SETBITS, TRUE, &opt_e, NULL); in cmd_log() 1220 'd', MDB_OPT_SETBITS, MDB_MOD_DEFER, &mode, in cmd_load() 1222 'f', MDB_OPT_SETBITS, MDB_MOD_FORCE, &mode, in cmd_load() 1223 'g', MDB_OPT_SETBITS, MDB_MOD_GLOBAL, &mode, in cmd_load() 1224 's', MDB_OPT_SETBITS, MDB_MOD_SILENT, &mode, in cmd_load() [all …]
|
H A D | mdb_print.c | 545 'e', MDB_OPT_SETBITS, E_ELIDE_PREFIX, &info.e_flags, in cmd_enum() 546 'x', MDB_OPT_SETBITS, E_HEX, &info.e_flags, in cmd_enum() 2227 'a', MDB_OPT_SETBITS, PA_SHOWADDR, &dummy, in cmd_print_tab() 2228 'C', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab() 2230 'd', MDB_OPT_SETBITS, PA_INTDEC, &dummy, in cmd_print_tab() 2231 'h', MDB_OPT_SETBITS, PA_SHOWHOLES, &dummy, in cmd_print_tab() 2232 'i', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab() 2233 'L', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab() 2235 'n', MDB_OPT_SETBITS, PA_NOSYMBOLIC, &dummy, in cmd_print_tab() 2236 'p', MDB_OPT_SETBITS, TRUE, &dummy, in cmd_print_tab() [all …]
|
/titanic_44/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/ |
H A D | oplhwd.c | 580 'a', MDB_OPT_SETBITS, DUMP_FULL, &obits, /* All possible info */ in oplhwd() 582 'd', MDB_OPT_SETBITS, DUMP_DINFO, &obits, /* domain info */ in oplhwd() 583 's', MDB_OPT_SETBITS, DUMP_SB_STAT, &obits, /* SB status */ in oplhwd() 584 'i', MDB_OPT_SETBITS, DUMP_SB_INFO, &obits, /* SB info */ in oplhwd() 585 'c', MDB_OPT_SETBITS, DUMP_CMU_CHAN, &obits, /* CMU chan */ in oplhwd() 586 'h', MDB_OPT_SETBITS, DUMP_CHIPS, &obits, /* chips */ in oplhwd() 587 'm', MDB_OPT_SETBITS, DUMP_MEM, &obits, /* memory */ in oplhwd() 588 'p', MDB_OPT_SETBITS, DUMP_PCI_CH, &obits, /* PCI chans */ in oplhwd() 589 'k', MDB_OPT_SETBITS, DUMP_MEM_BANKS, &obits, /* banks */ in oplhwd() 590 'o', MDB_OPT_SETBITS, DUMP_CORES, &obits, /* core details */ in oplhwd() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 373 'a', MDB_OPT_SETBITS, MAC_FLOW_ATTR, &args, in mac_flow_dcmd() 374 'p', MDB_OPT_SETBITS, MAC_FLOW_PROP, &args, in mac_flow_dcmd() 375 'm', MDB_OPT_SETBITS, MAC_FLOW_MISC, &args, in mac_flow_dcmd() 376 'r', MDB_OPT_SETBITS, MAC_FLOW_RX, &args, in mac_flow_dcmd() 377 't', MDB_OPT_SETBITS, MAC_FLOW_TX, &args, in mac_flow_dcmd() 378 's', MDB_OPT_SETBITS, MAC_FLOW_STATS, &args, in mac_flow_dcmd() 379 'u', MDB_OPT_SETBITS, MAC_FLOW_USER, &args, in mac_flow_dcmd() 557 'r', MDB_OPT_SETBITS, MAC_SRS_RX, &args, in mac_srs_dcmd() 558 't', MDB_OPT_SETBITS, MAC_SRS_TX, &args, in mac_srs_dcmd() 559 'c', MDB_OPT_SETBITS, MAC_SRS_CPU, &args, in mac_srs_dcmd() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/idm/ |
H A D | idm.c | 250 '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 …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 1652 'a', MDB_OPT_SETBITS, TRUE, &opt_a, in sdbc_cctl() 1653 'B', MDB_OPT_SETBITS, TRUE, &opt_B, in sdbc_cctl() 1656 'd', MDB_OPT_SETBITS, TRUE, &opt_d, in sdbc_cctl() 1657 'H', MDB_OPT_SETBITS, TRUE, &opt_H, in sdbc_cctl() 1658 'h', MDB_OPT_SETBITS, TRUE, &opt_h, in sdbc_cctl() 1659 'i', MDB_OPT_SETBITS, TRUE, &opt_i, in sdbc_cctl() 1660 'o', MDB_OPT_SETBITS, TRUE, &opt_o, in sdbc_cctl() 1661 'm', MDB_OPT_SETBITS, TRUE, &opt_m, in sdbc_cctl() 1662 'P', MDB_OPT_SETBITS, TRUE, &opt_P, in sdbc_cctl() 1663 'p', MDB_OPT_SETBITS, TRUE, &opt_p, in sdbc_cctl() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 419 'f', MDB_OPT_SETBITS, TRUE, &fflag, in thread() 420 'i', MDB_OPT_SETBITS, TF_INTR, &oflags, in thread() 421 'p', MDB_OPT_SETBITS, TF_PROC, &oflags, in thread() 422 'b', MDB_OPT_SETBITS, TF_BLOCK, &oflags, in thread() 423 's', MDB_OPT_SETBITS, TF_SIG, &oflags, in thread() 424 'd', MDB_OPT_SETBITS, TF_DISP, &oflags, in thread() 425 'm', MDB_OPT_SETBITS, TF_MERGE, &oflags, NULL) != argc) in thread() 588 't', MDB_OPT_SETBITS, TRUE, ¬askq, in threadlist() 589 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL); in threadlist() 736 'a', MDB_OPT_SETBITS, TRUE, &all, in stackinfo() [all …]
|
H A D | cred.c | 39 '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 D | modhash.c | 368 's', MDB_OPT_SETBITS, TRUE, &opt_s, in modhash() 369 't', MDB_OPT_SETBITS, TRUE, &opt_t, in modhash() 370 'c', MDB_OPT_SETBITS, TRUE, &mwd.mwd_opt_c, in modhash() 371 'e', MDB_OPT_SETBITS, TRUE, &mwd.mwd_opt_e, in modhash() 372 'h', MDB_OPT_SETBITS, TRUE, &mwd.mwd_opt_h, in modhash() 614 'k', MDB_OPT_SETBITS, 1, &opt_k, in modent() 615 'v', MDB_OPT_SETBITS, 1, &opt_v, in modent()
|
H A D | genunix.c | 193 'f', MDB_OPT_SETBITS, PS_PSARGS, &prt_flags, in ps() 194 'l', MDB_OPT_SETBITS, PS_PRTLWPS, &prt_flags, in ps() 195 'T', MDB_OPT_SETBITS, PS_TASKS, &prt_flags, in ps() 196 'P', MDB_OPT_SETBITS, PS_PROJECTS, &prt_flags, in ps() 197 'z', MDB_OPT_SETBITS, PS_ZONES, &prt_flags, in ps() 198 't', MDB_OPT_SETBITS, PS_PRTTHREADS, &prt_flags, NULL) != argc) in ps() 339 'n', MDB_OPT_SETBITS, PG_NEWEST, &pg.pg_flags, in pgrep() 340 'o', MDB_OPT_SETBITS, PG_OLDEST, &pg.pg_flags, in pgrep() 341 'x', MDB_OPT_SETBITS, PG_EXACT_MATCH, &pg.pg_flags, in pgrep() 1299 'x', MDB_OPT_SETBITS, COF_EXEC, &coargs.flags, in callout() [all …]
|
H A D | netstack.c | 94 'v', MDB_OPT_SETBITS, TRUE, &verbose, in netstack() 95 'q', MDB_OPT_SETBITS, TRUE, &quiet, in netstack()
|
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 601 'v', MDB_OPT_SETBITS, TRUE, &verbose, in zap_leaf() 602 '4', MDB_OPT_SETBITS, TRUE, &four, in zap_leaf() 931 'v', MDB_OPT_SETBITS, B_TRUE, &da.da_verbose, in dbgmsg() 932 'a', MDB_OPT_SETBITS, B_TRUE, &da.da_address, in dbgmsg() 998 'a', MDB_OPT_SETBITS, TRUE, &opt_a, in arc_print() 999 'b', MDB_OPT_SETBITS, TRUE, &opt_b, in arc_print() 1000 'k', MDB_OPT_SETBITS, 10, &shift, in arc_print() 1001 'm', MDB_OPT_SETBITS, 20, &shift, in arc_print() 1002 'g', MDB_OPT_SETBITS, 30, &shift, in arc_print() 1106 'c', MDB_OPT_SETBITS, SPA_FLAG_CONFIG, &spa_flags, in spa_print() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 713 'a', MDB_OPT_SETBITS, MDB_SCTP_SHOW_ALL, &opts, in sctp() 714 'f', MDB_OPT_SETBITS, MDB_SCTP_SHOW_FLAGS, &opts, in sctp() 715 'h', MDB_OPT_SETBITS, MDB_SCTP_SHOW_HASH, &opts, in sctp() 716 'o', MDB_OPT_SETBITS, MDB_SCTP_SHOW_OUT, &opts, in sctp() 717 'i', MDB_OPT_SETBITS, MDB_SCTP_SHOW_IN, &opts, in sctp() 718 'm', MDB_OPT_SETBITS, MDB_SCTP_SHOW_MISC, &opts, in sctp() 719 'r', MDB_OPT_SETBITS, MDB_SCTP_SHOW_RTT, &opts, in sctp() 720 'S', MDB_OPT_SETBITS, MDB_SCTP_SHOW_STATS, &opts, in sctp() 721 'F', MDB_OPT_SETBITS, MDB_SCTP_SHOW_FLOW, &opts, in sctp() 722 'H', MDB_OPT_SETBITS, MDB_SCTP_SHOW_HDR, &opts, in sctp() [all …]
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/pcplusmp/ |
H A D | pcplusmp.c | 47 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apic() 48 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apic()
|
/titanic_44/usr/src/cmd/mdb/common/modules/mr_sas/ |
H A D | mr_sas.c | 155 '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()
|
/titanic_44/usr/src/cmd/mdb/common/modules/sockfs/ |
H A D | sockfs.c | 80 'e', MDB_OPT_SETBITS, 1, &opt_e, in sockparams_prt() 81 'E', MDB_OPT_SETBITS, 1, &opt_E) != argc) in sockparams_prt()
|
/titanic_44/usr/src/cmd/mdb/sun4v/modules/errh/ |
H A D | errh.c | 50 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc) in resumable() 93 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc) in nonresumable() 136 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc) in rqueue() 176 'v', MDB_OPT_SETBITS, 1, &verbose, NULL) != argc) in nrqueue()
|
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 760 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc) in nsc_io() 834 'a', MDB_OPT_SETBITS, TRUE, &a_opt, in nsc_dev() 835 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc) in nsc_dev() 958 'a', MDB_OPT_SETBITS, TRUE, &a_opt) != argc) in nsc_devval() 1117 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc) in nsc_fd() 1284 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc) in nsc_iodev() 1381 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc) in nsc_service() 1535 'f', MDB_OPT_SETBITS, TRUE, &f_opt, /* free list */ in nstset() 1536 'r', MDB_OPT_SETBITS, TRUE, &r_opt, /* reuse list */ in nstset() 1537 't', MDB_OPT_SETBITS, TRUE, &t_opt, /* all threads */ in nstset() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1370 'v', MDB_OPT_SETBITS, SMB_OPT_VERBOSE, &opts, in smb_dcmd_kshare() 1417 'v', MDB_OPT_SETBITS, TRUE, &verbose, in smb_dcmd_vfs() 1541 'v', MDB_OPT_SETBITS, TRUE, &verbose, in smb_dcmd_node() 1542 'p', MDB_OPT_SETBITS, TRUE, &print_full_path, in smb_dcmd_node() 1543 's', MDB_OPT_SETBITS, TRUE, &stack_trace, in smb_dcmd_node() 1775 'v', MDB_OPT_SETBITS, TRUE, &verbose, in smb_lock() 2053 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose, in smb_ace() 2381 's', MDB_OPT_SETBITS, SMB_OPT_SERVER, opts, in smb_dcmd_getopt() 2382 'e', MDB_OPT_SETBITS, SMB_OPT_SESSION, opts, in smb_dcmd_getopt() 2383 'r', MDB_OPT_SETBITS, SMB_OPT_REQUEST, opts, in smb_dcmd_getopt() [all …]
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/apix/ |
H A D | apix.c | 52 'd', MDB_OPT_SETBITS, INTR_DISPLAY_DRVR_INST, &option_flags, in interrupt_dump_apix() 53 'i', MDB_OPT_SETBITS, INTR_DISPLAY_INTRSTAT, &option_flags, in interrupt_dump_apix()
|
/titanic_44/usr/src/cmd/mdb/common/modules/stmf_sbd/ |
H A D | stmf_sbd.c | 444 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()
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/uppc/ |
H A D | uppc.c | 73 '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()
|