Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libsa/
Ddosfs.c56 #define SECSIZ 512 /* sector size */ macro
186 if ((err = !(fs->buf = alloc(SECSIZ)) ? errno : 0) || in dos_mount()
219 dealloc(fs->buf, SECSIZ); in dosunmount()
437 if (getushort(bs->bpb.bpbBytesPerSec) != SECSIZ) in parsebs()
749 if ((off = offset & (SECSIZ - 1))) { in ioread()
753 offset += SECSIZ; in ioread()
754 if ((n = SECSIZ - off) > nbyte) in ioread()
760 n = nbyte & (SECSIZ - 1); in ioread()