Home
last modified time | relevance | path

Searched refs:rpcbs_rmtcalllist (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/rpc/
HDrpcb_prot.h300 struct rpcbs_rmtcalllist { struct
308 struct rpcbs_rmtcalllist *next; argument
310 typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef
316 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
450 struct rpcbs_rmtcalllist {
458 struct rpcbs_rmtcalllist *next;
460 typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist;
466 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
567 extern bool_t xdr_rpcbs_rmtcalllist(XDR *, rpcbs_rmtcalllist*);
/NextBSD/include/rpc/
HDrpcb_prot.x287 struct rpcbs_rmtcalllist { struct
295 struct rpcbs_rmtcalllist *next; argument
300 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
514 %struct rpcbs_rmtcalllist { struct
522 % struct rpcbs_rmtcalllist *next; argument
524 %typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef
530 %typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
/NextBSD/lib/libc/rpc/
HDrpcb_st_xdr.c84 xdr_rpcbs_rmtcalllist(XDR *xdrs, rpcbs_rmtcalllist *objp) in xdr_rpcbs_rmtcalllist()
87 struct rpcbs_rmtcalllist **pnext; in xdr_rpcbs_rmtcalllist()
123 sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
161 sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
189 sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
219 if (!xdr_pointer(xdrs, (char **)objp, sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist_ptr()
/NextBSD/usr.sbin/rpcbind/
HDrpcb_stat.c151 rpcbs_rmtcalllist *rl; in rpcbs_rmtcall()
178 rl = (rpcbs_rmtcalllist *) malloc(sizeof (rpcbs_rmtcalllist)); in rpcbs_rmtcall()
/NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
HDrpcb_stat.c150 rpcbs_rmtcalllist *rl; in rpcbs_rmtcall()
177 rl = (rpcbs_rmtcalllist *) malloc(sizeof (rpcbs_rmtcalllist)); in rpcbs_rmtcall()
/NextBSD/usr.bin/rpcinfo/
HDrpcinfo.c990 rpcbs_rmtcalllist *pr;