Searched refs:LASTUNSIGNED (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_array.c48 #define LASTUNSIGNED ((uint_t)0-1) macro
72 if ((c > maxsize || LASTUNSIGNED / elsize < c) &&
102 stat = (*elproc)(xdrs, target, LASTUNSIGNED);
H A Dxdr_refer.c56 #define LASTUNSIGNED ((uint_t)0-1) macro
88 stat = (*proc)(xdrs, loc, LASTUNSIGNED);
H A Dxdr.c66 #define LASTUNSIGNED ((uint_t)0-1) macro
540 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED));
547 (*dfault)(xdrs, unp, LASTUNSIGNED));
652 if (!(*xdr_elem)(xdrs, elptr, LASTUNSIGNED))
666 if (xdr_string(xdrs, cpp, LASTUNSIGNED))
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_array.c55 #define LASTUNSIGNED ((uint_t)0-1) macro
80 if ((c > maxsize || LASTUNSIGNED / elsize < c) &&
143 if (!(*xdr_elem)(xdrs, elptr, LASTUNSIGNED))
H A Dxdr_refer.c53 #define LASTUNSIGNED ((uint_t)0-1) macro
85 stat = (*proc)(xdrs, loc, LASTUNSIGNED);
H A Dxdr.c80 #define LASTUNSIGNED ((uint_t)0-1) macro
508 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED));
515 (*dfault)(xdrs, unp, LASTUNSIGNED));
679 return (xdr_string(xdrs, cpp, LASTUNSIGNED));

Completed in 61 milliseconds