Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_prot.c92 bool_t more_elements; in xdr_rpcblist_ptr() local
98 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
99 if (!xdr_bool(xdrs, &more_elements)) in xdr_rpcblist_ptr()
101 if (!more_elements) in xdr_rpcblist_ptr()
161 bool_t more_elements; in xdr_rpcb_entry_list_ptr() local
167 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
168 if (!xdr_bool(xdrs, &more_elements)) in xdr_rpcb_entry_list_ptr()
170 if (!more_elements) in xdr_rpcb_entry_list_ptr()
H A Dpmap_prot.c125 bool_t more_elements; in xdr_pmaplist_ptr() local
131 more_elements = (bool_t)(*rp != NULL); in xdr_pmaplist_ptr()
132 if (!xdr_bool(xdrs, &more_elements)) in xdr_pmaplist_ptr()
134 if (!more_elements) in xdr_pmaplist_ptr()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c226 bool_t more_elements; in xdr_ypmaplist() local
231 more_elements = (*lst != NULL); in xdr_ypmaplist()
233 if (!xdr_bool(xdrs, &more_elements)) in xdr_ypmaplist()
236 if (!more_elements) in xdr_ypmaplist()