Searched defs:sandbox_state (Results 1 – 2 of 2) sorted by relevance
48 struct sandbox_state { struct49 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 */[all …]
20 enum sandbox_state { enum