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

/haiku/src/build/libroot/
H A Dfs_freebsd.cpp53 off_t sdCur = lseek(fd, -(cur % sectorSize), SEEK_CUR); local
54 if (sdCur == -1)
82 off_t sdCur = lseek(fd,0,SEEK_CUR); local
83 if (sdCur == -1)
103 off_t sdCur = lseek(fd, 0, SEEK_CUR); local
104 if (sdCur == -1)
153 off_t sdCur = lseek(fd, -(cur % sectorSize), SEEK_CUR); local
154 if (sdCur == -1)
157 if (pread(fd, tmpBlock, sectorSize, sdCur) == -1)
184 off_t sdCur local
207 off_t sdCur = lseek(fd, 0, SEEK_CUR); local
[all...]

Completed in 31 milliseconds