Home
last modified time | relevance | path

Searched refs:fsw_lseek (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h56 off_t (*fsw_lseek)(int filefd, off_t addr, int whence); member
87 #define BRD_SEEK(ops, fd, addr, w) ((ops)->fsw_lseek)(fd, addr, w)
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c116 return (bbootfs_ops.fsw_lseek(fd & ~BFD_F_SYSTEM_BOOT, in BRD_SEEK()
120 return (ops->fsw_lseek(fd, addr, whence)); in BRD_SEEK()
H A Dbootrd_cpio.c482 .fsw_lseek = bcpio_lseek,
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c211 return ((*dfl_fsw->fsw_lseek)(filefd, addr, whence)); in lseek()
240 return ((*dfl_fsw->fsw_lseek)(filefd, lo, 0)); in kern_lseek()
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h59 off_t (*fsw_lseek)(int filefd, off_t addr, int whence); member