Home
last modified time | relevance | path

Searched refs:help_params_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h149 } help_params_t; typedef
191 help_params_t help;
H A Drdr_messages.c251 static int pack_help_request(help_params_t *params, char **buf, int *buf_size);
253 static int unpack_help_request(help_params_t *params, const char *buf);
666 help_params_t *hparam; in rdr_snd_msg()
667 hparam = (help_params_t *)param; in rdr_snd_msg()
909 help_params_t *hparam; in rdr_rcv_msg()
910 hparam = (help_params_t *)param; in rdr_rcv_msg()
1167 help_params_t *hparam; in rdr_cleanup_params()
1168 hparam = (help_params_t *)param; in rdr_cleanup_params()
3193 pack_help_request(help_params_t *params, char **buf, int *buf_size) in pack_help_request()
3298 unpack_help_request(help_params_t *params, const char *buf) in unpack_help_request()
H A Ddcs.c1454 help_params_t *op_data; in dcs_help()