Lines Matching refs:sandbox_state

18 static struct sandbox_state main_state;
19 static struct sandbox_state *state; /* Pointer to current state record */
50 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file()
107 int sandbox_read_state_nodes(struct sandbox_state *state, in sandbox_read_state_nodes()
150 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state()
197 int sandbox_write_state_node(struct sandbox_state *state, in sandbox_write_state_node()
243 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state()
343 struct sandbox_state *state_get_current(void) in state_get_current()
351 struct sandbox_state *state = state_get_current(); in state_set_skip_delays()
358 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
363 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test()
387 struct sandbox_state *state = state_get_current(); in autoboot_keyed()
394 struct sandbox_state *state = state_get_current(); in autoboot_set_keyed()
404 struct sandbox_state *state = state_get_current(); in state_get_rel_filename()
426 struct sandbox_state *state = state_get_current(); in state_load_other_fdt()
452 struct sandbox_state *state = state_get_current(); in sandbox_set_eth_enable()
459 struct sandbox_state *state = state_get_current(); in sandbox_eth_enabled()
466 struct sandbox_state *state = state_get_current(); in sandbox_sf_set_enable_bootdevs()
473 struct sandbox_state *state = state_get_current(); in sandbox_sf_bootdev_enabled()