Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dreboot.h80 #define RB_SINGLE 0x02 /* reboot to single user only */ macro
/xnu-11215.1.10/bsd/kern/
H A Dbsd_init.c1207 boothowto |= RB_SINGLE; in parse_bsd_args()
1523 boolean_t singleuser = (boothowto & RB_SINGLE) != 0; in bsdmgroot_bootable()
H A Dkern_exec.c7105 if (boothowto & RB_SINGLE) { in load_init_program_at_path()
H A Dkern_sysctl.c4192 return sysctl_io_number(req, boothowto & RB_SINGLE ? 1 : 0, sizeof(int), NULL, NULL);