Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dreboot.h48 #define RB_SINGLE 0x00000002 /* reboot to single user only */ macro
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dreboot.c54 #define RB_SINGLE 0x002 /* reboot to single user only */ macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h23 #define RB_SINGLE 0x02 /* reboot to single user only */ macro
H A Dboot.c928 clval |= RB_SINGLE; in bsd_boot()
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c190 boothowto |= RB_SINGLE; in bootflags()
/titanic_41/usr/src/uts/common/fs/
H A Dfsflush.c463 if ((boothowto & RB_SINGLE) == 0 && in fsflush()