Searched refs:RB_NOSYNC (Results 1 – 5 of 5) sorted by relevance
46 #define RB_NOSYNC 0x004 /* dont sync before reboot */ macro
355 kern_reboot(howto | RB_NOSYNC); in shutdown_nice()470 if (!cold && (howto & RB_NOSYNC) == 0 && once == 0) { in kern_reboot()880 bootopt |= RB_NOSYNC; in vpanic()914 bootopt |= RB_NOSYNC; in vpanic()
99 if (arg2 & RB_NOSYNC) in module_shutdown()
885 kern_reboot(RB_NOSYNC); in vfs_mountroot_parse()
2773 if (howto & RB_NOSYNC) in syncer_shutdown()