Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c533 client->state = RCM_STATE_ONLINE; in rsrc_client_alloc()
729 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
754 if (client->state == RCM_STATE_ONLINE) { in rsrc_client_action()
762 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
792 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
831 if (client->state == RCM_STATE_ONLINE) { in rsrc_client_action()
840 client->state = RCM_STATE_ONLINE; in rsrc_client_action()
949 client->state = RCM_STATE_ONLINE; in rsrc_client_action_list()
1223 user->state = RCM_STATE_ONLINE; in rsrc_node_add_user()
H A Drcm_impl.c435 user->state = RCM_STATE_ONLINE; in add_resource_client()
646 state = RCM_STATE_ONLINE; in get_resource_state()
658 if (client->state != RCM_STATE_ONLINE && in get_resource_state()
H A Drcm_lock.c316 req->state = RCM_STATE_ONLINE; /* mark that the entry is in use */ in info_req_add()
618 case RCM_STATE_ONLINE: in dr_req_update_entry()
H A Dmpxio_rcm.c564 if (state == RCM_STATE_ONLINE) { in detect_client_change()
/titanic_44/usr/src/lib/librcm/
H A Dlibrcm.h73 #define RCM_STATE_ONLINE 1 macro
/titanic_44/usr/src/cmd/drd/
H A Ddrd_rcm.c611 if (state != RCM_STATE_ONLINE) { in drd_rcm_restore_cpu_notify()