Searched defs:sandbox_state (Results 1 – 2 of 2) sorted by relevance
66 struct sandbox_state { struct67 const char *cmd; /* Command to execute */68 bool interactive; /* Enable cmdline after execute */69 bool run_distro_boot; /* Automatically run distro bootcommands */70 const char *fdt_fname; /* Filename of FDT binary */71 const char *parse_err; /* Error to report from parsing */72 int argc; /* Program arguments */73 char **argv; /* Command line arguments */74 const char *jumped_fname; /* Jumped from previous U_Boot */75 uint8_t *ram_buf; /* Emulated RAM buffer */[all …]
20 enum sandbox_state { enum