Searched refs:state_fdt (Results 1 – 2 of 2) sorted by relevance
24 void *blob = state->state_fdt; in state_ensure_space()47 state->state_fdt = buf; in state_ensure_space()63 if (!state->state_fdt) { in state_read_file()88 os_free(state->state_fdt); in state_read_file()89 state->state_fdt = NULL; in state_read_file()168 blob = state->state_fdt; in sandbox_read_state()215 blob = state->state_fdt; in sandbox_write_state_node()253 if (!state->state_fdt) { in sandbox_write_state()256 if (!state->state_fdt) { in sandbox_write_state()313 os_free(state->state_fdt); in sandbox_write_state()[all …]
82 void *state_fdt; /* Holds saved state for sandbox */ member
Completed in 6 milliseconds