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

/freebsd-9.3-release/lib/libstand/
H A Ddosfs.c63 #define SECSIZ 512 /* sector size */ macro
64 #define SSHIFT 9 /* SECSIZ shift */
159 if ((err = !(fs->buf = malloc(SECSIZ)) ? errno : 0) ||
437 if (cv2(bs->bpb.secsiz) != SECSIZ)
721 if ((off = offset & (SECSIZ - 1))) {
725 offset += SECSIZ;
726 if ((n = SECSIZ - off) > nbyte)
732 n = nbyte & (SECSIZ - 1);

Completed in 88 milliseconds