Searched defs:BPSEC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h43 #define BPSEC 512 /* Assumed # of bytes per sector */ macro
224 uchar_t buf[BPSEC];
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h36 #define BPSEC 512 /* Assumed # of bytes per sector */ macro
222 uchar_t buf[BPSEC];
H A Dmkfs.c719 *seekto *= BPSEC;
723 "Sector %x.\n"), *seekto/BPSEC); local
741 *seekto *= BPSEC;
745 "Sector %x.\n"), *seekto/BPSEC); local
782 if (lseek64(fd, nextseek * BPSEC, SEEK_SET) < 0 ||
859 *seekto *= BPSEC;
864 "Sector 0x%x.\n"), *seekto/BPSEC); local
899 *seekto *= BPSEC;
904 "Sector %x.\n"), *seekto/BPSEC); local
934 *seekto = RelOffset * BPSEC;
941 *seekto/BPSEC); local
[all...]

Completed in 49 milliseconds