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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dreboot.h81 #define RB_SINGLE 0x02 /* reboot to single user only */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_init.c1019 boothowto |= RB_SINGLE;
H A Dkern_exec.c2891 if (boothowto & RB_SINGLE) {
H A Dkern_sysctl.c2637 return sysctl_io_number(req, boothowto & RB_SINGLE ? 1 : 0, sizeof(int), NULL, NULL);

Completed in 89 milliseconds