Searched refs:state_info (Results 1 – 2 of 2) sorted by relevance
158 rcm_info_t *state_info; in notify_resource_resume() local164 state_info = NULL; in notify_resource_resume()168 if (get_resource_state(rsrcnames[i], pid, &state_info) || in notify_resource_resume()169 ((state_tuple = rcm_info_next(state_info, NULL)) == NULL) || in notify_resource_resume()172 if (state_info) in notify_resource_resume()173 rcm_free_info(state_info); in notify_resource_resume()607 char *state_info = gettext("State of resource"); in get_resource_state() local633 (char *)state_info, NULL, NULL, info); in get_resource_state()668 (char *)state_info, NULL, NULL, info); in get_resource_state()
111 typedef struct state_info { struct