Searched refs:state_fdt (Results 1 – 2 of 2) sorted by relevance
23 void *blob = state->state_fdt; in state_ensure_space()46 state->state_fdt = buf; in state_ensure_space()62 if (!state->state_fdt) { in state_read_file()87 os_free(state->state_fdt); in state_read_file()88 state->state_fdt = NULL; in state_read_file()167 blob = state->state_fdt; in sandbox_read_state()214 blob = state->state_fdt; in sandbox_write_state_node()252 if (!state->state_fdt) { in sandbox_write_state()255 if (!state->state_fdt) { in sandbox_write_state()312 os_free(state->state_fdt); in sandbox_write_state()[all …]
85 void *state_fdt; /* Holds saved state for sandbox */ member
Completed in 10 milliseconds