Searched defs:opt_e (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sockfs/
H A Dsockfs.c73 uint_t opt_e = 0; local
80 'e', MDB_OPT_SETBITS, 1, &opt_e,
89 if (opt_e || opt_E) {
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c58 static int opt_e = 0; variable
822 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) {
976 if (!opt_e) {
1211 opt_e++;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c810 uintptr_t opt_e = 0, opt_s = 0; local
822 'e', MDB_OPT_UINTPTR, &opt_e,
829 if (opt_e && opt_e < addr) {
831 (void *)opt_e, (void *)addr);
845 if (opt_e)
846 sym.st_size = (GElf_Xword)(opt_e - addr);
H A Dmdb_cmds.c1108 uint_t opt_e = FALSE, opt_d = FALSE; local
1114 'e', MDB_OPT_SETBITS, TRUE, &opt_e, NULL);
1116 if ((i != argc && i != argc - 1) || (opt_d && opt_e) ||
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c51 static int opt_e; variable
1288 opt_e++;
1335 if (opt_i == -1 && opt_t == -1 && opt_e == 0 &&
1354 if (opt_e) {
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1157 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0, opt_p = 0; local
1209 opt_e++;
1218 if (opt_e || opt_I)
1223 if (opt_e || opt_i)
1281 if (opt_A && (opt_e || opt_i || opt_I || opt_m || opt_u))
1339 if (opt_u || (!opt_e && !opt_i && !opt_I)) {
1343 if (opt_e) {
1394 if (opt_e && opt_u)
1438 if (opt_e && opt_u) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c4135 int opt_e = FALSE; /* Include "small" users */ local
4149 'e', MDB_OPT_SETBITS, TRUE, &opt_e,
4179 if (opt_e)
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3765 int opt_e = FALSE; /* Include "small" users */ local
3782 'e', MDB_OPT_SETBITS, TRUE, &opt_e,
3805 if (opt_e)

Completed in 104 milliseconds