Searched refs:RB_SINGLE (Results 1 – 4 of 4) sorted by relevance
79 #define RB_SINGLE 0x02 /* reboot to single user only */ macro
1185 boothowto |= RB_SINGLE; in parse_bsd_args()1497 boolean_t singleuser = (boothowto & RB_SINGLE) != 0; in bsdmgroot_bootable()
4031 return sysctl_io_number(req, boothowto & RB_SINGLE ? 1 : 0, sizeof(int), NULL, NULL); in sysctl_singleuser()
6783 if (boothowto & RB_SINGLE) { in load_init_program_at_path()