Lines Matching defs:param
53 #include <sys/param.h>
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);
91 static int dcs_rsrc_info(rdr_msg_hdr_t *hdr, cfga_params_t *param);
92 static int dcs_unknown_op(rdr_msg_hdr_t *hdr, cfga_params_t *param);
776 dcs_ses_req(rdr_msg_hdr_t *hdr, cfga_params_t *param)
787 assert(param);
802 ses_setlocale(param->req.locale_str);
849 dcs_ses_estbl(rdr_msg_hdr_t *hdr, cfga_params_t *param)
856 assert(param);
901 dcs_ses_end(rdr_msg_hdr_t *hdr, cfga_params_t *param)
911 assert(param);
926 if (param->end.error_code == 0) {
963 dcs_change_state(rdr_msg_hdr_t *hdr, cfga_params_t *param)
980 assert(param);
988 op_data = ¶m->change;
1104 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1130 dcs_private_func(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1144 assert(param);
1152 op_data = ¶m->priv;
1202 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1227 dcs_test(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1240 assert(param);
1248 op_data = ¶m->test;
1294 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1319 dcs_list_ext(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1332 assert(param);
1340 op_data = ¶m->list_ext;
1423 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1452 dcs_help(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1465 assert(param);
1473 op_data = ¶m->help;
1523 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1543 dcs_ap_id_cmp(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1554 assert(param);
1562 op_data = ¶m->cmp;
1599 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1620 dcs_abort_cmd(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1631 assert(param);
1639 op_data = (abort_cmd_params_t *)param;
1656 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1678 dcs_rsrc_info(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1688 assert(param);
1696 op_data = (rsrc_info_params_t *)¶m->rsrc_info;
1733 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, param, DCS_SND_TIMEOUT);
1756 dcs_unknown_op(rdr_msg_hdr_t *hdr, cfga_params_t *param)
1762 assert(param);