Searched refs:MDB_OPT_UINTPTR (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_isadep.c149 'c', MDB_OPT_UINTPTR, &cpuid,
194 'c', MDB_OPT_UINTPTR, &cpuid,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkgrep.c237 'a', MDB_OPT_UINTPTR, &minaddr,
238 'A', MDB_OPT_UINTPTR, &maxaddr,
242 's', MDB_OPT_UINTPTR, &size,
H A Dtsd.c90 if (mdb_getopts(argc, argv, 'k', MDB_OPT_UINTPTR, &key, NULL) != argc)
H A Dtaskq.c151 'm', MDB_OPT_UINTPTR, &minmaxq,
H A Dkmem.c543 'B', MDB_OPT_UINTPTR, &minbucketsize,
544 'b', MDB_OPT_UINTPTR, &maxbuckets,
2870 'c', MDB_OPT_UINTPTR, &caller,
2871 't', MDB_OPT_UINTPTR, &thread,
2874 'a', MDB_OPT_UINTPTR, &baddr, NULL) != argc)
3669 'c', MDB_OPT_UINTPTR, &caller,
3673 'm', MDB_OPT_UINTPTR, &minsize,
3674 'M', MDB_OPT_UINTPTR, &maxsize,
3675 't', MDB_OPT_UINTPTR, &thread,
H A Dmodhash.c373 'i', MDB_OPT_UINTPTR, &mwd.mwd_idxtoprint,
H A Dstreams.c383 's', MDB_OPT_UINTPTR, &syncq,
1262 'd', MDB_OPT_UINTPTR, &dbaddr,
H A Dmemory.c528 's', MDB_OPT_UINTPTR, &vn_size, NULL) != argc)
696 'v', MDB_OPT_UINTPTR, &vp,
/illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/
H A Dkvm_cpu_p6.c77 'c', MDB_OPT_UINTPTR, &cpuid,
/illumos-gate/usr/src/cmd/mdb/common/modules/specfs/
H A Dspecfs.c178 'm', MDB_OPT_UINTPTR, &major,
179 'd', MDB_OPT_UINTPTR, &dev, NULL) != argc)
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_amd.c162 'c', MDB_OPT_UINTPTR, &cpuid,
H A Dkvm_cpu_p4.c330 'c', MDB_OPT_UINTPTR, &cpuid,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c211 case MDB_OPT_UINTPTR:
300 optp->opt_type == MDB_OPT_UINTPTR ||
H A Dmdb_evset.c74 'n', MDB_OPT_UINTPTR, &opt_n,
222 'n', MDB_OPT_UINTPTR, opt_n,
H A Dmdb_set.c367 's', MDB_OPT_UINTPTR, &opt_s,
H A Dmdb_modapi.h244 #define MDB_OPT_UINTPTR 4 /* uintptr_t argument */ macro
H A Dmdb_print.c2230 'c', MDB_OPT_UINTPTR, &dummy,
2235 'l', MDB_OPT_UINTPTR, &dummy,
2238 's', MDB_OPT_UINTPTR, &dummy,
2281 'c', MDB_OPT_UINTPTR, &opt_c,
2286 'l', MDB_OPT_UINTPTR, &opt_l,
2289 's', MDB_OPT_UINTPTR, &opt_s,
H A Dmdb_nm.c822 'e', MDB_OPT_UINTPTR, &opt_e,
823 's', MDB_OPT_UINTPTR, &opt_s, NULL);
H A Dmdb_cmds.c1936 'n', MDB_OPT_UINTPTR, &n, NULL);
2186 'g', MDB_OPT_UINTPTR, &group,
2187 'l', MDB_OPT_UINTPTR, &length,
2195 'w', MDB_OPT_UINTPTR, &width, NULL) != argc)
2415 if (mdb_getopts(argc, argv, 'a', MDB_OPT_UINTPTR, (uintptr_t *)&as,
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c204 'c', MDB_OPT_UINTPTR, &client,
206 'n', MDB_OPT_UINTPTR, &node,
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1654 'b', MDB_OPT_UINTPTR, &opt_b,
1655 'c', MDB_OPT_UINTPTR, &opt_c,
2104 'c', MDB_OPT_UINTPTR, &opt_c,
2209 'c', MDB_OPT_UINTPTR, &opt_c,
2341 'c', MDB_OPT_UINTPTR, &opt_c,
2522 'c', MDB_OPT_UINTPTR, &opt_c,
2629 'c', MDB_OPT_UINTPTR, &opt_c,
2776 'b', MDB_OPT_UINTPTR, &opt_b,
2777 'c', MDB_OPT_UINTPTR, &opt_c,
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2511 'c', MDB_OPT_UINTPTR, &caller,
2512 't', MDB_OPT_UINTPTR, &thread,
2515 'a', MDB_OPT_UINTPTR, &baddr, NULL) != argc)
3325 'c', MDB_OPT_UINTPTR, &caller,
3329 'm', MDB_OPT_UINTPTR, &minsize,
3330 'M', MDB_OPT_UINTPTR, &maxsize,
3331 't', MDB_OPT_UINTPTR, &thread,
4091 'b', MDB_OPT_UINTPTR, &maxbuckets,
4092 'B', MDB_OPT_UINTPTR, &minbucketsize,
4167 'b', MDB_OPT_UINTPTR,
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c1103 's', MDB_OPT_UINTPTR, &pktstart,
1104 'e', MDB_OPT_UINTPTR, &pktend) != argc) {
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c193 'd', MDB_OPT_UINTPTR, &id.id_device, NULL) != argc)
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c333 'c', MDB_OPT_UINTPTR, &cpuid,
378 'c', MDB_OPT_UINTPTR, &cpuid,
497 'c', MDB_OPT_UINTPTR, &cpu,

Completed in 168 milliseconds

12