Searched refs:LASTUNSIGNED (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr_array.c | 48 #define LASTUNSIGNED ((uint_t)0-1) macro 72 if ((c > maxsize || LASTUNSIGNED / elsize < c) && in xdr_array() 102 stat = (*elproc)(xdrs, target, LASTUNSIGNED); in xdr_array()
|
H A D | xdr_refer.c | 56 #define LASTUNSIGNED ((uint_t)0-1) macro 88 stat = (*proc)(xdrs, loc, LASTUNSIGNED); in xdr_reference()
|
H A D | xdr.c | 66 #define LASTUNSIGNED ((uint_t)0-1) macro 540 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); in xdr_union() 547 (*dfault)(xdrs, unp, LASTUNSIGNED)); in xdr_union() 652 if (!(*xdr_elem)(xdrs, elptr, LASTUNSIGNED)) in xdr_vector() 666 if (xdr_string(xdrs, cpp, LASTUNSIGNED)) in xdr_wrapstring()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | xdr_array.c | 53 #define LASTUNSIGNED ((uint_t)0-1) macro 78 if ((c > maxsize || LASTUNSIGNED / elsize < c) && in xdr_array() 147 if (!(*xdr_elem)(xdrs, elptr, LASTUNSIGNED)) in xdr_vector()
|
H A D | xdr_refer.c | 51 #define LASTUNSIGNED ((uint_t)0-1) macro 89 stat = (*proc)(xdrs, loc, LASTUNSIGNED); in xdr_reference()
|
H A D | xdr.c | 78 #define LASTUNSIGNED ((uint_t)0-1) macro 500 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); in xdr_union() 507 (*dfault)(xdrs, unp, LASTUNSIGNED)); in xdr_union() 672 return (xdr_string(xdrs, cpp, LASTUNSIGNED)); in xdr_wrapstring()
|