Lines Matching refs:rcm_info_t
40 int rcm_get_info(rcm_handle_t *, char *, uint_t, rcm_info_t **);
42 void rcm_free_info(rcm_info_t *);
43 int rcm_append_info(rcm_info_t **, rcm_info_t *);
44 rcm_info_tuple_t *rcm_info_next(rcm_info_t *, rcm_info_tuple_t *);
53 int rcm_request_offline(rcm_handle_t *, char *, uint_t, rcm_info_t **);
54 int rcm_request_offline_list(rcm_handle_t *, char **, uint_t, rcm_info_t **);
55 int rcm_notify_online(rcm_handle_t *, char *, uint_t, rcm_info_t **);
56 int rcm_notify_online_list(rcm_handle_t *, char **, uint_t, rcm_info_t **);
57 int rcm_notify_remove(rcm_handle_t *, char *, uint_t, rcm_info_t **);
58 int rcm_notify_remove_list(rcm_handle_t *, char **, uint_t, rcm_info_t **);
60 rcm_info_t **);
62 rcm_info_t **);
63 int rcm_notify_resume(rcm_handle_t *, char *, uint_t, rcm_info_t **);
64 int rcm_notify_resume_list(rcm_handle_t *, char **, uint_t, rcm_info_t **);
65 int rcm_notify_event(rcm_handle_t *, char *, uint_t, nvlist_t *, rcm_info_t **);
66 int rcm_register_event(rcm_handle_t *, char *, uint_t, rcm_info_t **);
68 int rcm_register_capacity(rcm_handle_t *, char *, uint_t, rcm_info_t **);
70 int rcm_register_interest(rcm_handle_t *, char *, uint_t, rcm_info_t **);