Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/cpu/
Dstate.c18 void *blob = state->state_fdt; in state_ensure_space()
41 state->state_fdt = buf; in state_ensure_space()
56 state->state_fdt = os_malloc(size); in state_read_file()
57 if (!state->state_fdt) { in state_read_file()
67 if (os_read(fd, state->state_fdt, size) != size) { in state_read_file()
78 os_free(state->state_fdt); in state_read_file()
79 state->state_fdt = NULL; in state_read_file()
158 blob = state->state_fdt; in sandbox_read_state()
205 blob = state->state_fdt; in sandbox_write_state_node()
243 if (!state->state_fdt) { in sandbox_write_state()
[all …]
/external/u-boot/arch/sandbox/include/asm/
Dstate.h64 void *state_fdt; /* Holds saved state for sandbox */ member