Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_platform.c163 const char *video = get_bootconf_string(boot_args, "video"); in tegra_platform_device_register()
174 const char *config = get_bootconf_string(boot_args, in tegra_platform_device_register()
178 const char *debug = get_bootconf_string(boot_args, in tegra_platform_device_register()
/netbsd-src/sys/arch/arm/include/
H A Dbootconfig.h61 char *get_bootconf_string(char *, const char *);
/netbsd-src/sys/arch/arm/arm/
H A Dbootconfig.c151 get_bootconf_string(char *opts, const char *key) in get_bootconf_string() function
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_nand.c593 mtdparts = get_bootconf_string(boot_args, "mtdparts"); in sunxi_nand_attach_chip()