Searched refs:ulseek (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/zaurus/stand/zboot/ |
| D | pathfs.c | 40 (void) ulseek((int)fd->f_devdata, 0L, SEEK_SET); in pathfs_open() 75 return ulseek((int)fd->f_devdata, offset, whence); in pathfs_seek()
|
| D | unixdev.c | 56 if ((rc = ulseek(fd, off, SEEK_SET)) >= 0) in unixstrategy() 190 ulseek(int fd, off_t off, int wh) in ulseek() function
|
| D | unixdev.h | 59 off_t ulseek(int, off_t, int);
|