Searched refs:RB_SINGLE (Results 1 – 6 of 6) sorted by relevance
48 #define RB_SINGLE 0x00000002 /* reboot to single user only */ macro
54 #define RB_SINGLE 0x002 /* reboot to single user only */ macro
23 #define RB_SINGLE 0x02 /* reboot to single user only */ macro
928 clval |= RB_SINGLE; in bsd_boot()
190 boothowto |= RB_SINGLE; in bootflags()
463 if ((boothowto & RB_SINGLE) == 0 && in fsflush()