Searched refs:cfga_params_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.c | 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); 90 static int dcs_abort_cmd(rdr_msg_hdr_t *hdr, cfga_params_t *param); [all …]
|
H A D | rdr_messages.h | 96 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 D | dcs.h | 242 cfga_params_t *params; 283 int dcs_dispatch_message(rdr_msg_hdr_t *hdr, cfga_params_t *params);
|
H A D | dcs_ses.c | 193 cfga_params_t req_data; in ses_close() 546 cfga_params_t op_data; in ses_handler() 686 cfga_params_t op_data; in abort_handler()
|
H A D | rdr_param_types.h | 199 } cfga_params_t; typedef
|
H A D | rdr_messages.c | 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() 818 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg() 848 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg() 957 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg() 991 (void) memset(param, 0, sizeof (cfga_params_t)); in rdr_rcv_msg() 1035 rdr_cleanup_params(rdr_msg_opcode_t message_opcode, cfga_params_t *param) in rdr_cleanup_params()
|