Searched defs:sdCur (Results 1 – 1 of 1) sorted by relevance
/haiku/src/build/libroot/ |
H A D | fs_freebsd.cpp | 53 off_t sdCur = lseek(fd, -(cur % sectorSize), SEEK_CUR); in haiku_freebsd_read() local 82 off_t sdCur = lseek(fd,0,SEEK_CUR); in haiku_freebsd_read() local 103 off_t sdCur = lseek(fd, 0, SEEK_CUR); in haiku_freebsd_read() local 153 off_t sdCur = lseek(fd, -(cur % sectorSize), SEEK_CUR); in haiku_freebsd_write() local 184 off_t sdCur = lseek(fd, 0, SEEK_CUR); in haiku_freebsd_write() local 207 off_t sdCur = lseek(fd, 0, SEEK_CUR); in haiku_freebsd_write() local
|