Searched refs:osrelease (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | bootspec.c | 443 const char *osrelease, in boot_entry_load_unified() argument 458 assert(osrelease); in boot_entry_load_unified() 464 f = fmemopen_unlocked((void*) osrelease, strlen(osrelease), "r"); in boot_entry_load_unified() 552 _cleanup_free_ char *osrelease = NULL, *cmdline = NULL; in find_sections() local 599 b = &osrelease; in find_sections() 632 if (!osrelease) in find_sections() 636 *ret_osrelease = TAKE_PTR(osrelease); in find_sections() 663 _cleanup_free_ char *j = NULL, *osrelease = NULL, *cmdline = NULL; in boot_entries_find_unified() local 687 if (find_sections(fd, &osrelease, &cmdline) < 0) in boot_entries_find_unified() 694 … r = boot_entry_load_unified(root, j, osrelease, cmdline, config->entries + config->n_entries); in boot_entries_find_unified()
|