Lines Matching defs:sandbox_state
48 struct sandbox_state { struct
49 const char *cmd; /* Command to execute */
50 bool interactive; /* Enable cmdline after execute */
51 bool run_distro_boot; /* Automatically run distro bootcommands */
52 const char *fdt_fname; /* Filename of FDT binary */
53 const char *parse_err; /* Error to report from parsing */
54 int argc; /* Program arguments */
55 char **argv; /* Command line arguments */
56 const char *jumped_fname; /* Jumped from previous U_Boot */
57 uint8_t *ram_buf; /* Emulated RAM buffer */
58 unsigned int ram_size; /* Size of RAM buffer */
59 const char *ram_buf_fname; /* Filename to use for RAM buffer */
60 bool ram_buf_rm; /* Remove RAM buffer file after read */
61 bool write_ram_buf; /* Write RAM buffer on exit */
62 const char *state_fname; /* File containing sandbox state */
86 * struct sandbox_state_io - methods to saved/restore sandbox state argument