Home | History | Annotate | Download | only in boot

Lines Matching defs:boothowto

53 int	boothowto;
206 if (boothowto & AB_VERBOSE)
279 boothowto = bootoptions(prom_getbootargs());
285 if (boothowto & RB_ASKNAME) {
298 boothowto &= ~RB_ASKNAME;
310 boothowto |= RB_ASKNAME;
318 if ((boothowto & RB_ASKNAME) == 0 &&
324 boothowto |= RB_ASKNAME;
341 /* Add boothowto */
342 bi_howto.boothowto = boothowto;