Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/zaurus/stand/zboot/
Dpathfs.c40 (void) ulseek((int)fd->f_devdata, 0L, SEEK_SET); in pathfs_open()
75 return ulseek((int)fd->f_devdata, offset, whence); in pathfs_seek()
Dunixdev.c56 if ((rc = ulseek(fd, off, SEEK_SET)) >= 0) in unixstrategy()
190 ulseek(int fd, off_t off, int wh) in ulseek() function
Dunixdev.h59 off_t ulseek(int, off_t, int);