HomeSort by: relevance | last modified time | path
    Searched defs:xdr_explist (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 217 static int xdr_explist(XDR *, caddr_t);
744 if (!svc_sendreply(transp, (xdrproc_t)xdr_explist, NULL))
826 xdr_explist(XDR *xdrsp, caddr_t cp) function in typeref:typename:int
856 * Called from xdr_explist() to traverse the tree and export the
mountd.c 217 static int xdr_explist(XDR *, caddr_t);
744 if (!svc_sendreply(transp, (xdrproc_t)xdr_explist, NULL))
826 xdr_explist(XDR *xdrsp, caddr_t cp) function in typeref:typename:int
856 * Called from xdr_explist() to traverse the tree and export the

Completed in 29 milliseconds