Searched refs:RB_KDB (Results 1 - 25 of 121) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dboot_flag.h65 (retval) |= RB_KDB; \
H A Dreboot.h49 #define RB_KDB 0x00000040 /* give control to kernel debugger */ macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dkparamb.h78 #define RB_KDB 0x40 macro
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dpromboot.c65 prom_boothow |= RB_KDB;
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/obs405/
H A Dobs200_machdep.c171 if (boothowto & RB_KDB)
179 if (boothowto & RB_KDB)
283 if (howto & RB_KDB)
H A Dobs266_machdep.c162 if (boothowto & RB_KDB)
170 if (boothowto & RB_KDB)
274 if (howto & RB_KDB)
H A Dobs600_machdep.c170 if (boothowto & RB_KDB)
178 if (boothowto & RB_KDB)
332 if (howto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Ddb_interface.c71 if (db_active == 0 && (boothowto & RB_KDB)) {
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/atheros/
H A Dmachdep.c220 boothowto |= RB_KDB;
290 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/rasoc/
H A Dmachdep.c153 boothowto |= RB_KDB;
202 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/cesfic/
H A Dmachdep.c154 boothowto |= RB_KDB; /* XXX for now */
189 if((boothowto & RB_KDB) && (dev == makedev(10, 0)))
227 if (boothowto & RB_KDB) {
234 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/pmppc/
H A Dmachdep.c237 if (boothowto & RB_KDB)
242 if (boothowto & RB_KDB) {
380 if (howto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/
H A Dmachdep.c153 if (boothowto & RB_KDB)
161 if (boothowto & RB_KDB)
320 if (howto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dmachdep.c167 if (boothowto & RB_KDB) {
438 if (howto & (RB_KDB|RB_ASKNAME|RB_SINGLE)) {
442 if (howto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/walnut/
H A Dmachdep.c207 if (boothowto & RB_KDB)
215 if (boothowto & RB_KDB)
384 if (howto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/oea/
H A Dprep_machdep.c177 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c94 od->boothowto |= RB_KDB;
/netbsd-6-1-5-RELEASE/sys/arch/arm/ofw/
H A Dofwgencfg_machdep.c205 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/sbmips/
H A Dmachdep.c287 boothowto |= RB_KDB;
324 if (boothowto & RB_KDB) {
/netbsd-6-1-5-RELEASE/sys/arch/landisk/landisk/
H A Dmachdep.c237 if (boothowto & RB_KDB) {
243 if (boothowto & RB_KDB) {
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/alchemy/
H A Dmachdep.c255 boothowto |= RB_KDB;
328 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dmachdep.c203 if (boothowto & RB_KDB) {
447 if (howto & (RB_KDB|RB_ASKNAME|RB_SINGLE)) {
452 if (howto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/imx31/
H A Dimx31lk_machdep.c739 if (boothowto & RB_KDB)
744 if (boothowto & RB_KDB) {
757 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2800_machdep.c820 boothowto ^= RB_KDB;
827 if (boothowto & RB_KDB) {
835 if (boothowto & RB_KDB)
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c276 if (boothowto & RB_KDB)

Completed in 154 milliseconds

12345