Home
last modified time | relevance | path

Searched refs:MDB_OPT_CLRBITS (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c195 case MDB_OPT_CLRBITS: in argvec_process_opt()
365 op->opt_type == MDB_OPT_CLRBITS) { in mdb_getopts()
H A Dmdb_modapi.h247 #define MDB_OPT_CLRBITS 2 /* Clear specified flag bits */ macro
H A Dmdb_cmds.c2187 '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 Dnca.c675 '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 Ddevinfo.c1023 '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 Dgenunix.c1295 '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()