Home
last modified time | relevance | path

Searched refs:state_info (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.c156 rcm_info_t *state_info; in notify_resource_resume() local
162 state_info = NULL; in notify_resource_resume()
166 if (get_resource_state(rsrcnames[i], pid, &state_info) || in notify_resource_resume()
167 ((state_tuple = rcm_info_next(state_info, NULL)) == NULL) || in notify_resource_resume()
170 if (state_info) in notify_resource_resume()
171 rcm_free_info(state_info); in notify_resource_resume()
605 char *state_info = gettext("State of resource"); in get_resource_state() local
631 (char *)state_info, NULL, NULL, info); in get_resource_state()
666 (char *)state_info, NULL, NULL, info); in get_resource_state()
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h111 typedef struct state_info { struct