HomeSort by relevance Sort by last modified time
    Searched refs:xdr_s_type (Results 1 - 5 of 5) sorted by null

  /hardware/msm7k/librpc/
svc_clnt_common.c 12 static void xdr_std_destroy(xdr_s_type *xdr)
17 static bool_t xdr_std_control(xdr_s_type *xdr, int request, void *info)
22 static bool_t xdr_std_msg_done(xdr_s_type *xdr)
29 static bool_t xdr_std_msg_start(xdr_s_type *xdr,
75 static bool_t xdr_std_msg_abort(xdr_s_type *xdr)
83 extern bool_t xdr_recv_reply_header(xdr_s_type *xdr, rpc_reply_header *reply);
87 static bool_t xdr_std_msg_send(xdr_s_type *xdr)
97 static bool_t xdr_std_read(xdr_s_type *xdr)
112 static bool_t xdr_std_send_uint32(xdr_s_type *xdr, const uint32 *value)
120 static bool_t xdr_std_send_int8(xdr_s_type *xdr, const int8 *value
    [all...]
rpc.c 8 xdr_s_type *xdr,
30 xdr_s_type *xdr,
43 xdr_s_type *xdr,
78 xdr_s_type *xdr,
103 xdr_s_type *xdr,
128 xdr_send_auth(xdr_s_type *xdr, const opaque_auth *auth)
clnt.c 28 xdr_s_type *xdr;
59 extern xdr_s_type *xdr_init_common(const char *name, int is_client);
60 extern xdr_s_type *xdr_clone(xdr_s_type *);
61 extern void xdr_destroy_common(xdr_s_type *xdr);
62 extern bool_t xdr_recv_reply_header (xdr_s_type *xdr, rpc_reply_header *reply);
306 xdr_s_type *xdr = client->xdr;
416 bool_t xdr_recv_auth (xdr_s_type *xdr, opaque_auth *auth)
446 xdr_recv_accepted_reply_header(xdr_s_type *xdr,
484 static bool_t xdr_recv_denied_reply(xdr_s_type *xdr
    [all...]
xdr.c 38 bool_t xdr_send_enum (xdr_s_type *xdr, const void *value, uint32 size)
52 bool_t xdr_recv_enum (xdr_s_type *xdr, void *value, uint32 size)
  /hardware/msm7k/librpc/rpc/
types.h 341 typedef struct xdr_struct xdr_s_type; typedef in typeref:struct:xdr_struct
344 typedef void (*rpc_reply_cb_type)(xdr_s_type *xdr, void *data);
349 void (*xdr_destroy) (xdr_s_type *xdr);
350 bool_t (*xdr_control) (xdr_s_type *xdr, int request, void *info);
353 bool_t (*read) (xdr_s_type *xdr);
354 bool_t (*msg_done) (xdr_s_type *xdr);
357 bool_t (*msg_start) (xdr_s_type *xdr, rpc_msg_e_type rpc_msg_type);
358 bool_t (*msg_abort) (xdr_s_type *xdr);
359 bool_t (*msg_send) (xdr_s_type *xdr);
362 bool_t (*send_int8) (xdr_s_type *xdr, const int8 *value)
    [all...]

Completed in 23 milliseconds