Searched refs:mdb_set_options (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.h38 extern int mdb_set_options(const char *, int);
H A Dmdb_set.c153 mdb_set_options(const char *s, int enable) function
429 (void) mdb_set_options(opt_o, TRUE);
431 (void) mdb_set_options(opt_plus_o, FALSE);
H A Dmdb_main.c535 if (!mdb_set_options(optarg, TRUE))
559 (void) mdb_set_options("nomods", TRUE);
562 (void) mdb_set_options("noctf", TRUE);
629 if (!mdb_set_options(argv[optind++], FALSE))
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c204 if (!mdb_set_options(kav->kav_argv[i], TRUE))

Completed in 70 milliseconds