Home
last modified time | relevance | path

Searched refs:f_ops (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/boot/lib/libstand/
H A Dclose.c82 if (!(f->f_flags & F_RAW) && f->f_ops) in close()
83 err1 = (f->f_ops->fo_close)(f); in close()
H A Dlseek.c104 if ((filepos = (f->f_ops->fo_seek)(f, (off_t)0, SEEK_CUR)) == -1) in lseek()
138 return (f->f_ops->fo_seek)(f, offset, where); in lseek()
H A Dread.c113 if ((errno = (f->f_ops->fo_read)(f, dest, resid, &cresid))) in read()
119 if ((errno = (f->f_ops->fo_read)(f, f->f_rabuf, SOPEN_RASIZE, &cresid))) in read()
H A Dopen.c107 f->f_ops = (struct fs_ops *)0; in open()
156 f->f_ops = fs; in open()
H A Dfstat.c57 errno = (f->f_ops->fo_stat)(f, sb);
H A Dreaddir.c47 errno = (f->f_ops->fo_readdir)(f, &dir); in readdirfd()
H A Dwrite.c92 if ((errno = (f->f_ops->fo_write)(f, dest, bcount, &resid)))
H A Dstand.h180 struct fs_ops *f_ops; /* pointer to file system operations */ member
/titanic_53/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h38 } *f_ops; member