Home
last modified time | relevance | path

Searched refs:RB_NOSYNC (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dreboot.h46 #define RB_NOSYNC 0x004 /* dont sync before reboot */ macro
/f-stack/freebsd/kern/
H A Dkern_shutdown.c355 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()
H A Dkern_module.c99 if (arg2 & RB_NOSYNC) in module_shutdown()
H A Dvfs_mountroot.c885 kern_reboot(RB_NOSYNC); in vfs_mountroot_parse()
H A Dvfs_subr.c2773 if (howto & RB_NOSYNC) in syncer_shutdown()