Searched refs:opt_set_mflags (Results 1 – 1 of 1) sorted by relevance
| /titanic_44/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_set.c | 41 opt_set_mflags(int enable, uint_t bits, const char *arg) in opt_set_mflags() function 63 return (opt_set_mflags(enable, bits, arg)); in opt_pager() 75 return (opt_set_mflags(enable, bits, arg)); in opt_adb() 168 { "ignoreeof", opt_set_mflags, MDB_FL_IGNEOF }, in mdb_set_options() 169 { "repeatlast", opt_set_mflags, MDB_FL_REPLAST }, in mdb_set_options() 170 { "latest", opt_set_mflags, MDB_FL_LATEST }, in mdb_set_options() 171 { "noctf", opt_set_mflags, MDB_FL_NOCTF }, in mdb_set_options() 172 { "nomods", opt_set_mflags, MDB_FL_NOMODS }, in mdb_set_options() 173 { "showlmid", opt_set_mflags, MDB_FL_SHOWLMID }, in mdb_set_options() 174 { "lmraw", opt_set_mflags, MDB_FL_LMRAW }, in mdb_set_options() [all …]
|