Lines Matching refs:boothowto
54 boothowto |= RB_ASKNAME; in bootflags()
71 boothowto |= RB_KMDB; in bootflags()
89 boothowto |= RB_ASKNAME; in bootflags()
92 boothowto |= RB_NOBOOTRC; in bootflags()
95 boothowto |= RB_CONFIG; in bootflags()
98 boothowto |= RB_DEBUGENTER; in bootflags()
111 boothowto |= RB_FORTHDEBUG; in bootflags()
114 boothowto |= RB_FORTHDEBUGDBP; in bootflags()
117 boothowto |= RB_HALT; in bootflags()
134 boothowto |= RB_KMDB; in bootflags()
181 boothowto |= RB_RECONFIG; in bootflags()
190 boothowto |= RB_SINGLE; in bootflags()
199 boothowto |= RB_VERBOSE; in bootflags()
209 boothowto |= RB_WRITABLE; in bootflags()
212 boothowto |= RB_NOBOOTCLUSTER; in bootflags()
232 if ((boothowto & (RB_DEBUGENTER | RB_KMDB)) == RB_DEBUGENTER) { in bootflags()
234 boothowto &= ~RB_DEBUGENTER; in bootflags()