Searched defs:rcm_hdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/modules/datalink_mod/
H A Ddatalink_mod.c50 static rcm_handle_t *rcm_hdl = NULL; variable
91 if (rcm_notify_event(rcm_hdl, RCM_RESOURCE_PHYSLINK_NEW,
166 if (rcm_alloc_handle(NULL, 0, NULL, &rcm_hdl) != RCM_SUCCESS)
174 (void) rcm_free_handle(rcm_hdl);
194 (void) rcm_free_handle(rcm_hdl);
195 rcm_hdl = NULL;
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c86 static rcm_handle_t *rcm_hdl; variable
117 rv = rcm_alloc_handle(NULL, 0, NULL, &rcm_hdl);
131 if (rcm_hdl != NULL)
132 rcm_free_handle(rcm_hdl);
271 rcm_notify_online_list(rcm_hdl, rlist, 0, &rinfo);
351 rv = rcm_notify_capacity_change(rcm_hdl, RCM_CPU_ALL, 0, nvl, &rinfo);
433 rv = rcm_request_capacity_change(rcm_hdl, RCM_CPU_ALL, 0, nvl, &rinfo);
485 rv = rcm_request_offline_list(rcm_hdl, rlist, 0, &rinfo);
528 rcm_get_rsrcstate(rcm_hdl, rlist[idx], &state);
562 rv = rcm_notify_remove_list(rcm_hdl, rlis
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdllink.c476 rcm_handle_t *rcm_hdl = NULL; local
572 if (rcm_alloc_handle(NULL, 0, NULL, &rcm_hdl) != RCM_SUCCESS)
575 if (rcm_notify_event(rcm_hdl, RCM_RESOURCE_LINK_NEW, 0, nvl, NULL) ==
581 if (rcm_hdl != NULL)
582 (void) rcm_free_handle(rcm_hdl);

Completed in 76 milliseconds