| /src/common/lib/libc/rpc/ |
| xdr.c | 91 __weak_alias(xdr_string,_xdr_string) 737 * xdr_string deals with "C strings" - arrays of bytes that are 744 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) function in typeref:typename:bool_t 824 * Wrapper for xdr_string that can be called directly from 834 return xdr_string(xdrs, cpp, RPC_MAXDATASIZE);
|
| xdr.c | 91 __weak_alias(xdr_string,_xdr_string) 737 * xdr_string deals with "C strings" - arrays of bytes that are 744 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) function in typeref:typename:bool_t 824 * Wrapper for xdr_string that can be called directly from 834 return xdr_string(xdrs, cpp, RPC_MAXDATASIZE);
|
| /src/sys/fs/nfs/common/ |
| krpc_subr.c | 438 struct xdr_string { struct 448 struct xdr_string *xs; 459 xs = mtod(m, struct xdr_string *);
|
| krpc_subr.c | 438 struct xdr_string { struct 448 struct xdr_string *xs; 459 xs = mtod(m, struct xdr_string *);
|
| /src/sys/nfs/ |
| krpc_subr.c | 398 struct xdr_string { struct 408 struct xdr_string *xs; 426 xs = mtod(m, struct xdr_string *); 437 struct xdr_string *xs; 446 xs = mtod(m, struct xdr_string *);
|
| krpc_subr.c | 398 struct xdr_string { struct 408 struct xdr_string *xs; 426 xs = mtod(m, struct xdr_string *); 437 struct xdr_string *xs; 446 xs = mtod(m, struct xdr_string *);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_proxy.h | 311 typedef struct xdr_string { struct
|
| ip_proxy.h | 311 typedef struct xdr_string { struct
|
| /src/lib/libc/include/ |
| namespace.h | 877 #define xdr_string _xdr_string macro
|
| namespace.h | 877 #define xdr_string _xdr_string macro
|