Searched refs:rpcbs_rmtcalllist (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Drpcb_prot.x287 struct rpcbs_rmtcalllist {
295 struct rpcbs_rmtcalllist *next;
300 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
514 %struct rpcbs_rmtcalllist {
522 % struct rpcbs_rmtcalllist *next;
524 %typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist;
530 %typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.h300 struct rpcbs_rmtcalllist { struct
308 struct rpcbs_rmtcalllist *next;
310 typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef in typeref:struct:rpcbs_rmtcalllist
316 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
450 struct rpcbs_rmtcalllist { struct
458 struct rpcbs_rmtcalllist *next;
460 typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef in typeref:struct:rpcbs_rmtcalllist
466 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_pt
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_st_xdr.c88 rpcbs_rmtcalllist *objp;
91 struct rpcbs_rmtcalllist **pnext;
127 sizeof (rpcbs_rmtcalllist),
165 sizeof (rpcbs_rmtcalllist),
193 sizeof (rpcbs_rmtcalllist),
229 if (!xdr_pointer(xdrs, (char **)objp, sizeof (rpcbs_rmtcalllist),
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_stat.c152 rpcbs_rmtcalllist *rl;
179 rl = (rpcbs_rmtcalllist *) malloc(sizeof (rpcbs_rmtcalllist));
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c983 rpcbs_rmtcalllist *pr;

Completed in 119 milliseconds