HomeSort by: relevance | last modified time | path
    Searched refs:my_lo_lseek (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_subs.h 39 int my_lo_lseek(struct Xconn *, int32_t, int32_t, int32_t, int32_t *);
pgfs_subs.c 243 my_lo_lseek(struct Xconn *xc, int32_t fd, int32_t offset, int32_t whence, function in typeref:typename:int
414 error = my_lo_lseek(xc, fd, 0, SEEK_END, &size);
pgfs_puffs.c 492 error = my_lo_lseek(xc, fd, 0, SEEK_END, &off);
508 error = my_lo_lseek(xc, fd, offset, SEEK_SET, NULL);
565 error = my_lo_lseek(xc, fd, offset, SEEK_SET, NULL);

Completed in 13 milliseconds