Searched refs:MDB_OPT_SETBITS (Results 76 - 100 of 107) sorted by relevance

12345

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dmetastat.c454 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL)
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c558 'a', MDB_OPT_SETBITS, TRUE, &a_opt,
559 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc)
679 'a', MDB_OPT_SETBITS, TRUE, &a_opt,
680 'v', MDB_OPT_SETBITS, TRUE, &v_opt) != argc)
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c95 if (mdb_getopts(argc, argv, 'd', MDB_OPT_SETBITS,
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_p4.c331 'v', MDB_OPT_SETBITS, TRUE, &verbose,
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c470 'l', MDB_OPT_SETBITS, TRUE, &lflag,
471 'r', MDB_OPT_SETBITS, TRUE, &rflag, NULL) != argc)
808 'x', MDB_OPT_SETBITS, TRUE, &opt_x, NULL) != argc)
1098 'x', MDB_OPT_SETBITS, TRUE, &opt_x, NULL) != argc)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h241 #define MDB_OPT_SETBITS 1 /* Set specified flag bits */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c898 'i', MDB_OPT_SETBITS, (1 << 0), &list,
899 'a', MDB_OPT_SETBITS, (1 << 1), &list,
900 'v', MDB_OPT_SETBITS, (1 << 2), &list, NULL) != argc)
1068 'q', MDB_OPT_SETBITS, TRUE, &quick, NULL) != argc)
H A Dleaky.c793 'd', MDB_OPT_SETBITS, TRUE, &dump,
794 'f', MDB_OPT_SETBITS, TRUE, &force,
795 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
H A Dvfs.c203 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc)
1150 'p', MDB_OPT_SETBITS, TRUE, &cb.opt_p,
1151 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL) != argc)
H A Ddevinfo.c1057 'v', MDB_OPT_SETBITS, DEVINFO_VERBOSE, &data.di_flags,
1161 's', MDB_OPT_SETBITS, DEVINFO_SUMMARY, &data.di_flags, NULL)
1329 'm', MDB_OPT_SETBITS, TRUE, &opt_m,
1330 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
1901 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL) != argc)
H A Dkmem.c547 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
2712 'b', MDB_OPT_SETBITS, TRUE, &opt_b, NULL) != argc)
2867 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2868 'h', MDB_OPT_SETBITS, TRUE, &history,
2869 'H', MDB_OPT_SETBITS, TRUE, &in_history, /* internal */
3672 's', MDB_OPT_SETBITS, TRUE, &size,
3677 'v', MDB_OPT_SETBITS, TRUE, &verbose,
4149 'e', MDB_OPT_SETBITS, TRUE, &opt_e,
4150 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL)) != argc) {
4371 'v', MDB_OPT_SETBITS, TRU
[all...]
H A Dmmd.c102 'v', MDB_OPT_SETBITS, MMD_VERBOSE, &data.flags,
103 's', MDB_OPT_SETBITS, MMD_STATS, &data.flags, NULL) != argc)
H A Drctl.c634 'v', MDB_OPT_SETBITS, RCV_VERBOSE, &data.v_flags,
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c296 's', MDB_OPT_SETBITS, FPR_SINGLE, &opts,
297 'd', MDB_OPT_SETBITS, FPR_DOUBLE, &opts,
298 'q', MDB_OPT_SETBITS, FPR_QUAD, &opts, NULL) != argc)
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2508 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2509 'h', MDB_OPT_SETBITS, TRUE, &history,
2510 'H', MDB_OPT_SETBITS, TRUE, &in_history, /* internal */
3328 's', MDB_OPT_SETBITS, TRUE, &size,
3333 'v', MDB_OPT_SETBITS, TRUE, &verbose,
3782 'e', MDB_OPT_SETBITS, TRUE, &opt_e,
3783 'f', MDB_OPT_SETBITS, TRUE, &opt_f, NULL)) != argc) {
4089 'd', MDB_OPT_SETBITS, TRUE, &dump,
4090 'g', MDB_OPT_SETBITS, TRUE, &geometric,
4165 'd', MDB_OPT_SETBITS, TRU
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/
H A Dscsi_vhci.c520 'v', MDB_OPT_SETBITS, TRUE, &verbose) != argc) {
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c207 'v', MDB_OPT_SETBITS, TRUE, &opt_v, NULL) != argc)
/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c549 if (mdb_getopts(argc, argv, 'd', MDB_OPT_SETBITS, TRUE, &detailed,
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1333 'v', MDB_OPT_SETBITS, TRUE, &verbose,
1334 'f', MDB_OPT_SETBITS, TRUE, &force, NULL) != argc)
1399 'v', MDB_OPT_SETBITS, TRUE, &verbose,
1400 'f', MDB_OPT_SETBITS, TRUE, &force, NULL) != argc)
1586 'v', MDB_OPT_SETBITS, TRUE, &verbose,
1727 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &verbose, NULL)
1853 'n', MDB_OPT_SETBITS, TRUE, &thw.thw_non_zero_only,
2652 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2958 'v', MDB_OPT_SETBITS, TRUE, &verbose,
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c570 't', MDB_OPT_SETBITS, OPT_TREE, &usb_flag,
571 'v', MDB_OPT_SETBITS, OPT_VERB, &usb_flag, NULL) != argc) {
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c319 'p', MDB_OPT_SETBITS, TRUE, &opt_p,
371 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c518 if (mdb_getopts(argc, argv, 'v', MDB_OPT_SETBITS, TRUE, &opt_v,
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c180 if (mdb_getopts(argc, argv, 'q', MDB_OPT_SETBITS, TRUE, &qfmt, NULL) !=
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c117 'u', MDB_OPT_SETBITS, B_TRUE, &from_ucontext, NULL) != argc) {
H A Dproc_amd64dep.c162 'u', MDB_OPT_SETBITS, B_TRUE, &from_ucontext, NULL) != argc) {

Completed in 189 milliseconds

12345