Searched refs:b50 (Results 1 – 1 of 1) sorted by relevance
278 struct byte_bpb50 *b50; local343 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB;355 SecPerClust = b50->bpbSecPerClust;356 pmp->pm_BytesPerSec = getushort(b50->bpbBytesPerSec);357 pmp->pm_ResSectors = getushort(b50->bpbResSectors);358 pmp->pm_FATs = b50->bpbFATs;359 pmp->pm_RootDirEnts = getushort(b50->bpbRootDirEnts);360 pmp->pm_Sectors = getushort(b50->bpbSectors);361 pmp->pm_FATsecs = getushort(b50->bpbFATsecs);362 pmp->pm_SecPerTrack = getushort(b50->bpbSecPerTrack);[all …]