/systemd-251/src/shared/ |
D | efi-api.c | 32 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 …]
|
D | efi-api.h | 17 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
|
D | bootspec.h | 30 char *title; member 108 return ASSERT_PTR(entry->show_title ?: entry->title ?: entry->id); in boot_entry_title()
|
D | bootspec.c | 42 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/ |
D | test-bcd.c | 33 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()
|
D | fuzz-bcd.c | 23 char16_t *title = get_bcd_title(p, size); in LLVMFuzzerTestOneInput() local 24 if (title) in LLVMFuzzerTestOneInput() 25 (void) char16_strlen(title); in LLVMFuzzerTestOneInput()
|
D | boot.c | 55 …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 …]
|
D | bcd.c | 332 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/ |
D | crash-empty-value | 1 …title Fedora Linux 35 (Workstation Edition)\nversio' 5.15.14-200.fc35.x86_64\nmachine-id 0…
|
D | crash-autoentry | 6 …"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…
|
D | sample1 | 6 …"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…
|
D | crash-json-dispatch | 1 …, ["08a5690afeedfeedaaac0a5d2e3cf6b0-5.17.WSL.rc5.102.fc36.x86_64.conf", "title Fedora Lays/o…
|
/systemd-251/src/test/ |
D | test-libmount.c | 10 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()
|
D | test-hashmap-plain.c | 699 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.yml | 3 title: systemd 7 permalink: /:title/
|
D | SECURITY.md | 2 title: Reporting of Security Vulnerabilities
|
D | BOOT_LOADER_SPECIFICATION.md | 2 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"
|
D | index.md | 23 {% assign sorted = pair.items | sort:"title" %}{% for page in sorted %} 24 * [{{ page.title }}]({{ page.url | relative_url }}){% endfor %}
|
D | CODE_OF_CONDUCT.md | 2 title: systemd Community Conduct Guidelines
|
D | RELEASE.md | 2 title: Steps to a Successful Release
|
D | TRANSLATORS.md | 2 title: Notes for Translators
|
D | PORTING_TO_NEW_ARCHITECTURES.md | 2 title: Porting to New Architectures
|
D | DISTRO_PORTING.md | 2 title: Porting systemd To New Distributions
|
/systemd-251/tools/ |
D | update-man-rules.py | 23 title = refmeta.find('./refentrytitle').text 27 if title != refnames[0].text:
|
D | make-man-index.py | 67 title = tree.SubElement(refsect1, 'title') 68 title.text = letter
|