Home
last modified time | relevance | path

Searched refs:RCM_STATE_ONLINE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c531 client->state = RCM_STATE_ONLINE; in rsrc_client_alloc()
727 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
752 if (client->state == RCM_STATE_ONLINE) { in rsrc_client_action()
760 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
790 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
829 if (client->state == RCM_STATE_ONLINE) { in rsrc_client_action()
838 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
947 client->state = RCM_STATE_ONLINE; in rsrc_client_action_list()
1221 user->state = RCM_STATE_ONLINE; in rsrc_node_add_user()
H A Drcm_impl.c433 user->state = RCM_STATE_ONLINE; in add_resource_client()
644 state = RCM_STATE_ONLINE; in get_resource_state()
656 if (client->state != RCM_STATE_ONLINE && in get_resource_state()
H A Drcm_lock.c314 req->state = RCM_STATE_ONLINE; /* mark that the entry is in use */ in info_req_add()
616 case RCM_STATE_ONLINE: in dr_req_update_entry()
H A Dmpxio_rcm.c562 if (state == RCM_STATE_ONLINE) { in detect_client_change()
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm.h73 #define RCM_STATE_ONLINE 1 macro
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c611 if (state != RCM_STATE_ONLINE) { in drd_rcm_restore_cpu_notify()