Searched refs:MINBPS (Results 1 – 4 of 4) sorted by relevance
38 #define MINBPS 512 macro
89 *sizep = MINBPS; in get_media_sector_size()
917 if (lseek(fd, (wbpb->bpb.sectors_in_volume * MINBPS)-1, SEEK_SET) < 0) { in prepare_image_file()2150 wbpb->bpb.bytes_per_sector = MINBPS; in prepare_wbpb()2333 } else if (fi.st_size != MINBPS) { in verify_bootblkfile()2339 } else if (read(bsfd, bs->buf, MINBPS) < MINBPS) { in verify_bootblkfile()2817 if (size != MINBPS && !Notreally) { in write_fat32_bootstuff()2874 if (size != MINBPS && !Notreally) in write_fat32_bootstuff()2927 dump_bytes(bsp->buf, MINBPS); in write_bootsects()
51 size_t bpsec = MINBPS;