Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 68) sorted by relevance

123

/systemd-251/src/shared/
Defi-api.c32 uint16_t title[]; \
37 assert_cc(offsetof(struct boot_option, title) == offsetof(struct boot_option__packed, title));
244 if (l < offsetof(struct boot_option, title)) in efi_get_boot_option()
248 title_size = utf16_size(header->title, l - offsetof(struct boot_option, title)); in efi_get_boot_option()
253 s = utf16_to_utf8(header->title, title_size); in efi_get_boot_option()
262 doff = offsetof(struct boot_option, title) + title_size; in efi_get_boot_option()
352 const char *title, in efi_add_boot_option() argument
368 title_len = (strlen(title)+1) * 2; in efi_add_boot_option()
371 buf = malloc0(offsetof(struct boot_option, title) + title_len + in efi_add_boot_option()
383 to_utf16(option->title, title); in efi_add_boot_option()
[all …]
Defi-api.h17 int efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstart, uint64_t ps…
43 static inline int efi_add_boot_option(uint16_t id, const char *title, uint32_t part, uint64_t pstar… in efi_add_boot_option() argument
Dbootspec.h30 char *title; member
108 return ASSERT_PTR(entry->show_title ?: entry->title ?: entry->id); in boot_entry_title()
Dbootspec.c42 free(entry->title); in boot_entry_free()
138 r = free_and_strdup(&tmp.title, p); in boot_entry_load_type1()
525 tmp.title = strdup(good_name); in boot_entry_load_unified()
526 if (!tmp.title) in boot_entry_load_unified()
1037 .title = TAKE_PTR(t), in boot_config_augment_from_loader()
1199 … JSON_BUILD_PAIR_CONDITION(e->title, "title", JSON_BUILD_STRING(e->title)), in show_boot_entries()
/systemd-251/src/boot/efi/
Dtest-bcd.c33 char16_t *title = get_bcd_title(bcd, len); in test_get_bcd_title_one() local
35 assert_se(title); in test_get_bcd_title_one()
36 assert_se(memcmp(title, title_expect, title_len_expect) == 0); in test_get_bcd_title_one()
38 assert_se(!title); in test_get_bcd_title_one()
152 char16_t *title = get_bcd_title(bcd, len); in TEST() local
153 if (title) { in TEST()
154 … _cleanup_free_ char *title_utf8 = utf16_to_utf8(title, char16_strlen(title) * 2); in TEST()
Dfuzz-bcd.c23 char16_t *title = get_bcd_title(p, size); in LLVMFuzzerTestOneInput() local
24 if (title) in LLVMFuzzerTestOneInput()
25 (void) char16_strlen(title); in LLVMFuzzerTestOneInput()
Dboot.c55 …CHAR16 *title; /* The raw (human readable) title string of the entry (not necessarily unique)… member
557 ps_string(L" title: %s\n", entry->title); in print_status()
558 …ps_string(L" title show: %s\n", streq_ptr(entry->title, entry->title_show) ? NULL : entry->titl… in print_status()
1054 FreePool(entry->title); in config_entry_free()
1453 FreePool(entry->title); in config_entry_add_from_file()
1454 entry->title = xstra_to_str(value); in config_entry_add_from_file()
1812 … config->entries[i]->title_show = xstrdup(config->entries[i]->title ?: config->entries[i]->id); in config_title_generate()
1869 const CHAR16 *title, in config_entry_add_call() argument
1876 assert(title); in config_entry_add_call()
1882 .title = xstrdup(title), in config_entry_add_call()
[all …]
Dbcd.c332 CHAR16 *title = (CHAR16 *) (bcd + description_value->data_offset); in get_bcd_title() local
333 title[description_value->data_size / sizeof(CHAR16) - 1] = '\0'; in get_bcd_title()
334 return title; in get_bcd_title()
/systemd-251/test/fuzz/fuzz-bootspec/
Dcrash-empty-value1title Fedora Linux 35 (Workstation Edition)\nversio' 5.15.14-200.fc35.x86_64\nmachine-id 0…
Dcrash-autoentry6 …"title Fedora Linux 35 (Workstation Edition)\nversion 5.15.14-200.fc35.x86_64\nmachine-id …
10 …"title Fedora Linux 36 (Workstation Edition Prerelease)\nversion 5.17.0-0.rc5.102.fc36.x86…
14 …"title Title\nversion 3.7.2-201.fc18.x86_64\nmachine-id 4098b3f648d74c13b1f04ccfba7798e8\nsort-key…
Dsample16 …"title Fedora Linux 35 (Workstation Edition)\nversion 5.15.14-200.fc35.x86_64\nmachine-id …
10 …"title Fedora Linux 36 (Workstation Edition Prerelease)\nversion 5.17.0-0.rc5.102.fc36.x86…
14 …"title Title\nversion 3.7.2-201.fc18.x86_64\nmachine-id 4098b3f648d74c13b1f04ccfba7798e8\nsort-key…
Dcrash-json-dispatch1 …, ["08a5690afeedfeedaaac0a5d2e3cf6b0-5.17.WSL.rc5.102.fc36.x86_64.conf", "title Fedora Lays/o…
/systemd-251/src/test/
Dtest-libmount.c10 const char *title, in test_libmount_unescaping_one() argument
18 log_info("/* %s %s */", __func__, title); in test_libmount_unescaping_one()
27 assert_se(libmount_parse(title, f, &table, &iter) >= 0); in test_libmount_unescaping_one()
Dtest-hashmap-plain.c699 const char *title; in TEST() member
723 … tests[j].title, hashmap_size(h), hashmap_buckets(h), hashmap_buckets(h) * 0.8); in TEST()
751 const char *title; in TEST() member
781 log_info("%s test took %s", tests[j].title, FORMAT_TIMESPAN(n - ts, 0)); in TEST()
/systemd-251/docs/
D_config.yml3 title: systemd
7 permalink: /:title/
DSECURITY.md2 title: Reporting of Security Vulnerabilities
DBOOT_LOADER_SPECIFICATION.md2 title: Boot Loader Specification
214 * `title` shall contain a human readable title string for this menu item. This
218 entries with the same title it is a good idea to show more than just the raw
219 title in the UI, for example by appending the `version` field. This field is
223 install multiple kernel versions at the same time with the same `title`
281 title Fedora 19 (Rawhide)
351 used the same as `title` and `version` in the "boot loader specification"
Dindex.md23 {% assign sorted = pair.items | sort:"title" %}{% for page in sorted %}
24 * [{{ page.title }}]({{ page.url | relative_url }}){% endfor %}
DCODE_OF_CONDUCT.md2 title: systemd Community Conduct Guidelines
DRELEASE.md2 title: Steps to a Successful Release
DTRANSLATORS.md2 title: Notes for Translators
DPORTING_TO_NEW_ARCHITECTURES.md2 title: Porting to New Architectures
DDISTRO_PORTING.md2 title: Porting systemd To New Distributions
/systemd-251/tools/
Dupdate-man-rules.py23 title = refmeta.find('./refentrytitle').text
27 if title != refnames[0].text:
Dmake-man-index.py67 title = tree.SubElement(refsect1, 'title')
68 title.text = letter

123