Searched defs:sections (Results 1 - 6 of 6) sorted by relevance
/systemd/src/boot/efi/ |
H A D | stub.c | 36 CHAR8 *sections[] = { local 43 UINTN addrs[ELEMENTSOF(sections)-1] = {}; 44 UINTN offs[ELEMENTSOF(sections)-1] = {}; 45 UINTN szs[ELEMENTSOF(sections)-1] = {}; 76 err = pefile_locate_sections(root_dir, loaded_image_path, sections, addrs, offs, szs);
|
H A D | pefile.c | 69 EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path, CHAR8 **sections, UINTN *addrs, UINTN *offsets, UINTN *sizes) { argument 137 /* the sections start directly after the headers */ 154 for (j = 0; sections[j]; j++) { 155 if (CompareMem(sect.Name, sections[j], strlena(sections[j])) != 0)
|
H A D | boot.c | 1506 CHAR8 *sections[] = { local 1511 UINTN offs[ELEMENTSOF(sections)-1] = {}; 1512 UINTN szs[ELEMENTSOF(sections)-1] = {}; 1513 UINTN addrs[ELEMENTSOF(sections)-1] = {}; 1540 /* look for .osrel and .cmdline sections in the .efi binary */ 1541 err = pefile_locate_sections(linux_dir, f->FileName, sections, addrs, offs, szs);
|
/systemd/src/network/ |
H A D | networkd-netdev.h | 119 /* Config file sections this netdev kind understands, separated 121 const char *sections; member in struct:NetDevVTable
|
/systemd/src/shared/ |
H A D | conf-parser.c | 167 const char *sections, 214 return config_parse(unit, fn, NULL, sections, lookup, table, relaxed, false, false, userdata); 233 if (sections && !nulstr_contains(sections, n)) { 252 if (sections && !*section) { 286 const char *sections, 371 sections, 397 const char *sections, 411 r = config_parse(NULL, conf_file, NULL, sections, lookup, table, relaxed, false, true, userdata); 417 r = config_parse(NULL, *fn, NULL, sections, looku 164 parse_line(const char* unit, const char *filename, unsigned line, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, bool allow_include, char **section, unsigned *section_line, bool *section_ignored, char *l, void *userdata) argument 283 config_parse(const char *unit, const char *filename, FILE *f, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, bool allow_include, bool warn, void *userdata) argument 395 config_parse_many(const char *conf_file, const char *conf_file_dirs, const char *sections, ConfigItemLookup lookup, const void *table, bool relaxed, void *userdata) argument [all...] |
/systemd/src/core/ |
H A D | unit.h | 289 /* Config file sections this unit type understands, separated 291 const char *sections; member in struct:UnitVTable
|
Completed in 32 milliseconds