Searched refs:MDB_OPT_UINTPTR_SET (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_argvec.c | 207 case MDB_OPT_UINTPTR_SET: in argvec_process_opt() 294 optp->opt_type == MDB_OPT_UINTPTR_SET || in argvec_getopts() 360 } else if (op->opt_type == MDB_OPT_UINTPTR_SET) { in mdb_getopts()
|
H A D | mdb_modapi.h | 252 #define MDB_OPT_UINTPTR_SET 6 /* boolean_t+uintptr_t args */ macro
|
H A D | mdb_cmds.c | 2968 'l', MDB_OPT_UINTPTR_SET, &opt_l, (uintptr_t *)&forced_size, NULL); in cmd_write()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 373 'k', MDB_OPT_UINTPTR_SET, &mwd.mwd_opt_k_set, &mwd.mwd_opt_k, in modhash() 374 'v', MDB_OPT_UINTPTR_SET, &mwd.mwd_opt_v_set, &mwd.mwd_opt_v, in modhash()
|
H A D | genunix.c | 1509 'C', MDB_OPT_UINTPTR_SET, &Cflag, &Ctmp, in callout() 1510 'S', MDB_OPT_UINTPTR_SET, &Sflag, &Stmp, in callout() 1511 't', MDB_OPT_UINTPTR_SET, &tflag, (uintptr_t *)&coargs.time, in callout() 1512 'a', MDB_OPT_UINTPTR_SET, &aflag, (uintptr_t *)&coargs.atime, in callout() 1513 'b', MDB_OPT_UINTPTR_SET, &bflag, (uintptr_t *)&coargs.btime, in callout()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/ |
H A D | xhci.c | 667 if (mdb_getopts(argc, argv, 'e', MDB_OPT_UINTPTR_SET, &ep_set, &ep, in xhci_mdb_find() 668 's', MDB_OPT_UINTPTR_SET, &slot_set, &slot, NULL) != argc) in xhci_mdb_find()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2961 'D', MDB_OPT_UINTPTR_SET, &devid_filter, &pdevid, in pmcs_dcmd()
|