Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/include/asm/
Dgetopt.h21 struct sandbox_cmdline_option { struct
39 static struct sandbox_cmdline_option sandbox_cmdline_option_##f = { \ argument
48 struct sandbox_cmdline_option \
Dsections.h14 struct sandbox_cmdline_option;
16 extern struct sandbox_cmdline_option *__u_boot_sandbox_option_start[],
/external/u-boot/arch/sandbox/cpu/
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()
Dos.c215 struct sandbox_cmdline_option **sb_opt = __u_boot_sandbox_option_start; in os_parse_args()