Searched defs:title (Results 1 – 11 of 11) sorted by relevance
/systemd-251/docs/_data/ ! |
D | extra_pages.json | 2 { "category": "Project", "title": "Brand", "url": "https://brand.systemd.io/" }, string 3 …{ "category": "Project", "title": "Releases", "url": "https://github.com/systemd/systemd/releases"… string 4 …{ "category": "Project", "title": "GitHub Project Page", "url": "https://github.com/systemd/system… string 5 … { "category": "Project", "title": "Issues", "url": "https://github.com/systemd/systemd/issues" }, string 6 …{ "category": "Project", "title": "Pull Requests", "url": "https://github.com/systemd/systemd/pull… string 7 …{ "category": "Project", "title": "Mailing List", "url": "https://lists.freedesktop.org/mailman/li… string 8 …{ "category": "Manual Pages", "title": "Index", "url": "https://www.freedesktop.org/software/syste… string 9 …{ "category": "Manual Pages", "title": "Directives", "url": "https://www.freedesktop.org/software/… string
|
/systemd-251/src/boot/efi/ ! |
D | fuzz-bcd.c | 23 char16_t *title = get_bcd_title(p, size); in LLVMFuzzerTestOneInput() local
|
D | test-bcd.c | 33 char16_t *title = get_bcd_title(bcd, len); in test_get_bcd_title_one() local 152 char16_t *title = get_bcd_title(bcd, len); in TEST() local
|
D | boot.c | 55 …CHAR16 *title; /* The raw (human readable) title string of the entry (not necessarily unique)… member 1869 const CHAR16 *title, in config_entry_add_call() 1898 const CHAR16 *title, in config_entry_add_loader() 1961 const CHAR16 *title, in config_entry_add_loader_auto() 2112 CHAR16 *title = NULL; in config_entry_add_windows() local
|
D | bcd.c | 332 CHAR16 *title = (CHAR16 *) (bcd + description_value->data_offset); in get_bcd_title() local
|
/systemd-251/src/test/ ! |
D | test-libmount.c | 10 const char *title, in test_libmount_unescaping_one()
|
D | test-hashmap-plain.c | 699 const char *title; in TEST() member 751 const char *title; in TEST() member
|
/systemd-251/src/shared/ ! |
D | efi-api.h | 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()
|
D | bootspec.h | 30 char *title; member
|
D | efi-api.c | 352 const char *title, in efi_add_boot_option()
|
/systemd-251/src/boot/ ! |
D | bootctl.c | 496 _cleanup_free_ char *title = NULL; in print_efi_option() local
|