Home
last modified time | relevance | path

Searched refs:RB_QUICK (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dkern_shutdown.c181 if ((howto & (RB_PANIC | RB_QUICK)) == (RB_PANIC | RB_QUICK)) { in reboot_kernel()
186 if ((howto & RB_QUICK) == RB_QUICK) { in reboot_kernel()
215 if ((howto & RB_QUICK) == RB_QUICK) { in reboot_kernel()
/xnu-8792.61.2/bsd/sys/
H A Dreboot.h88 #define RB_QUICK 0x400 /* quick and ungraceful reboot with file system caches flushed*/ macro