Searched defs:xdr_int (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | xdr.c | 62 #pragma weak xdr_int32_t = xdr_int 155 xdr_int(XDR *xdrs, int *ip) function 371 return (xdr_int(xdrs, (int *)ep));
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.c | 50 #pragma weak xdr_int32_t = xdr_int 99 * xdr_int 104 xdr_int(XDR *xdrs, int *ip) function 151 return (xdr_int(xdrs, (int *)ip)); 302 if (!xdr_int(xdrs, &i)) { 384 return (xdr_int(xdrs, (int32_t *)ep)); 392 return (xdr_int(xdrs, (int32_t *)ep));
|
/illumos-gate/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 271 int xdr_int() { } function
|
/illumos-gate/usr/src/boot/sys/boot/zfs/ |
H A D | zfsimpl.c | 124 xdr_int(const unsigned char **xdr, int *ip) function 165 xdr_int(&p, &junk); 166 xdr_int(&p, &junk); 169 xdr_int(&p, &encoded_size); 170 xdr_int(&p, &decoded_size); 175 xdr_int(&p, &namelen); 178 xdr_int(&p, &pairtype); 181 xdr_int(&p, &elements); 189 xdr_int(&p, &len); 208 xdr_int( [all...] |
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 277 xdr_int.3nsl \ 545 xdr_int.3nsl := LINKSRC = xdr_simple.3nsl
|
Completed in 71 milliseconds