Searched refs:fsw_lseek (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 56 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)
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 113 return (bbootfs_ops.fsw_lseek(fd & ~BFD_F_SYSTEM_BOOT, in BRD_SEEK() 117 return (ops->fsw_lseek(fd, addr, whence)); in BRD_SEEK()
|
/titanic_44/usr/src/stand/lib/fs/common/ |
H A D | fsswitch.c | 211 return ((*dfl_fsw->fsw_lseek)(filefd, addr, whence)); in lseek() 240 return ((*dfl_fsw->fsw_lseek)(filefd, lo, 0)); in kern_lseek()
|
/titanic_44/usr/src/stand/sys/ |
H A D | bootvfs.h | 59 off_t (*fsw_lseek)(int filefd, off_t addr, int whence); member
|