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