Searched refs:xdr_ypupdate_args (Results 1 – 5 of 5) sorted by relevance
53 xdr_ypupdate_args(XDR *xdrs, ypupdate_args *objp) in xdr_ypupdate_args() function
131 xdr_ypupdate_args, (char *)&args, in yp_update()
81 bool_t xdr_ypupdate_args();
255 if (!svc_getargs(transp, xdr_ypupdate_args, (caddr_t)&args)) { in ypupdate_prog()265 if (!svc_freeargs(transp, xdr_ypupdate_args, (caddr_t)&args)) { in ypupdate_prog()
874 xdr_ypupdate_args;