Searched defs:rcm_handle_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/librcm/ |
H A D | librcm.h | 111 typedef struct rcm_handle rcm_handle_t; typedef in typeref:struct:rcm_handle 118 int rcm_alloc_handle(char *, uint_t, void *, rcm_handle_t **); 119 int rcm_free_handle(rcm_handle_t *); 120 int rcm_get_info(rcm_handle_t *, char *, uint_t, rcm_info_t **); 121 int rcm_get_info_list(rcm_handle_t *, char **, uint_t, rcm_info_t **); 134 int rcm_request_offline(rcm_handle_t *, char *, uint_t, rcm_info_t **); 135 int rcm_request_offline_list(rcm_handle_t *, char **, uint_t, rcm_info_t **); 136 int rcm_notify_online(rcm_handle_t *, char *, uint_t, rcm_info_t **); 137 int rcm_notify_online_list(rcm_handle_t *, char **, uint_t, rcm_info_t **); 138 int rcm_notify_remove(rcm_handle_t *, cha [all...] |
Completed in 43 milliseconds