Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c971 bool_t vfalse = FALSE; in xdr_encode_rlist_svc() local
974 return (xdr_bool(xdrs, &vfalse)); in xdr_encode_rlist_svc()
980 bool_t vfalse = FALSE, vtrue = TRUE; in xdr_encode_wlist() local
987 return (xdr_bool(xdrs, &vfalse)); in xdr_encode_wlist()
1015 if (!xdr_bool(xdrs, &vfalse)) in xdr_encode_wlist()