Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h57 int (*fsw_fstat)(int filefd, struct bootstat *buf); member
88 #define BRD_FSTAT(ops, fd, stp) ((ops)->fsw_fstat)(fd, stp)
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c127 return (bbootfs_ops.fsw_fstat(fd & ~BFD_F_SYSTEM_BOOT, bsp)); in BRD_FSTAT()
129 return (ops->fsw_fstat(fd, bsp)); in BRD_FSTAT()
H A Dbootrd_cpio.c483 .fsw_fstat = bcpio_fstat,
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c169 ret = (*dfl_fsw->fsw_fstat)(fd, &buf); in fstat()
267 return ((*dfl_fsw->fsw_fstat)(fd, buf)); in kern_fstat()
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h60 int (*fsw_fstat)(int filefd, struct bootstat *buf); member