Home
last modified time | relevance | path

Searched refs:more_elements (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/rpc/
HDrpcb_prot.c120 bool_t more_elements; in xdr_rpcblist_ptr() local
127 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
128 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcblist_ptr()
131 if (! more_elements) { in xdr_rpcblist_ptr()
204 bool_t more_elements; in xdr_rpcb_entry_list_ptr() local
211 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
212 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcb_entry_list_ptr()
215 if (! more_elements) { in xdr_rpcb_entry_list_ptr()
/NextBSD/lib/libc/rpc/
HDrpcb_prot.c108 bool_t more_elements; in xdr_rpcblist_ptr() local
115 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
116 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcblist_ptr()
119 if (! more_elements) { in xdr_rpcblist_ptr()
191 bool_t more_elements; in xdr_rpcb_entry_list_ptr() local
198 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
199 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcb_entry_list_ptr()
202 if (! more_elements) { in xdr_rpcb_entry_list_ptr()
HDpmap_prot2.c100 bool_t more_elements; in xdr_pmaplist() local
110 more_elements = (bool_t)(*rp != NULL); in xdr_pmaplist()
111 if (! xdr_bool(xdrs, &more_elements)) in xdr_pmaplist()
113 if (! more_elements) in xdr_pmaplist()