Lines Matching refs:section
111 static char *get_value(const struct file *cfg, const char *section,
645 static char *__init get_value(const struct file *cfg, const char *section, in get_value() argument
649 size_t slen = section ? strlen(section) : 0, ilen = strlen(item); in get_value()
663 match = strncmp(++ptr, section, slen) == 0 && ptr[slen] == ']'; in get_value()
1073 union string section = { NULL }, name; in efi_start() local
1143 section.w = ptr; in efi_start()
1193 if ( section.w ) in efi_start()
1194 w2s(§ion); in efi_start()
1196 section.s = get_value(&cfg, "global", "default"); in efi_start()
1200 name.s = get_value(&cfg, section.s, "kernel"); in efi_start()
1222 efi_arch_cfg_file_early(dir_handle, section.s); in efi_start()
1233 name.s = get_value(&cfg, section.s, "ramdisk"); in efi_start()
1240 name.s = get_value(&cfg, section.s, "xsm"); in efi_start()
1247 name.s = get_value(&cfg, section.s, "options"); in efi_start()
1252 name.cs = get_value(&cfg, section.s, "video"); in efi_start()
1267 efi_arch_cfg_file_late(dir_handle, section.s); in efi_start()