Searched refs:cfga_params_t (Results 1 - 6 of 6) 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);
100 int rdr_cleanup_params(rdr_msg_opcode_t message_opcode, cfga_params_t *param);
H A Ddcs.c81 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);
90 static int dcs_abort_cmd(rdr_msg_hdr_t *hdr, cfga_params_t *para
[all...]
H A Ddcs.h242 cfga_params_t *params;
283 int dcs_dispatch_message(rdr_msg_hdr_t *hdr, cfga_params_t *params);
H A Drdr_param_types.h199 } cfga_params_t; typedef in typeref:union:__anon378
H A Ddcs_ses.c193 cfga_params_t req_data;
546 cfga_params_t op_data;
686 cfga_params_t op_data;
H A Drdr_messages.c563 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)
818 (void) memset(param, 0, sizeof (cfga_params_t));
848 (void) memset(param, 0, sizeof (cfga_params_t));
957 (void) memset(param, 0, sizeof (cfga_params_t));
991 (void) memset(param, 0, sizeof (cfga_params_t));
1035 rdr_cleanup_params(rdr_msg_opcode_t message_opcode, cfga_params_t *param)

Completed in 86 milliseconds