Home
last modified time | relevance | path

Searched refs:xdr_pmaplist_ptr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Dwarmstart.c200 (void) write_struct(pmapfile, xdr_pmaplist_ptr, &list_pml); in write_warmstart()
217 if (read_struct(pmapfile, xdr_pmaplist_ptr, &tmp_pmapl) == FALSE) { in read_warmstart()
226 xdr_free((xdrproc_t)xdr_pmaplist_ptr, (char *)&list_pml); in read_warmstart()
H A Dpmap_svc.c325 if ((!svc_sendreply(xprt, (xdrproc_t)xdr_pmaplist_ptr, in pmapproc_dump()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_prot.c118 xdr_pmaplist_ptr(XDR *xdrs, pmaplist_ptr *rp) in xdr_pmaplist_ptr() function
168 return (xdr_pmaplist_ptr(xdrs, (pmaplist_ptr *)rp)); in xdr_pmaplist()
H A Dpmap_clnt.c176 NULL, (xdrproc_t)xdr_pmaplist_ptr, in pmap_getmaps()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c527 NULL, (xdrproc_t)xdr_pmaplist_ptr, (char *)&head,
788 (xdrproc_t)xdr_pmaplist_ptr,
/illumos-gate/usr/src/lib/libnsl/common/
H A Dmapfile-vers826 xdr_pmaplist_ptr;