Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c98 boothowto |= RB_DEBUGENTER; in bootflags()
232 if ((boothowto & (RB_DEBUGENTER | RB_KMDB)) == RB_DEBUGENTER) { in bootflags()
234 boothowto &= ~RB_DEBUGENTER; in bootflags()
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c134 boothowto |= RB_DEBUGENTER; in bootflags()
190 (RB_ASKNAME | RB_DEBUGENTER | RB_VERBOSE | RB_HALT | RB_KMDB))) { in bootflags()
203 if (boothowto & RB_DEBUGENTER) in bootflags()
/titanic_41/usr/src/uts/common/sys/
H A Dreboot.h64 #define RB_DEBUGENTER 0x00080000 /* enter the debugger at boot */ macro
/titanic_41/usr/src/uts/i86pc/os/
H A Dmlsetup.c377 if (boothowto & RB_DEBUGENTER) in mlsetup()
/titanic_41/usr/src/uts/sun4/os/
H A Dmlsetup.c136 if (boothowto & RB_DEBUGENTER) in mlsetup()