Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 5 of 5) sorted by relevance

/xen/xen/common/efi/
A Dboot.c117 static char *get_value(const struct file *cfg, const char *section,
696 static char *__init get_value(const struct file *cfg, const char *section, in get_value() function
1277 section.s = get_value(&cfg, "global", "default"); in efi_start()
1281 name.s = get_value(&cfg, section.s, "kernel"); in efi_start()
1284 name.s = get_value(&cfg, "global", "chain"); in efi_start()
1314 name.s = get_value(&cfg, section.s, "ramdisk"); in efi_start()
1321 name.s = get_value(&cfg, section.s, "xsm"); in efi_start()
1341 name.s = get_value(&cfg, section.s, "options"); in efi_start()
1346 name.cs = get_value(&cfg, section.s, "video"); in efi_start()
1348 name.cs = get_value(&cfg, "global", "video"); in efi_start()
/xen/tools/ocaml/xenstored/
A Dtrie.ml37 let get_value node = function
121 Node.get_value (sub_node tree path)
A Dstore.ml33 let get_value node = node.value function
/xen/xen/arch/x86/efi/
A Defi-boot.h283 name.s = get_value(&cfg, section, "ucode"); in efi_arch_cfg_file_late()
285 name.s = get_value(&cfg, "global", "ucode"); in efi_arch_cfg_file_late()
/xen/xen/arch/arm/efi/
A Defi-boot.h386 name.s = get_value(&cfg, section, "dtb"); in efi_arch_cfg_file_early()

Completed in 11 milliseconds