Searched refs:rp__list (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/rpc/
H A Drpcb_prot.h152 * structure (actually called rp__list) is used with rpcgen, and the other is
157 struct rp__list { struct
159 struct rp__list *rpcb_next;
161 typedef struct rp__list rp__list; typedef in typeref:struct:rp__list
163 typedef rp__list *rpcblist_ptr;
165 typedef struct rp__list rpcblist;
166 typedef struct rp__list RPCBLIST;
560 extern bool_t xdr_rp__list(XDR *, rp__list*);
/freebsd-13-stable/include/rpc/
H A Drpcb_prot.x145 % * structure (actually called rp__list) is used with rpcgen, and the other is
150 struct rp__list {
152 struct rp__list *rpcb_next;
155 typedef rp__list *rpcblist_ptr; /* results of RPCBPROC_DUMP */
159 %typedef struct rp__list rpcblist;
160 %typedef struct rp__list RPCBLIST;

Completed in 35 milliseconds