Searched refs:my_lo_lseek (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/share/examples/puffs/pgfs/ |
| D | pgfs_subs.h | 39 int my_lo_lseek(struct Xconn *, int32_t, int32_t, int32_t, int32_t *);
|
| D | pgfs_subs.c | 243 my_lo_lseek(struct Xconn *xc, int32_t fd, int32_t offset, int32_t whence, in my_lo_lseek() function 414 error = my_lo_lseek(xc, fd, 0, SEEK_END, &size); in getsize()
|
| D | pgfs_puffs.c | 492 error = my_lo_lseek(xc, fd, 0, SEEK_END, &off); in pgfs_node_write() 508 error = my_lo_lseek(xc, fd, offset, SEEK_SET, NULL); in pgfs_node_write() 565 error = my_lo_lseek(xc, fd, offset, SEEK_SET, NULL); in pgfs_node_read()
|