Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Drpcb_prot.c116 bool_t more_elements; in xdr_rpcblist_ptr() local
123 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
124 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcblist_ptr()
127 if (! more_elements) { in xdr_rpcblist_ptr()
200 bool_t more_elements; in xdr_rpcb_entry_list_ptr() local
207 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
208 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcb_entry_list_ptr()
211 if (! more_elements) { in xdr_rpcb_entry_list_ptr()
/freebsd/lib/libc/rpc/
H A Drpcb_prot.c103 bool_t more_elements; in xdr_rpcblist_ptr() local
110 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
111 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcblist_ptr()
114 if (! more_elements) { in xdr_rpcblist_ptr()
186 bool_t more_elements; in xdr_rpcb_entry_list_ptr() local
193 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
194 if (! xdr_bool(xdrs, &more_elements)) { in xdr_rpcb_entry_list_ptr()
197 if (! more_elements) { in xdr_rpcb_entry_list_ptr()
H A Dpmap_prot2.c95 bool_t more_elements; in xdr_pmaplist() local
105 more_elements = (bool_t)(*rp != NULL); in xdr_pmaplist()
106 if (! xdr_bool(xdrs, &more_elements)) in xdr_pmaplist()
108 if (! more_elements) in xdr_pmaplist()