Searched refs:fsw_fstat (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h59 int (*fsw_fstat)(int filefd, struct bootstat *buf); member in struct:boot_fs_ops
78 #define BRD_FSTAT(ops, fd, stp) ((ops)->fsw_fstat)(fd, stp)
/opensolaris-onvv-gate/usr/src/stand/sys/
H A Dbootvfs.h60 int (*fsw_fstat)(int filefd, struct bootstat *buf); member in struct:boot_fs_ops
/opensolaris-onvv-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c169 ret = (*dfl_fsw->fsw_fstat)(fd, &buf);
267 return ((*dfl_fsw->fsw_fstat)(fd, buf));

Completed in 93 milliseconds