Lines Matching full:sandbox
17 * If Ctrl-C is processed by U-Boot, then the only way to quit sandbox is with
62 const char *state_fname; /* File containing sandbox state */
63 void *state_fdt; /* Holds saved state for sandbox */
64 bool read_state; /* Read sandbox state on startup */
65 bool write_state; /* Write sandbox state on exit */
86 * struct sandbox_state_io - methods to saved/restore sandbox state
115 * sandbox, it might not be worth using individual properties for everything.
127 * SANDBOX_STATE_IO - Declare sandbox state to read/write
129 * Sandbox permits saving state from one run and restoring it in another. This
155 * Read the sandbox state from the supplied device tree file
157 * This calls all registered state handlers to read in the sandbox state
160 * @param state Sandbox state to update
167 * Write the sandbox state to the supplied device tree file
169 * This calls all registered state handlers to write out the sandbox state
174 * @param state Sandbox state to update
181 * Add a property to a sandbox state node