/systemd-251/docs/ |
D | PORTING_TO_NEW_ARCHITECTURES.md | 11 architecture. 14 [src/basic/architecture.h](https://github.com/systemd/systemd/blob/main/src/basic/architecture.h) 16 [src/basic/architecture.c](https://github.com/systemd/systemd/blob/main/src/basic/architecture.c) 17 to make your architecture known to systemd. Besides an `ARCHITECTURE_XYZ` 33 3. If your architecture supports UEFI, make sure to update the `efi_arch` 34 variable logic in `meson.build` to be set to the right architecture string 37 architecture uses a special boot protocol for the Linux kernel make sure to 41 4. Make sure to register the right system call numbers for your architecture in 48 local architecture and its system call quirks. 50 6. If your architecture uses a `/lib64/` library directory, then make sure that [all …]
|
D | COREDUMP_PACKAGE_METADATA.md | 64 "architecture":"arm32", 99 …/* Value: '{"type":"rpm","name":"systemd","version":"248~rc2-1.fc33","architecture":"arm32","osCpe… 147 | architecture | The binary package architecture | arm32 …
|
D | BOOT_LOADER_SPECIFICATION.md | 145 text based, very simple and suitable for a variety of firmware, architecture 153 systems. Entries using the `architecture` key might specify an architecture that 271 * `architecture` refers to the architecture this entry is defined for. The 272 argument should be an architecture identifier, using the architecture 275 the local system architecture this entry should be hidden. 286 architecture x64 293 supported on the specific architecture.
|
D | DISTRO_PORTING.md | 47 options depends on the architecture and distribution specifics so no default is
|
D | PORTABLE_SERVICES.md | 163 dependencies. Any binary code needs to be compiled for an architecture 193 similar, depending on architecture), and if the distribution implements a
|
D | DISCOVERABLE_PARTITIONS.md | 44 …95ae656f` | Any native, optionally in LUKS | On systems with matching architecture, the first part… 370 architecture of your choice should they be missing so far. The only reason they 376 discovery of the appropriate root partition on each architecture.
|
/systemd-251/test/units/ |
D | testsuite-58.sh | 20 architecture="x86-64" 26 architecture="x86" 32 architecture="arm64" 38 architecture="arm" 44 architecture="loongarch64" 50 architecture="ia64" 56 architecture="s390x" 62 architecture="ppc64-le" 82 Type=usr-${architecture} 90 Type=root-${architecture} [all …]
|
D | testsuite-50.sh | 79 architecture="x86-64" 84 architecture="x86" 89 architecture="arm64" 94 architecture="arm" 99 architecture="loongarch64" 104 architecture="ia64" 109 architecture="s390x" 114 architecture="ppc64-le" 201 …tition_label":"Root Partition","fstype":"squashfs","architecture":"'"$architecture"'","verity":"ye… 202 …abel":"Verity Partition","fstype":"DM_verity_hash","architecture":"'"$architecture"'","verity":nul…
|
/systemd-251/src/shared/ |
D | dissect-image.c | 165 .architecture = _ARCHITECTURE_INVALID, in dissected_partition_done() 417 .architecture = _ARCHITECTURE_INVALID, in dissect_image() 522 Architecture architecture = _ARCHITECTURE_INVALID; in dissect_image() local 598 … assert_se((architecture = gpt_partition_type_uuid_to_arch(type_id)) >= 0); in dissect_image() 599 designator = PARTITION_ROOT_OF_ARCH(architecture); in dissect_image() 622 … assert_se((architecture = gpt_partition_type_uuid_to_arch(type_id)) >= 0); in dissect_image() 623 … designator = PARTITION_VERITY_OF(PARTITION_ROOT_OF_ARCH(architecture)); in dissect_image() 644 … assert_se((architecture = gpt_partition_type_uuid_to_arch(type_id)) >= 0); in dissect_image() 645 … designator = PARTITION_VERITY_SIG_OF(PARTITION_ROOT_OF_ARCH(architecture)); in dissect_image() 660 … assert_se((architecture = gpt_partition_type_uuid_to_arch(type_id)) >= 0); in dissect_image() [all …]
|
D | bootspec.c | 47 free(entry->architecture); in boot_entry_free() 146 r = free_and_strdup(&tmp.architecture, p); in boot_entry_load_type1() 1138 if (e->architecture) in show_boot_entry() 1139 printf(" architecture: %s\n", e->architecture); in show_boot_entry() 1204 … JSON_BUILD_PAIR_CONDITION(e->architecture, "architecture", JSON_BUILD_STRING(e->architecture)), in show_boot_entries()
|
D | bootspec.h | 35 char *architecture; member
|
D | dissect-image.h | 24 …Architecture architecture; /* Intended architecture: either native, secondary or unset ARCHITECTU… member
|
/systemd-251/src/basic/ |
D | process-util.c | 1029 Architecture architecture; in personality_from_string() local 1038 architecture = architecture_from_string(p); in personality_from_string() 1039 if (architecture < 0) in personality_from_string() 1042 if (architecture == native_architecture()) in personality_from_string() 1045 if (architecture == ARCHITECTURE_SECONDARY) in personality_from_string() 1053 Architecture architecture = _ARCHITECTURE_INVALID; in personality_to_string() local 1056 architecture = native_architecture(); in personality_to_string() 1059 architecture = ARCHITECTURE_SECONDARY; in personality_to_string() 1062 if (architecture < 0) in personality_to_string() 1065 return architecture_to_string(architecture); in personality_to_string()
|
D | architecture.c | 178 DEFINE_STRING_TABLE_LOOKUP(architecture, Architecture);
|
D | meson.build | 10 'architecture.c', 11 'architecture.h',
|
/systemd-251/src/analyze/ |
D | analyze-plot.c | 37 char *architecture; member 50 free(hi->architecture); in free_host_info() 68 { "Architecture", "s", NULL, offsetof(HostInfo, architecture) }, in acquire_host_info() 313 strempty(host->architecture), in verb_plot()
|
/systemd-251/src/hostname/ |
D | hostnamectl.c | 50 const char *architecture; member 215 if (!isempty(i->architecture)) { in print_status_info() 218 TABLE_STRING, i->architecture); in print_status_info() 317 { "Architecture", "s", NULL, offsetof(StatusInfo, architecture) }, in show_all_names()
|
/systemd-251/src/test/ |
D | test-unit-name.c | 238 *architecture, *os_image_version, *boot_id, *os_build_id, variable 252 assert_se(specifier_architecture('a', NULL, NULL, NULL, &architecture) >= 0); 253 assert_se(architecture); 313 expect(u, "%a", architecture);
|
D | test-tables.c | 43 test_table(architecture, ARCHITECTURE); in main()
|
D | meson.build | 456 [files('test-architecture.c')],
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-nspawn | 49 …'--personality=[Control the architecture ("personality") reported by uname(2) in the container.]:a…
|
/systemd-251/src/core/bpf/ |
D | meson.build | 16 # Generate defines that are appropriate to tell the compiler what architecture
|
/systemd-251/.github/ISSUE_TEMPLATE/ |
D | Bug_report.md | 25 **CPU architecture issue was seen on**
|
/systemd-251/ |
D | README | 284 The policy is similar wrt. architecture support. systemd is regularly 288 architecture-specific constants are not defined.
|
/systemd-251/src/dissect/ |
D | dissect.c | 563 TABLE_STRING, architecture_to_string(p->architecture)); in action_dissect()
|