Lines Matching +full:auto +full:- +full:boot
41 * Boot flags and flags to "reboot" system call.
45 #define RB_AUTOBOOT 0 /* flags for system auto-booting itself */
47 #define RB_ASKNAME 0x00000001 /* prompt for boot file name */
52 #define RB_NOBOOTRC 0x00000020 /* don't run /etc/rc.boot */
56 #define RB_STRING 0x00000200 /* pass boot args to prom monitor */
57 #define RB_CONFIG 0x00000800 /* pass to init on a boot -c */
58 #define RB_RECONFIG 0x00001000 /* pass to init on a boot -r */
59 #define RB_VERBOSE 0x00002000 /* set for chatty boot */
62 #define RB_KMDB 0x00020000 /* load kmdb during boot */
63 #define RB_NOBOOTCLUSTER 0x00040000 /* don't boot as a cluster */
64 #define RB_DEBUGENTER 0x00080000 /* enter the debugger at boot */