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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c92 struct fstyp_fat16_bs bs16; member in struct:fstyp_pcfs
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));
266 if (h->bs16.f_bootsig == 0x29) {
267 fatmatch = ((h->bs16.f_typestring[0] == 'F' &&
268 h->bs16.f_typestring[1] == 'A' &&
269 h->bs16
[all...]

Completed in 52 milliseconds