Searched refs:current_state (Results 1 – 4 of 4) sorted by relevance
35 enum sandbox_state current_state; member80 if (ddata->current_state == next_state) in sandbox_dev_move_to_state()83 debug("current_state=%d, next_state=%d\n", ddata->current_state, in sandbox_dev_move_to_state()85 switch (ddata->current_state) { in sandbox_dev_move_to_state()115 ddata->current_state = next_state; in sandbox_dev_move_to_state()271 if (ddata->current_state == sb_running) in sandbox_testproc_is_running()293 if (ddata->current_state == sb_running) in sandbox_testproc_ping()
118 char *current_state; in xenbus_switch_state() local134 msg = xenbus_read(xbt, path, ¤t_state); in xenbus_switch_state()138 rs = (XenbusState)(current_state[0] - '0'); in xenbus_switch_state()139 free(current_state); in xenbus_switch_state()
299 u8 current_state; member401 u8 current_state; member
721 *c_state = resp->current_state; in ti_sci_get_device_state()1081 u8 *programmed_state, u8 *current_state) in ti_sci_cmd_get_clock_state() argument1094 if (!programmed_state && !current_state) in ti_sci_cmd_get_clock_state()1117 if (current_state) in ti_sci_cmd_get_clock_state()1118 *current_state = resp->current_state; in ti_sci_cmd_get_clock_state()
Completed in 19 milliseconds