Searched refs:bs16 (Results 1 – 1 of 1) sorted by relevance
91 struct fstyp_fat16_bs bs16; member113 (h)->bs16.f_drvnum)115 ltohi((h)->bs16.f_volid[0]))117 &((h)->bs32.f_label[0]) : &((h)->bs16.f_label[0]))235 bcopy(buf + sizeof (struct bootsec), &h->bs16, sizeof (h->bs16)); in read_bootsec()278 if (h->bs16.f_bootsig == 0x29) { in well_formed()279 fatmatch = ((h->bs16.f_typestring[0] == 'F' && in well_formed()280 h->bs16.f_typestring[1] == 'A' && in well_formed()281 h->bs16.f_typestring[2] == 'T') && in well_formed()