Lines Matching refs:sandbox_state
13 static struct sandbox_state main_state;
14 static struct sandbox_state *state; /* Pointer to current state record */
45 static int state_read_file(struct sandbox_state *state, const char *fname) in state_read_file()
98 int sandbox_read_state_nodes(struct sandbox_state *state, in sandbox_read_state_nodes()
141 int sandbox_read_state(struct sandbox_state *state, const char *fname) in sandbox_read_state()
188 int sandbox_write_state_node(struct sandbox_state *state, in sandbox_write_state_node()
234 int sandbox_write_state(struct sandbox_state *state, const char *fname) in sandbox_write_state()
334 struct sandbox_state *state_get_current(void) in state_get_current()
342 struct sandbox_state *state = state_get_current(); in state_set_skip_delays()
349 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
354 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test()