Home
last modified time | relevance | path

Searched refs:bs16 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c92 struct fstyp_fat16_bs bs16; member
114 (h)->bs16.f_drvnum)
116 ltohi((h)->bs16.f_volid[0]))
118 &((h)->bs32.f_label[0]) : &((h)->bs16.f_label[0]))
224 bcopy(buf + sizeof (struct bootsec), &h->bs16, sizeof (h->bs16)); in read_bootsec()
266 if (h->bs16.f_bootsig == 0x29) { in well_formed()
267 fatmatch = ((h->bs16.f_typestring[0] == 'F' && in well_formed()
268 h->bs16.f_typestring[1] == 'A' && in well_formed()
269 h->bs16.f_typestring[2] == 'T') && in well_formed()