Searched refs:rpcblist (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Drpcb_clnt.h68 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
H A Drpcb_prot.x142 % * Below are two definitions for the rpcblist structure. This is done because
143 % * xdr_rpcblist() is specified to take a struct rpcblist **, rather than a
144 % * struct rpcblist * that rpcgen would produce. One version of the rpcblist
159 %typedef struct rp__list rpcblist;
163 %struct rpcblist {
165 % struct rpcblist *rpcb_next;
172 %extern bool_t xdr_rpcblist(XDR *, rpcblist**);
435 %struct rpcblist {
437 % struct rpcblist *rpcb_nex
[all...]
/freebsd-9.3-release/sys/rpc/
H A Drpcb_clnt.h71 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
H A Drpcb_prot.h147 * Below are two definitions for the rpcblist structure. This is done because
148 * xdr_rpcblist() is specified to take a struct rpcblist **, rather than a
149 * struct rpcblist * that rpcgen would produce. One version of the rpcblist
163 typedef struct rp__list rpcblist; typedef in typeref:struct:rp__list
167 struct rpcblist { struct
169 struct rpcblist *rpcb_next;
176 extern bool_t xdr_rpcblist(XDR *, rpcblist**);
371 struct rpcblist { struct
373 struct rpcblist *rpcb_nex
[all...]
H A Drpcb_clnt.c1090 rpcblist *
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_prot.c83 * struct rpcblist {
85 * struct rpcblist *rpcb_next;
87 * typedef rpcblist *rpcblist_ptr;
94 * rpcblist *").
134 (u_int)sizeof (rpcblist), (xdrproc_t)xdr_rpcb)) {
H A Drpcb_clnt.c1075 rpcblist *
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcbind.c739 rbl = malloc(sizeof (rpcblist));
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c751 list = (rpcblist *)malloc(sizeof (rpcblist));

Completed in 111 milliseconds