Searched defs:SECSIZ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h39 #define SECSIZ 512 macro
40 #define fat_bpc(i) (pi[(i)]->f_bpb.bs_spc * SECSIZ)
162 uchar_t fu_sector[SECSIZ];
198 #define DIRENTS (SECSIZ / sizeof (_dir_entry_t))
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c63 #define SECSIZ 512 /* sector size */ macro
64 #define SSHIFT 9 /* SECSIZ shift */
520 if (cv2(bs->bpb.secsiz) != SECSIZ)
787 if ((off = offset & (SECSIZ - 1))) {
790 offset += SECSIZ;
791 if ((n = SECSIZ - off) > nbyte)
797 n = nbyte & (SECSIZ - 1);
832 if ((off = offset & (SECSIZ - 1))) {
834 if ((n = SECSIZ - off) > nbyte)
838 offset += SECSIZ;
[all...]

Completed in 59 milliseconds