Searched refs:xdr_ypupdate_args (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libnsl/yp/ |
H A D | ypupd.c | 55 xdr_ypupdate_args(XDR *xdrs, ypupdate_args *objp) in xdr_ypupdate_args() function
|
H A D | yp_update.c | 133 xdr_ypupdate_args, (char *)&args, in yp_update()
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | ypupd.h | 83 bool_t xdr_ypupdate_args();
|
/titanic_44/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 259 if (!svc_getargs(transp, xdr_ypupdate_args, (caddr_t)&args)) { 269 if (!svc_freeargs(transp, xdr_ypupdate_args, (caddr_t)&args)) {
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypupdated.c | 272 if (!svc_getargs(transp, xdr_ypupdate_args, (char *)&args)) { 286 if (!svc_freeargs(transp, xdr_ypupdate_args, (char *)&args)) {
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 770 xdr_ypupdate_args;
|
H A D | llib-lnsl | 1088 bool_t xdr_ypupdate_args(XDR *xdrs, ypupdate_args *objp);
|