Home
last modified time | relevance | path

Searched refs:MDB_OPT_UINTPTR_SET (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c206 case MDB_OPT_UINTPTR_SET: in argvec_process_opt()
299 optp->opt_type == MDB_OPT_UINTPTR_SET || in argvec_getopts()
365 } else if (op->opt_type == MDB_OPT_UINTPTR_SET) { in mdb_getopts()
H A Dmdb_modapi.h252 #define MDB_OPT_UINTPTR_SET 6 /* boolean_t+uintptr_t args */ macro
H A Dmdb_cmds.c2908 '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 Dmodhash.c373 '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 Dgenunix.c1508 'C', MDB_OPT_UINTPTR_SET, &Cflag, &Ctmp, in callout()
1509 'S', MDB_OPT_UINTPTR_SET, &Sflag, &Stmp, in callout()
1510 't', MDB_OPT_UINTPTR_SET, &tflag, (uintptr_t *)&coargs.time, in callout()
1511 'a', MDB_OPT_UINTPTR_SET, &aflag, (uintptr_t *)&coargs.atime, in callout()
1512 'b', MDB_OPT_UINTPTR_SET, &bflag, (uintptr_t *)&coargs.btime, in callout()
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c667 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 Dpmcs.c2961 'D', MDB_OPT_UINTPTR_SET, &devid_filter, &pdevid, in pmcs_dcmd()