Searched defs:sandbox_state (Results 1 – 2 of 2) sorted by relevance
49 struct sandbox_state { struct50 const char *cmd; /* Command to execute */51 bool interactive; /* Enable cmdline after execute */52 bool run_distro_boot; /* Automatically run distro bootcommands */53 const char *fdt_fname; /* Filename of FDT binary */54 const char *parse_err; /* Error to report from parsing */55 int argc; /* Program arguments */56 char **argv; /* Command line arguments */57 const char *jumped_fname; /* Jumped from previous U_Boot */58 uint8_t *ram_buf; /* Emulated RAM buffer */[all …]
20 enum sandbox_state { enum