Searched refs:RB_SAFEBOOT (Results 1 – 3 of 3) sorted by relevance
87 #define RB_SAFEBOOT 0x100 /* booting safe */ macro
1211 boothowto |= RB_SAFEBOOT; in parse_bsd_args()
4181 return sysctl_io_number(req, boothowto & RB_SAFEBOOT ? 1 : 0, sizeof(int), NULL, NULL);