Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c91 struct fstyp_fat16_bs bs16; member
113 (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()