Home
last modified time | relevance | path

Searched refs:cfga_params_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c79 static int dcs_ses_req(rdr_msg_hdr_t *hdr, cfga_params_t *param);
80 static int dcs_ses_estbl(rdr_msg_hdr_t *hdr, cfga_params_t *param);
81 static int dcs_ses_end(rdr_msg_hdr_t *hdr, cfga_params_t *param);
82 static int dcs_change_state(rdr_msg_hdr_t *hdr, cfga_params_t *param);
83 static int dcs_private_func(rdr_msg_hdr_t *hdr, cfga_params_t *param);
84 static int dcs_test(rdr_msg_hdr_t *hdr, cfga_params_t *param);
85 static int dcs_list_ext(rdr_msg_hdr_t *hdr, cfga_params_t *param);
86 static int dcs_help(rdr_msg_hdr_t *hdr, cfga_params_t *param);
87 static int dcs_ap_id_cmp(rdr_msg_hdr_t *hdr, cfga_params_t *param);
88 static int dcs_abort_cmd(rdr_msg_hdr_t *hdr, cfga_params_t *param);
[all …]
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);
98 int rdr_cleanup_params(rdr_msg_opcode_t message_opcode, cfga_params_t *param);
H A Ddcs.h240 cfga_params_t *params;
281 int dcs_dispatch_message(rdr_msg_hdr_t *hdr, cfga_params_t *params);
H A Ddcs_ses.c191 cfga_params_t req_data; in ses_close()
544 cfga_params_t op_data; in ses_handler()
684 cfga_params_t op_data; in abort_handler()
H A Drdr_param_types.h197 } cfga_params_t; typedef
H A Drdr_messages.c561 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()
816 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg()
846 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg()
955 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg()
989 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg()
1033 rdr_cleanup_params(rdr_msg_opcode_t message_opcode, cfga_params_t *param) in rdr_cleanup_params()