Searched refs:xdr_rpcblist_ptr (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.sbin/rpcbind/
H A Dwarmstart.c147 (void) write_struct(RPCBFILE, (xdrproc_t)xdr_rpcblist_ptr, &list_rbl);
163 ok1 = read_struct(RPCBFILE, (xdrproc_t)xdr_rpcblist_ptr, &tmp_rpcbl);
170 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&tmp_rpcbl);
173 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&list_rbl);
H A Drpcb_svc.c120 xdr_result = (xdrproc_t)xdr_rpcblist_ptr;
H A Drpcb_svc_4.c141 xdr_result = (xdrproc_t)xdr_rpcblist_ptr;
/freebsd-10-stable/sys/rpc/
H A Drpcb_prot.c114 xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp) function
164 * functionality to xdr_rpcblist_ptr().
171 dummy = xdr_rpcblist_ptr(xdrs, (rpcblist_ptr *)rp);
H A Drpcb_prot.h560 extern bool_t xdr_rpcblist_ptr(XDR *, rpcblist_ptr*);
H A Drpcb_clnt.c1105 (xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_rpcblist_ptr,
1123 (xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_rpcblist_ptr,
/freebsd-10-stable/lib/libc/rpc/
H A DSymbol.map181 xdr_rpcblist_ptr;
H A Drpcb_prot.c102 xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp) function
151 * functionality to xdr_rpcblist_ptr().
158 dummy = xdr_rpcblist_ptr(xdrs, (rpcblist_ptr *)rp);
H A Drpcb_clnt.c1059 (xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_rpcblist_ptr,
1077 (xdrproc_t) xdr_void, NULL, (xdrproc_t) xdr_rpcblist_ptr,
/freebsd-10-stable/usr.bin/rpcinfo/
H A Drpcinfo.c721 NULL, (xdrproc_t) xdr_rpcblist_ptr, (char *) &head,
734 (xdrproc_t) xdr_rpcblist_ptr, (char *) &head,

Completed in 178 milliseconds