Searched refs:xdr_short (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | authsys_prot.c | 92 return (xdr_short(xdrs, (short *)ip)); 104 return (xdr_short(xdrs, (short *)ip));
|
H A D | xdr.c | 64 #pragma weak xdr_int16_t = xdr_short 246 xdr_short(XDR *xdrs, short *sp) function
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | authu_prot.c | 78 (void) (xdr_short(xdrs, (short *)ip)); 84 return (xdr_short(xdrs, (short *)ip)); 96 (void) (xdr_short(xdrs, (short *)ip)); 102 return (xdr_short(xdrs, (short *)ip));
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | rex.c | 132 xdr_short(xdrs, (short *) &mode->basic.sg_flags) &&
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.c | 243 xdr_short(XDR *xdrs, short *sp) function 386 return (xdr_short(xdrs, (short *)ep)); 391 (void) (xdr_short(xdrs, (short *)ep));
|
H A D | xdr.h | 417 extern bool_t xdr_short(XDR *, short *); 467 extern bool_t xdr_short();
|
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | xdr.h | 222 extern bool_t xdr_short();
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_xdr.h | 50 #define xdr_int16_t xdr_short
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 288 xdr_short.3nsl \ 549 xdr_short.3nsl := LINKSRC = xdr_simple.3nsl
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_display.c | 277 if (xdr_short(&xdrm, &s))
|
/illumos-gate/usr/src/common/nvpair/ |
H A D | nvpair.c | 3008 ret = xdr_short(xdr, (void *)buf); 3059 sizeof (int16_t), (xdrproc_t)xdr_short);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 1439 (void) (xdr_short(xdrs, (short *)ep));
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 860 bool_t xdr_short(XDR *xdrs, short *sp);
|
Completed in 743 milliseconds