Searched refs:rdr_msg_hdr_t (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.h96 int rdr_snd_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout);
98 int rdr_rcv_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout);
H A Ddcs.h241 rdr_msg_hdr_t *hdr;
283 int dcs_dispatch_message(rdr_msg_hdr_t *hdr, cfga_params_t *params);
284 void init_msg(rdr_msg_hdr_t *hdr);
308 void print_msg_hdr(dcs_msg_type_t type, rdr_msg_hdr_t *hdr);
H A Ddcs.c78 static int invalid_msg(rdr_msg_hdr_t *hdr);
81 static int dcs_ses_req(rdr_msg_hdr_t *hdr, cfga_params_t *param);
82 static int dcs_ses_estbl(rdr_msg_hdr_t *hdr, cfga_params_t *param);
83 static int dcs_ses_end(rdr_msg_hdr_t *hdr, cfga_params_t *param);
84 static int dcs_change_state(rdr_msg_hdr_t *hdr, cfga_params_t *param);
85 static int dcs_private_func(rdr_msg_hdr_t *hdr, cfga_params_t *param);
86 static int dcs_test(rdr_msg_hdr_t *hdr, cfga_params_t *param);
87 static int dcs_list_ext(rdr_msg_hdr_t *hdr, cfga_params_t *param);
88 static int dcs_help(rdr_msg_hdr_t *hdr, cfga_params_t *param);
89 static int dcs_ap_id_cmp(rdr_msg_hdr_t *hd
[all...]
H A Dremote_cfg.h369 } rdr_msg_hdr_t; typedef in typeref:struct:__anon404
376 rdr_msg_hdr_t app;
H A Ddcs_ses.c194 rdr_msg_hdr_t req_hdr;
545 rdr_msg_hdr_t op_hdr;
685 rdr_msg_hdr_t op_hdr;
H A Ddcs_msg.c269 print_msg_hdr(dcs_msg_type_t type, rdr_msg_hdr_t *hdr)
H A Drdr_messages.c132 #define RDR_MSG_HDR_SIZE sizeof (rdr_msg_hdr_t)
176 static int rdr_snd(int fd, rdr_msg_hdr_t *hdr, char *data, int data_sz,
180 static int rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout);
187 static int validate_header(rdr_msg_hdr_t *hdr);
563 rdr_snd_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout)
807 rdr_rcv_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout)
1418 rdr_snd(int fd, rdr_msg_hdr_t *hdr, char *data, int data_sz, int timeout)
1540 rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout)
1561 if (validate_header((rdr_msg_hdr_t *)hdr_buf) != RDR_OK) {
1566 data_sz = ((rdr_msg_hdr_t *)hdr_bu
[all...]

Completed in 73 milliseconds