Searched refs:help_params_t (Results 1 – 3 of 3) sorted by relevance
151 } help_params_t; typedef193 help_params_t help;
253 static int pack_help_request(help_params_t *params, char **buf, int *buf_size);255 static int unpack_help_request(help_params_t *params, const char *buf);668 help_params_t *hparam; in rdr_snd_msg()669 hparam = (help_params_t *)param; in rdr_snd_msg()911 help_params_t *hparam; in rdr_rcv_msg()912 hparam = (help_params_t *)param; in rdr_rcv_msg()1169 help_params_t *hparam; in rdr_cleanup_params()1170 hparam = (help_params_t *)param; in rdr_cleanup_params()3195 pack_help_request(help_params_t *params, char **buf, int *buf_size) in pack_help_request()3300 unpack_help_request(help_params_t *params, const char *buf) in unpack_help_request()
1456 help_params_t *op_data; in dcs_help()