Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c208 case MDB_OPT_UINTPTR_SET: in argvec_process_opt()
301 optp->opt_type == MDB_OPT_UINTPTR_SET || in argvec_getopts()
367 } else if (op->opt_type == MDB_OPT_UINTPTR_SET) { in mdb_getopts()
H A Dmdb_modapi.h251 #define MDB_OPT_UINTPTR_SET 6 /* boolean_t+uintptr_t args */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c374 'k', MDB_OPT_UINTPTR_SET, &mwd.mwd_opt_k_set, &mwd.mwd_opt_k, in modhash()
375 'v', MDB_OPT_UINTPTR_SET, &mwd.mwd_opt_v_set, &mwd.mwd_opt_v, in modhash()
H A Dgenunix.c1304 'C', MDB_OPT_UINTPTR_SET, &Cflag, &Ctmp, in callout()
1305 'S', MDB_OPT_UINTPTR_SET, &Sflag, &Stmp, in callout()
1306 't', MDB_OPT_UINTPTR_SET, &tflag, (uintptr_t *)&coargs.time, in callout()
1307 'a', MDB_OPT_UINTPTR_SET, &aflag, (uintptr_t *)&coargs.atime, in callout()
1308 'b', MDB_OPT_UINTPTR_SET, &bflag, (uintptr_t *)&coargs.btime, in callout()
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2953 'D', MDB_OPT_UINTPTR_SET, &devid_filter, &pdevid, in pmcs_dcmd()