Home
last modified time | relevance | path

Searched refs:RB_KMDB (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c145 boothowto |= RB_KMDB; in bootflags()
190 (RB_ASKNAME | RB_DEBUGENTER | RB_VERBOSE | RB_HALT | RB_KMDB))) { in bootflags()
205 if (boothowto & RB_KMDB) in bootflags()
H A Dboot_plat.c593 boothowto |= RB_KMDB; in main()
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c71 boothowto |= RB_KMDB; in bootflags()
134 boothowto |= RB_KMDB; in bootflags()
232 if ((boothowto & (RB_DEBUGENTER | RB_KMDB)) == RB_DEBUGENTER) { in bootflags()
H A Dkobj.c494 if (boothowto & RB_KMDB) { in kobj_init()
/titanic_41/usr/src/uts/common/sys/
H A Dreboot.h62 #define RB_KMDB 0x00020000 /* load kmdb during boot */ macro
/titanic_41/usr/src/uts/intel/kdi/
H A Dkdi_idt.c433 if (boothowto & RB_KMDB) in kdi_activate()
454 if (boothowto & RB_KMDB) { in kdi_activate()
/titanic_41/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c483 if (boothowto & RB_KMDB) { in cif_init()