Home
last modified time | relevance | path

Searched refs:nfs_stat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/amd64/nfs/
H A DMakefile16 MODSRCS = nfs.c svc.c rfs4.c nfssrv.c idmap.c nfs_clnt.c common.c nfs_stat.c
/illumos-gate/usr/src/boot/libsa/
H A Dnfs.c129 static int nfs_stat(struct open_file *f, struct stat *sb);
141 .fo_stat = nfs_stat,
736 nfs_stat(struct open_file *f, struct stat *sb) in nfs_stat() function