Searched refs:pm_BytesPerSec (Results 1 – 5 of 5) sorted by relevance
356 pmp->pm_BytesPerSec = getushort(b50->bpbBytesPerSec);368 if (!pmp->pm_BytesPerSec || !SecPerClust374 if (pmp->pm_BytesPerSec != 512 && pmp->pm_BytesPerSec != 1024 &&375 pmp->pm_BytesPerSec != 2048 && pmp->pm_BytesPerSec != 4096)377 " mounting anyway\n", (u_int)pmp->pm_BytesPerSec);378 if (pmp->pm_BytesPerSec & (pmp->pm_BytesPerSec - 1))385 else if ((((uint32_t)pmp->pm_BytesPerSec) *389 (u_int)pmp->pm_BytesPerSec, (u_int)SecPerClust,390 (u_int)(((uint32_t)pmp->pm_BytesPerSec) *403 dirsperblk = pmp->pm_BytesPerSec / sizeof(struct direntry);[all …]
123 #define pm_BytesPerSec pm_bpb.bpbBytesPerSec macro
286 ldep->de_FileSize = pmp->pm_rootdirsize * pmp->pm_BytesPerSec;
317 dirsperblk = pmp->pm_BytesPerSec /1525 dirsperblk = pmp->pm_BytesPerSec / sizeof(struct direntry);
109 * pmp->pm_BytesPerSec;