Searched refs:MDB_OPT_UINTPTR_SET (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_argvec.c | 208 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 D | mdb_modapi.h | 246 #define MDB_OPT_UINTPTR_SET 6 /* boolean_t+uintptr_t args */ macro
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | modhash.c | 374 '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 D | genunix.c | 1304 '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_50/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2953 'D', MDB_OPT_UINTPTR_SET, &devid_filter, &pdevid, in pmcs_dcmd()
|