HomeSort by relevance Sort by last modified time
    Searched defs:opt_e (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sockfs/
sockfs.c 71 uint_t opt_e = 0; local
72 uint_t opt_E = 0;
78 'e', MDB_OPT_SETBITS, 1, &opt_e,
79 'E', MDB_OPT_SETBITS, 1, &opt_E) != argc)
82 if (!opt_E) {
87 if (opt_e || opt_E) {
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fmdump.c 539 int opt_a = 0, opt_e = 0, opt_f = 0, opt_H = 0, opt_m = 0; local
582 opt_e++;
648 g_root ? g_root : "", opt_e && !opt_u ? "err" : "flt");
695 if (opt_e && opt_u)
736 if (opt_e && opt_u) {
  /onnv/onnv-gate/usr/src/cmd/smbios/
smbios.c 49 static int opt_e; variable
1147 opt_e++;
1208 if (opt_e) {
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 57 static int opt_e = 0; variable
825 if (opt_e && strcmp(opt_s, FM_FMRI_SCHEME_HC) == 0) {
974 if (!opt_e) {
1209 opt_e++;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_nm.c 810 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);
mdb_cmds.c 1100 uint_t opt_e = FALSE, opt_d = FALSE; local
1106 'e', MDB_OPT_SETBITS, TRUE, &opt_e, NULL);
1108 if ((i != argc && i != argc - 1) || (opt_d && opt_e) ||
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/
umem.c 3580 int opt_e = FALSE; \/* Include "small" users *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
kmem.c 4119 int opt_e = FALSE; \/* Include "small" users *\/ local
    [all...]

Completed in 360 milliseconds