Home
last modified time | relevance | path

Searched refs:RB_SINGLE (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/sys/
HDboot.h45 { "boot_single", RB_SINGLE},
HDreboot.h46 #define RB_SINGLE 0x002 /* reboot to single user only */ macro
/dragonfly/stand/boot/pc32/libi386/
HDbootinfo.c88 howto |= RB_SINGLE; in bi_getboothowto()
/dragonfly/stand/boot/efi/loader/
HDbootinfo.c61 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
HDmain.c263 howto |= RB_SINGLE; in main()
/dragonfly/sys/kern/
HDtty_cons.c162 |RB_SINGLE in cninit()
HDinit_main.c637 if (boothowto & RB_SINGLE) { in start_init()
/dragonfly/sys/platform/vkernel64/platform/
HDinit.c310 boothowto |= RB_SINGLE; in main()