Searched refs:RB_SAFEBOOT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dreboot.h89 #define RB_SAFEBOOT 0x100 /* booting safe */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_init.c1025 boothowto |= RB_SAFEBOOT;
H A Dkern_sysctl.c2626 return sysctl_io_number(req, boothowto & RB_SAFEBOOT ? 1 : 0, sizeof(int), NULL, NULL);

Completed in 21 milliseconds