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

/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h56 int (*fsw_close)(int fd); member in struct:boot_fs_ops
75 #define BRD_CLOSE(ops, fd) ((ops)->fsw_close)(fd)
/opensolaris-onvv-gate/usr/src/stand/sys/
H A Dbootvfs.h57 int (*fsw_close)(int fd); member in struct:boot_fs_ops
/opensolaris-onvv-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c107 return ((*dfl_fsw->fsw_close)(fd));
258 return ((*dfl_fsw->fsw_close)(fd));

Completed in 159 milliseconds