Lines Matching refs:howto
73 int howto, i; in bi_getboothowto() local
75 howto = 0; in bi_getboothowto()
80 howto |= howto_names[i].mask; in bi_getboothowto()
86 howto |= RB_SERIAL; in bi_getboothowto()
88 howto |= RB_MUTE; in bi_getboothowto()
93 return (howto); in bi_getboothowto()
101 howto |= howto_masks[sw - howto_switches]; in bi_getboothowto()
106 return (howto); in bi_getboothowto()
349 int howto; in bi_load() local
370 howto = bi_getboothowto(args); in bi_load()
419 file_addmetadata(kfp, MODINFOMD_HOWTO, sizeof (howto), &howto); in bi_load()