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

/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.h150 * structure (actually called rp__list) is used with rpcgen, and the other is
155 struct rp__list { struct
157 struct rp__list *rpcb_next;
159 typedef struct rp__list rp__list; typedef in typeref:struct:rp__list
161 typedef rp__list *rpcblist_ptr;
163 typedef struct rp__list rpcblist;
164 typedef struct rp__list RPCBLIST;
558 extern bool_t xdr_rp__list(XDR *, rp__list*);
/freebsd-9.3-release/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 108 milliseconds