Searched refs:fo_seek (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | lseek.c | 105 filepos = (f->f_ops->fo_seek)(f, 0, SEEK_CUR); in lseek() 140 return (f->f_ops->fo_seek)(f, offset, where); in lseek()
|
H A D | gzipfs.c | 59 .fo_seek = zf_seek,
|
H A D | stand.h | 114 off_t (*fo_seek)(struct open_file *f, off_t offset, int where); member
|
H A D | cd9660.c | 88 .fo_seek = cd9660_seek,
|
H A D | tftp.c | 81 .fo_seek = tftp_seek,
|
H A D | nfs.c | 140 .fo_seek = nfs_seek,
|
H A D | dosfs.c | 59 .fo_seek = dos_seek,
|