Home
last modified time | relevance | path

Searched refs:state_fdt (Results 1 – 2 of 2) sorted by relevance

/u-boot/arch/sandbox/cpu/
A Dstate.c20 void *blob = state->state_fdt; in state_ensure_space()
43 state->state_fdt = buf; in state_ensure_space()
59 if (!state->state_fdt) { in state_read_file()
80 free(state->state_fdt); in state_read_file()
81 state->state_fdt = NULL; in state_read_file()
160 blob = state->state_fdt; in sandbox_read_state()
207 blob = state->state_fdt; in sandbox_write_state_node()
245 if (!state->state_fdt) { in sandbox_write_state()
305 free(state->state_fdt); in sandbox_write_state()
324 blob = state->state_fdt; in state_setprop()
[all …]
/u-boot/arch/sandbox/include/asm/
A Dstate.h81 void *state_fdt; /* Holds saved state for sandbox */ member

Completed in 3 milliseconds