Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 31) sorted by relevance

12

/systemd-251/docs/
DPORTING_TO_NEW_ARCHITECTURES.md11 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 …]
DCOREDUMP_PACKAGE_METADATA.md64 "architecture":"arm32",
99 …/* Value: '{"type":"rpm","name":"systemd","version":"248~rc2-1.fc33","architecture":"arm32","osCpe…
147 | architecture | The binary package architecture | arm32 …
DBOOT_LOADER_SPECIFICATION.md145 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.
DDISTRO_PORTING.md47 options depends on the architecture and distribution specifics so no default is
DPORTABLE_SERVICES.md163 dependencies. Any binary code needs to be compiled for an architecture
193 similar, depending on architecture), and if the distribution implements a
DDISCOVERABLE_PARTITIONS.md44 …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/
Dtestsuite-58.sh20 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 …]
Dtestsuite-50.sh79 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/
Ddissect-image.c165 .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 …]
Dbootspec.c47 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()
Dbootspec.h35 char *architecture; member
Ddissect-image.h24 …Architecture architecture; /* Intended architecture: either native, secondary or unset ARCHITECTU… member
/systemd-251/src/basic/
Dprocess-util.c1029 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()
Darchitecture.c178 DEFINE_STRING_TABLE_LOOKUP(architecture, Architecture);
Dmeson.build10 'architecture.c',
11 'architecture.h',
/systemd-251/src/analyze/
Danalyze-plot.c37 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/
Dhostnamectl.c50 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/
Dtest-unit-name.c238 *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);
Dtest-tables.c43 test_table(architecture, ARCHITECTURE); in main()
Dmeson.build456 [files('test-architecture.c')],
/systemd-251/shell-completion/zsh/
D_systemd-nspawn49 …'--personality=[Control the architecture ("personality") reported by uname(2) in the container.]:a…
/systemd-251/src/core/bpf/
Dmeson.build16 # Generate defines that are appropriate to tell the compiler what architecture
/systemd-251/.github/ISSUE_TEMPLATE/
DBug_report.md25 **CPU architecture issue was seen on**
/systemd-251/
DREADME284 The policy is similar wrt. architecture support. systemd is regularly
288 architecture-specific constants are not defined.
/systemd-251/src/dissect/
Ddissect.c563 TABLE_STRING, architecture_to_string(p->architecture)); in action_dissect()

12