Home
last modified time | relevance | path

Searched refs:RB_REROOT (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/reboot/
H A Dreboot.c284 howto |= RB_REROOT; in main()
305 if ((howto & RB_REROOT) != 0 && howto != RB_REROOT) in main()
307 if ((howto & RB_REROOT) != 0 && kernel != NULL) in main()
356 } else if (howto & RB_REROOT) { in main()
401 if (howto & RB_REROOT) { in main()
/freebsd/sys/sys/
H A Dreboot.h61 #define RB_REROOT 0x200000 /* unmount the rootfs and mount it again */ macro
/freebsd/sys/powerpc/powernv/
H A Dopal_dev.c366 howto = RB_REROOT; in opal_handle_shutdown_message()
/freebsd/lib/libsysdecode/
H A Dflags.c630 if (howto != 0 && (howto & (RB_HALT | RB_POWEROFF | RB_REROOT | in sysdecode_reboot_howto()
/freebsd/sys/kern/
H A Dkern_shutdown.c310 if (uap->opt & RB_REROOT) in sys_reboot()
/freebsd/sbin/init/
H A Dinit.c801 error = reboot(RB_REROOT); in reroot_phase_two()