Home
last modified time | relevance | path

Searched refs:DUMP_ALL (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ddumpadm.h58 #define DUMP_ALL 0x00020000 /* dump all pages */ macro
/titanic_50/usr/src/uts/common/io/
H A Ddump.c104 if (dump_conflags & DUMP_ALL) in dump_ioctl()
149 if (arg == DUMP_KERNEL || arg == DUMP_ALL || in dump_ioctl()
/titanic_50/usr/src/cmd/dumpadm/
H A Ddconf.c546 if (dcp->dc_cflags & DUMP_ALL) in dconf_print()
630 dcp->dc_cflags = (dcp->dc_cflags & ~DUMP_CONTENT) | DUMP_ALL; in dconf_str2content()
677 if (dcp->dc_cflags & DUMP_ALL) in print_content()
/titanic_50/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/
H A Doplhwd.c62 #define DUMP_ALL (DUMP_HDR | DUMP_SB_STAT | DUMP_DINFO | \ macro
68 #define DUMP_VERBOSE (DUMP_ALL | DUMP_MEM_CHUNKS | DUMP_MEM_CS)
/titanic_50/usr/src/uts/common/os/
H A Ddumpsubr.c926 (dump_conflags & DUMP_ALL) != 0) { in dumpsys_get_maxmem()
2724 if (dump_conflags & DUMP_ALL) in dumpsys()
2793 if (dump_conflags & DUMP_ALL) { in dumpsys()