Searched defs:xdr (Results 1 – 5 of 5) sorted by relevance
/hardware/msm7k/librpc/ |
D | svc_clnt_common.c | 12 static void xdr_std_destroy(xdr_s_type *xdr) in xdr_std_destroy() 17 static bool_t xdr_std_control(xdr_s_type *xdr, int request, void *info) in xdr_std_control() 22 static bool_t xdr_std_msg_done(xdr_s_type *xdr) in xdr_std_msg_done() 29 static bool_t xdr_std_msg_start(xdr_s_type *xdr, in xdr_std_msg_start() 75 static bool_t xdr_std_msg_abort(xdr_s_type *xdr) in xdr_std_msg_abort() 87 static bool_t xdr_std_msg_send(xdr_s_type *xdr) in xdr_std_msg_send() 97 static bool_t xdr_std_read(xdr_s_type *xdr) in xdr_std_read() 112 static bool_t xdr_std_send_uint32(xdr_s_type *xdr, const uint32 *value) in xdr_std_send_uint32() 120 static bool_t xdr_std_send_int8(xdr_s_type *xdr, const int8 *value) in xdr_std_send_int8() 126 static bool_t xdr_std_send_uint8(xdr_s_type *xdr, const uint8 *value) in xdr_std_send_uint8() [all …]
|
D | xdr.c | 10 bool_t xdr_bytes (XDR *xdr, char **cpp, u_int *sizep, u_int maxsize) in xdr_bytes() 38 bool_t xdr_send_enum (xdr_s_type *xdr, const void *value, uint32 size) in xdr_send_enum() 52 bool_t xdr_recv_enum (xdr_s_type *xdr, void *value, uint32 size) in xdr_recv_enum() 68 bool_t xdr_enum (XDR *xdr, enum_t *ep) in xdr_enum() 83 bool_t xdr_u_int (XDR *xdr, u_int *uip) in xdr_u_int() 98 bool_t xdr_u_char (XDR *xdr, u_char *cp) in xdr_u_char() 107 bool_t xdr_long (XDR *xdr, long *lp) in xdr_long() 122 bool_t xdr_u_long (XDR *xdr, u_long *ulp) in xdr_u_long() 171 bool_t xdr_u_short (XDR *xdr, u_short *usp) in xdr_u_short() 222 bool_t xdr_bool (XDR *xdr, bool_t *bp) in xdr_bool() [all …]
|
D | rpc.c | 8 xdr_s_type *xdr, in xdr_call_msg_start() 30 xdr_s_type *xdr, in xdr_reply_msg_start() 43 xdr_s_type *xdr, in xdr_send_accepted_reply_header() 78 xdr_s_type *xdr, in xdr_send_denied_reply() 103 xdr_s_type *xdr, in xdr_send_reply_header() 128 xdr_send_auth(xdr_s_type *xdr, const opaque_auth *auth) in xdr_send_auth()
|
D | clnt.c | 29 xdr_s_type *xdr; member 311 xdr_s_type *xdr = client->xdr; in clnt_call() local 421 bool_t xdr_recv_auth (xdr_s_type *xdr, opaque_auth *auth) in xdr_recv_auth() 451 xdr_recv_accepted_reply_header(xdr_s_type *xdr, in xdr_recv_accepted_reply_header() 489 static bool_t xdr_recv_denied_reply(xdr_s_type *xdr, in xdr_recv_denied_reply() 513 bool_t xdr_recv_reply_header (xdr_s_type *xdr, rpc_reply_header *reply) in xdr_recv_reply_header()
|
D | svc.c | 67 XDR *xdr; member 515 #define SVCERR_XDR_SEND(xdr, reply) \ argument
|