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

/haiku/src/system/libroot/posix/unistd/
H A Dlseek.c17 off_t result = _kern_seek(fd, pos, whence);
/haiku/headers/build/private/kernel/
H A Dsyscalls.h27 #define _kern_seek _kernbuild_seek macro
66 extern off_t _kern_seek(int fd, off_t pos, int seekType);
/haiku/src/build/libbe/storage/
H A DFile.cpp420 return _kern_seek(get_fd(), offset, seekMode);
435 return _kern_seek(get_fd(), 0, SEEK_CUR);
/haiku/src/kits/storage/
H A DFile.cpp272 return _kern_seek(get_fd(), offset, seekMode);
282 return _kern_seek(get_fd(), 0, SEEK_CUR);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h92 fssh_off_t _kern_seek(int fd, fssh_off_t pos, int seekType);
H A Dfd.cpp627 _kern_seek(int fd, fssh_off_t pos, int seekType) function in namespace:FSShell
/haiku/headers/private/system/
H A Dsyscalls.h281 extern off_t _kern_seek(int fd, off_t pos, int seekType);
/haiku/src/system/kernel/fs/
H A Dfd.cpp1174 _kern_seek(int fd, off_t pos, int seekType) function
/haiku/src/build/libroot/
H A Dfs.cpp727 // _kern_seek
729 _kern_seek(int fd, off_t pos, int seekType) function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1267 void _kern_seek() {} function
H A Dlibroot_stubs_legacy.c1187 void _kern_seek() {} function

Completed in 315 milliseconds