Lines Matching refs:rcm_arg_t
53 } rcm_arg_t; typedef
57 int (*sel_selector)(di_node_t node, rcm_arg_t *rp);
67 static int disk_select(di_node_t node, rcm_arg_t *rp);
68 static int nexus_select(di_node_t node, rcm_arg_t *rp);
69 static int enclosure_select(di_node_t node, rcm_arg_t *rp);
70 static int smp_select(di_node_t node, rcm_arg_t *rp);
109 rcm_arg_t *rp = (rcm_arg_t *)arg; in enclosure_minor()
119 enclosure_select(di_node_t node, rcm_arg_t *rp) in enclosure_select()
121 rcm_arg_t rarg; in enclosure_select()
151 rcm_arg_t *rp = (rcm_arg_t *)arg; in smp_minor()
161 smp_select(di_node_t node, rcm_arg_t *rp) in smp_select()
163 rcm_arg_t rarg; in smp_select()
186 rcm_arg_t *rp = (rcm_arg_t *)arg; in disk_minor()
202 disk_select(di_node_t node, rcm_arg_t *rp) in disk_select()
204 rcm_arg_t rarg; in disk_select()
224 nexus_select(di_node_t node, rcm_arg_t *rp) in nexus_select()
259 rcm_arg_t *rp = (rcm_arg_t *)arg; in node_select()
330 retire_supported(rcm_arg_t *rp) in retire_supported()
367 rcm_finalize(rcm_arg_t *rp, int retcode) in rcm_finalize()
423 rcm_arg_t *rp = (rcm_arg_t *)arg; in call_offline()
482 rcm_arg_t *rp = (rcm_arg_t *)arg; in offline_one()
573 rcm_notify(rcm_arg_t *rp, char **pp, size_t *clen) in rcm_notify()
680 rcm_arg_t rarg = {0}; in di_retire_device()