Searched refs:RB_NOSYNC (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dreboot.h44 #define RB_NOSYNC 0x004 /* dont sync before reboot */ macro
/freebsd-10-stable/sbin/reboot/
H A Dreboot.c93 howto |= RB_NOSYNC;
119 if (Nflag && (howto & RB_NOSYNC) != 0)
/freebsd-10-stable/sys/kern/
H A Dkern_shutdown.c254 kern_reboot(RB_NOSYNC);
363 if (!cold && (howto & RB_NOSYNC) == 0 && waittime < 0) {
857 bootopt |= RB_NOSYNC;
888 bootopt |= RB_NOSYNC;
H A Dkern_module.c99 if (arg2 & RB_NOSYNC)
H A Dvfs_mountroot.c843 kern_reboot(RB_NOSYNC);
H A Dvfs_subr.c2038 if (howto & RB_NOSYNC)

Completed in 319 milliseconds