Searched refs:MDB_OPT_CLRBITS (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_argvec.c | 195 case MDB_OPT_CLRBITS: in argvec_process_opt() 365 op->opt_type == MDB_OPT_CLRBITS) { in mdb_getopts()
|
H A D | mdb_modapi.h | 247 #define MDB_OPT_CLRBITS 2 /* Clear specified flag bits */ macro
|
H A D | mdb_cmds.c | 2187 'q', MDB_OPT_CLRBITS, MDB_DUMP_ASCII, &dflags, in cmd_dump() 2191 'u', MDB_OPT_CLRBITS, MDB_DUMP_ALIGN, &dflags, in cmd_dump()
|
/titanic_41/usr/src/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 675 't', MDB_OPT_CLRBITS, TRUE, &show_timewait, NULL) != argc) in nca_conn() 743 if (mdb_getopts(argc, argv, 't', MDB_OPT_CLRBITS, TRUE, &show_timewait, in nca_tcpconn()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 1023 'p', MDB_OPT_CLRBITS, DEVINFO_CHILD, &data.di_flags, in prtconf() 1024 'c', MDB_OPT_CLRBITS, DEVINFO_PARENT, &data.di_flags, NULL) != argc) in prtconf() 1123 'q', MDB_OPT_CLRBITS, DEVINFO_VERBOSE, &data.di_flags, in devinfo()
|
H A D | genunix.c | 1295 'r', MDB_OPT_CLRBITS, COF_NORM, &coargs.flags, in callout() 1296 'n', MDB_OPT_CLRBITS, COF_REAL, &coargs.flags, in callout() 1297 'l', MDB_OPT_CLRBITS, COF_SHORT, &coargs.flags, in callout() 1298 's', MDB_OPT_CLRBITS, COF_LONG, &coargs.flags, in callout()
|