Searched refs:MDB_OPT_CLRBITS (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_argvec.c | 193 case MDB_OPT_CLRBITS: in argvec_process_opt() 363 op->opt_type == MDB_OPT_CLRBITS) { in mdb_getopts()
|
H A D | mdb_modapi.h | 248 #define MDB_OPT_CLRBITS 2 /* Clear specified flag bits */ macro
|
H A D | mdb_cmds.c | 2349 'q', MDB_OPT_CLRBITS, MDB_DUMP_ASCII, &dflags, in cmd_dump() 2353 'u', MDB_OPT_CLRBITS, MDB_DUMP_ALIGN, &dflags, in cmd_dump()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/ |
H A D | disk_label.c | 877 'c', MDB_OPT_CLRBITS, TRUE, &show_sectors, in cmd_vtoc() 878 'r', MDB_OPT_CLRBITS, TRUE, &show_absolute, in cmd_vtoc()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 1073 'p', MDB_OPT_CLRBITS, DEVINFO_CHILD, &data.di_flags, in prtconf() 1074 'c', MDB_OPT_CLRBITS, DEVINFO_PARENT, &data.di_flags, NULL) != argc) in prtconf() 1179 'q', MDB_OPT_CLRBITS, DEVINFO_VERBOSE, &data.di_flags, in devinfo()
|
H A D | genunix.c | 1499 'r', MDB_OPT_CLRBITS, COF_NORM, &coargs.flags, in callout() 1500 'n', MDB_OPT_CLRBITS, COF_REAL, &coargs.flags, in callout() 1501 'l', MDB_OPT_CLRBITS, COF_SHORT, &coargs.flags, in callout() 1502 's', MDB_OPT_CLRBITS, COF_LONG, &coargs.flags, in callout()
|