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

/netbsd-current/sbin/mount_nfs/
H A Dgetnfsargs.c94 static int xdr_dir(XDR *, char *);
220 xdr_dir, spec, xdr_fh, &nfhret, try);
305 xdr_dir(XDR *xdrsp, char *dirp) function
/netbsd-current/sbin/umount/
H A Dumount.c81 static int xdr_dir(XDR *, char *);
330 clnt_stat = clnt_call(clp, RPCMNT_UMOUNT, xdr_dir,
430 xdr_dir(XDR *xdrsp, char *dirp) function
/netbsd-current/usr.sbin/mountd/
H A Dmountd.c216 static int xdr_dir(XDR *, char *);
622 if (!svc_getargs(transp, xdr_dir, rpcpath)) {
717 if (!svc_getargs(transp, xdr_dir, rdirpath)) {
759 xdr_dir(XDR *xdrsp, char *dirp) function

Completed in 205 milliseconds