Searched refs:xdr_dir (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/umount/
H A Dumount.c78 static int xdr_dir(XDR *, char *);
284 clnt_stat = clnt_call(clp, RPCMNT_UMOUNT, xdr_dir,
380 xdr_dir(XDR *xdrsp, char *dirp) function
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dgetnfsargs.c92 static int xdr_dir(XDR *, char *);
252 xdr_dir, spec, xdr_fh, &nfhret, try);
344 xdr_dir(XDR *xdrsp, char *dirp) function
/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c207 static int xdr_dir(XDR *, char *);
527 if (!svc_getargs(transp, xdr_dir, rpcpath)) {
617 if (!svc_getargs(transp, xdr_dir, rdirpath)) {
659 xdr_dir(XDR *xdrsp, char *dirp) function
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c216 static int xdr_dir __P((XDR *, char *));
546 if (!svc_getargs(transp, xdr_dir, rpcpath)) {
640 if (!svc_getargs(transp, xdr_dir, dpath)) {
682 xdr_dir(xdrsp, dirp) function

Completed in 166 milliseconds