Home
last modified time | relevance | path

Searched refs:sandbox_cmdline_option (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dgetopt.h21 struct sandbox_cmdline_option { struct
39 static struct sandbox_cmdline_option sandbox_cmdline_option_##f = { \ argument
48 struct sandbox_cmdline_option \
H A Dsections.h14 struct sandbox_cmdline_option;
16 extern struct sandbox_cmdline_option *__u_boot_sandbox_option_start[],
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c21 struct sandbox_cmdline_option **sb_opt = __u_boot_sandbox_option_start; in sandbox_early_getopt_check()
48 struct sandbox_cmdline_option *opt = sb_opt[i]; in sandbox_early_getopt_check()
H A Dos.c289 struct sandbox_cmdline_option **sb_opt = __u_boot_sandbox_option_start; in os_parse_args()