Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c777 rdr_msg_hdr_t reply_hdr; in dcs_ses_req()
902 rdr_msg_hdr_t reply_hdr; in dcs_ses_end()
964 rdr_msg_hdr_t reply_hdr; in dcs_change_state()
1131 rdr_msg_hdr_t reply_hdr; in dcs_private_func()
1228 rdr_msg_hdr_t reply_hdr; in dcs_test()
1320 rdr_msg_hdr_t reply_hdr; in dcs_list_ext()
1621 rdr_msg_hdr_t reply_hdr; in dcs_abort_cmd()
1679 rdr_msg_hdr_t reply_hdr; in dcs_rsrc_info()
1789 rdr_msg_hdr_t req_hdr; in dcs_confirm_callback()
1792 rdr_msg_hdr_t reply_hdr; in dcs_confirm_callback()
[all …]
H A Ddcs.h239 rdr_msg_hdr_t *hdr;
281 int dcs_dispatch_message(rdr_msg_hdr_t *hdr, cfga_params_t *params);
282 void init_msg(rdr_msg_hdr_t *hdr);
306 void print_msg_hdr(dcs_msg_type_t type, rdr_msg_hdr_t *hdr);
H A Drdr_messages.h94 int rdr_snd_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout);
96 int rdr_rcv_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout);
H A Dremote_cfg.h367 } rdr_msg_hdr_t; typedef
374 rdr_msg_hdr_t app;
H A Ddcs_ses.c192 rdr_msg_hdr_t req_hdr; in ses_close()
543 rdr_msg_hdr_t op_hdr; in ses_handler()
683 rdr_msg_hdr_t op_hdr; in abort_handler()
H A Ddcs_msg.c267 print_msg_hdr(dcs_msg_type_t type, rdr_msg_hdr_t *hdr) in print_msg_hdr()
H A Drdr_messages.c130 #define RDR_MSG_HDR_SIZE sizeof (rdr_msg_hdr_t)
174 static int rdr_snd(int fd, rdr_msg_hdr_t *hdr, char *data, int data_sz,
178 static int rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout);
185 static int validate_header(rdr_msg_hdr_t *hdr);
561 rdr_snd_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout) in rdr_snd_msg()
805 rdr_rcv_msg(int fd, rdr_msg_hdr_t *hdr, cfga_params_t *param, int timeout) in rdr_rcv_msg()
1416 rdr_snd(int fd, rdr_msg_hdr_t *hdr, char *data, int data_sz, int timeout) in rdr_snd()
1538 rdr_rcv(int fd, rdr_msg_hdr_t *hdr, char **data, int timeout) in rdr_rcv()
1559 if (validate_header((rdr_msg_hdr_t *)hdr_buf) != RDR_OK) { in rdr_rcv()
1564 data_sz = ((rdr_msg_hdr_t *)hdr_buf)->data_length; in rdr_rcv()
[all …]