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

/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c237 int boothowto = RB_DEBUG; variable
881 boothowto |= RB_ASKNAME;
1114 boothowto |= RB_SINGLE;
1117 boothowto |= RB_NOBOOTRC;
1120 boothowto |= RB_SAFEBOOT;
H A Dkern_sysctl.c3106 return sysctl_io_number(req, boothowto & RB_SAFEBOOT ? 1 : 0, sizeof(int), NULL, NULL);
3117 return sysctl_io_number(req, boothowto & RB_SINGLE ? 1 : 0, sizeof(int), NULL, NULL);
H A Dkern_exec.c3527 if (boothowto & RB_SINGLE) {
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h124 extern int boothowto; /* reboot flags, from console subsystem */

Completed in 84 milliseconds