Searched refs:xdr_pmap (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | pmap_prot.x | 257 %extern bool_t xdr_pmap (XDR *, struct pmap *); 259 %extern bool_t xdr_pmap ();
|
H A D | rpc_subr.c | 421 xdr_pmap(XDR *xdrs, PMAP *objp) in xdr_pmap() function 478 xdr_pmap, (char *)&parms, in portmap_getport()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | pmap_prot.c | 50 xdr_pmap(XDR *xdrs, struct pmap *objp) in xdr_pmap() function 146 (uint_t)sizeof (struct pmaplist), (xdrproc_t)xdr_pmap)) in xdr_pmaplist_ptr()
|
H A D | pmap_clnt.c | 144 if (CLNT_CALL(client, PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, in pmap_getport()
|
H A D | rpcb_clnt.c | 988 (xdrproc_t)xdr_pmap, (caddr_t)&pmapparms, in __rpcb_findaddr_timed()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 84 extern bool_t xdr_pmap();
|
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 174 if (!svc_getargs(xprt, (xdrproc_t)xdr_pmap, (char *)®)) { in pmapproc_change() 249 if (!svc_getargs(xprt, (xdrproc_t)xdr_pmap, (char *)®)) { in pmapproc_getport()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 204 xdr_pmap(XDR *xdrs, struct pmap *regs) in xdr_pmap() function 456 xdr_pmap, (caddr_t)&pmap_send, xdr_u_short, in bpmap_getport()
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 720 xdr_pmap;
|
H A D | llib-lnsl | 636 bool_t xdr_pmap(XDR *xdrs, struct pmap *objp);
|