Home
last modified time | relevance | path

Searched refs:combined (Results 1 – 25 of 28) sorted by relevance

12

/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c148 _cleanup_free_ char *prev = NULL, *combined = NULL; in finish_item() local
167 combined = combine_entries(payload, prev); in finish_item()
168 if (!combined) in finish_item()
171 if (ordered_hashmap_update(h, i, combined) < 0) in finish_item()
173 combined = NULL; in finish_item()
176 combined = memdup(payload, payload_size + 1); in finish_item()
177 if (!combined) in finish_item()
180 if (ordered_hashmap_put(h, i, combined) < 0) in finish_item()
183 combined = NULL; in finish_item()
Dtest-catalog.c106 const char *combined = in test_catalog_import_merge() local
118 assert_se(streq(combined, payload)); in test_catalog_import_merge()
137 const char *combined = in test_catalog_import_merge_no_body() local
149 assert_se(streq(combined, payload)); in test_catalog_import_merge_no_body()
/systemd-251/src/nspawn/
Dnspawn-cgroup.c444 _cleanup_free_ char *controller = NULL, *origin = NULL, *combined = NULL; in mount_legacy_cgns_unsupported() local
454 r = readlink_malloc(origin, &combined); in mount_legacy_cgns_unsupported()
473 if (!filename_is_valid(combined)) { in mount_legacy_cgns_unsupported()
474 log_warning("Ignoring invalid combined hierarchy %s.", combined); in mount_legacy_cgns_unsupported()
478 r = mount_legacy_cgroup_hierarchy(dest, combined, combined, true); in mount_legacy_cgns_unsupported()
482 r = symlink_idempotent(combined, target, false); in mount_legacy_cgns_unsupported()
/systemd-251/src/basic/
Dcapability-util.c401 uint64_t combined, drop = 0; in capability_quintet_mangle() local
406 combined = q->effective | q->bounding | q->inheritable | q->permitted; in capability_quintet_mangle()
410 combined |= q->ambient; in capability_quintet_mangle()
414 if (!FLAGS_SET(combined, bit)) in capability_quintet_mangle()
/systemd-251/src/test/
Dtest-engine.c18 UnitDependencyAtom combined = 0, multi_use_atoms = 0; in verify_dependency_atoms() local
52 multi_use_atoms |= combined & a; in verify_dependency_atoms()
53 combined |= a; in verify_dependency_atoms()
57 assert_se(combined == _UNIT_DEPENDENCY_ATOM_MAX); in verify_dependency_atoms()
Dtest-process-util.c729 int combined; in test_ioprio_class_from_to_string_one() local
737 combined = ioprio_normalize(ioprio_prio_value(expected, 0)); in test_ioprio_class_from_to_string_one()
738 assert_se(ioprio_prio_class(combined) == normalized); in test_ioprio_class_from_to_string_one()
739 assert_se(expected != IOPRIO_CLASS_NONE || ioprio_prio_data(combined) == 4); in test_ioprio_class_from_to_string_one()
/systemd-251/src/shared/
Dethtool-util.h128 u32_opt combined; member
Dbtrfs-util.c149 mode_t old, combined; in btrfs_subvol_make_fallback() local
156 combined = old | ~mode; in btrfs_subvol_make_fallback()
157 if (combined != ~mode) in btrfs_subvol_make_fallback()
158 umask(combined); in btrfs_subvol_make_fallback()
Dethtool-util.c1036 !channels->combined.set) in ethtool_set_channels()
1057 if (channels->combined.set) in ethtool_set_channels()
1058 … UPDATE_WITH_MAX(ecmd.combined_count, ecmd.max_combined, channels->combined.value, need_update); in ethtool_set_channels()
/systemd-251/
DLICENSE.LGPL2.175 combined work, a derivative of the original library. The ordinary
113 be combined with the library in order to run.
335 facilities not covered by this License, and distribute such a combined
340 a) Accompany the combined library with a copy of the same work
345 b) Give prominent notice with the combined library of the fact
Dmeson_options.txt217 choices : ['description', 'name', 'combined'],
/systemd-251/src/udev/net/
Dlink-config-gperf.gperf74 …se_ring_buffer_or_channel, 0, offsetof(LinkConfig, channels.combined)
/systemd-251/LICENSES/
DLGPL-2.0-or-later.txt32 …gram. However, in a textual and legal sense, the linked executable is a combined work, a derivativ…
112 …r library facilities not covered by this License, and distribute such a combined library, provided…
114 …a) Accompany the combined library with a copy of the same work based on the Library, uncombined wi…
116 …b) Give prominent notice with the combined library of the fact that part of it is a work based on …
/systemd-251/docs/
DPREDICTABLE_INTERFACE_NAMES.md37 This combined policy is only applied as last resort. That means, if the system has biosdevname inst…
DAUTOMATIC_BOOT_ASSESSMENT.md172 combined with `Requires=` dependencies from the target, so that the target
DUSER_GROUP_API.md265 returned by services are always combined. Thus unlike the other two calls a
DCREDENTIALS.md163 these calls are combined with the `--system` switch credentials passed to the
DPORTABLE_SERVICES.md267 image, and are combined with OverlayFS at runtime, when they are attached. This
DENVIRONMENT.md345 combined quota group for all such machine subvolumes.
DRANDOM_SEEDS.md196 system token they are combined and hashed with SHA256 (in counter mode, to
DBOOT_LOADER_SPECIFICATION.md398 installer creates the combined image and drops it into `$BOOT/EFI/Linux/`. This
DUSER_RECORD.md721 i.e. the two match types are combined in OR, not in AND.
929 the user record data combined with the potential transfer over untrusted
/systemd-251/src/core/
Dunit.h792 const char *unit_status_string(Unit *u, char **combined);
/systemd-251/src/libsystemd/sd-event/
Dsd-event.c1930 uint32_t combined = 0; in inode_data_determine_mask() local
1947 combined |= s->inotify.mask; in inode_data_determine_mask()
1950 …return (combined & ~(IN_ONESHOT|IN_DONT_FOLLOW|IN_ONLYDIR|IN_EXCL_UNLINK)) | (excl_unlink ? IN_EXC… in inode_data_determine_mask()
/systemd-251/hwdb.d/
D60-sensor.hwdb426 # "Default string". So combined with the sensor modalias and BIOS date this

12