Searched refs:title (Results 1 - 6 of 6) sorted by relevance

/systemd/src/shared/
H A Defivars.h49 int efi_get_boot_option(uint16_t nr, char **title, sd_id128_t *part_uuid, char **path, bool *active);
50 int efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstart, uint64_t psize, sd_id128_t part_uuid, const char *path);
97 static inline int efi_get_boot_option(uint16_t nr, char **title, sd_id128_t *part_uuid, char **path, bool *active) { argument
101 static inline int efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstart, uint64_t psize, sd_id128_t part_uuid, const char *path) { argument
H A Defivars.c60 uint16_t title[]; member in struct:boot_option
347 char **title,
369 title_size = utf16_size(header->title);
370 if (title_size > l - offsetof(struct boot_option, title))
373 if (title) {
374 s = utf16_to_utf8(header->title, title_size);
383 dbuf = buf + offsetof(struct boot_option, title) + title_size;
426 if (title) {
427 *title = s;
476 int efi_add_boot_option(uint16_t id, const char *title, argument
345 efi_get_boot_option( uint16_t id, char **title, sd_id128_t *part_uuid, char **path, bool *active) argument
[all...]
/systemd/tools/
H A Dmake-man-index.py32 <title>systemd.index</title>
59 <title>See Also</title>
92 title = tree.SubElement(refsect1, 'title')
93 title.text = letter
H A Dmake-man-rules.py82 title = refmeta.find('./refentrytitle').text
86 if title != refnames[0].text:
/systemd/src/boot/efi/
H A Dboot.c44 CHAR16 *title; member in struct:__anon41
432 Print(L"title show '%s'\n", entry->title_show);
433 if (entry->title)
434 Print(L"title '%s'\n", entry->title);
544 /* menu entries title lines */
849 FreePool(entry->title);
1020 if (strcmpa((CHAR8 *)"title", key) == 0) {
1021 FreePool(entry->title);
1022 entry->title
1310 CHAR16 *title; local
1414 config_entry_add_call(Config *config, CHAR16 *title, EFI_STATUS (*call)(VOID)) argument
1425 config_entry_add_loader(Config *config, EFI_HANDLE *device, enum loader_type type,CHAR16 *file, CHAR16 key, CHAR16 *title, CHAR16 *loader) argument
1442 config_entry_add_loader_auto(Config *config, EFI_HANDLE *device, EFI_FILE *root_dir, CHAR16 *loaded_image_path, CHAR16 *file, CHAR16 key, CHAR16 *title, CHAR16 *loader) argument
[all...]
/systemd/src/boot/
H A Dbootctl.c303 _cleanup_free_ char *title = NULL; local
309 r = efi_get_boot_option(id, &title, &partition, &path, &active);
319 printf(" Title: %s\n", strna(title));

Completed in 1703 milliseconds