Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_shutdown.c182 if ((howto & (RB_PANIC | RB_QUICK)) == (RB_PANIC | RB_QUICK)) { in reboot_kernel()
187 if ((howto & RB_QUICK) == RB_QUICK) { in reboot_kernel()
216 if ((howto & RB_QUICK) == RB_QUICK) { in reboot_kernel()
/xnu-11215.1.10/bsd/sys/
H A Dreboot.h89 #define RB_QUICK 0x400 /* quick and ungraceful reboot with file system caches flushed*/ macro
/xnu-11215.1.10/tests/skywalk/
H A Dskt_utunloop.c231 reboot_np(RB_PANIC | RB_QUICK, "skt_utunloop stalled"); in skt_utunloop_xfer_slots()