Lines Matching refs:boothowto
114 boothowto |= RB_ASKNAME; in bootflags()
118 boothowto |= RB_DEBUGENTER; in bootflags()
121 boothowto |= RB_VERBOSE; in bootflags()
124 boothowto |= RB_HALT; in bootflags()
129 boothowto |= RB_KMDB; in bootflags()
171 if (c == '?' || (boothowto & in bootflags()
179 if (boothowto & RB_ASKNAME) in bootflags()
186 if (boothowto & RB_DEBUGENTER) in bootflags()
188 if (boothowto & RB_KMDB) in bootflags()
190 if (boothowto & RB_VERBOSE) in bootflags()
192 if (boothowto & RB_HALT) in bootflags()