Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dcs/sparc/sun4u/
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 *hdr, cfga_params_t *param);
[all …]
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 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 Dremote_cfg.h369 } rdr_msg_hdr_t; typedef
376 rdr_msg_hdr_t app;
H A Ddcs_ses.c194 rdr_msg_hdr_t req_hdr; in ses_close()
545 rdr_msg_hdr_t op_hdr; in ses_handler()
685 rdr_msg_hdr_t op_hdr; in abort_handler()
H A Ddcs_msg.c269 print_msg_hdr(dcs_msg_type_t type, rdr_msg_hdr_t *hdr) in print_msg_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) in rdr_snd_msg()
807 rdr_rcv_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout) in rdr_rcv_msg()
1418 rdr_snd(int fd, rdr_msg_hdr_t *hdr, char *data, int data_sz, int timeout) in rdr_snd()
1540 rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout) in rdr_rcv()
1561 if (validate_header((rdr_msg_hdr_t *)hdr_buf) != RDR_OK) { in rdr_rcv()
1566 data_sz = ((rdr_msg_hdr_t *)hdr_buf)->data_length; in rdr_rcv()
[all …]