Searched refs:common (Results 1 – 25 of 29) sorted by relevance
12
/systemd-251/src/import/ |
D | meson.build | 14 'pull-common.c', 15 'pull-common.h', 38 'import-common', 39 'import-common.c', 40 'import-common.h',
|
/systemd-251/src/libsystemd-network/ |
D | meson.build | 33 'network-common.c', 34 'network-common.h',
|
/systemd-251/src/cryptsetup/cryptsetup-tokens/ |
D | meson.build | 7 'cryptsetup-token-common',
|
/systemd-251/src/network/ |
D | networkd-gperf.gperf | 9 #include "networkd-dhcp-common.h"
|
D | meson.build | 78 'networkd-dhcp-common.c', 79 'networkd-dhcp-common.h',
|
D | networkd-network-gperf.gperf | 17 #include "networkd-dhcp-common.h"
|
/systemd-251/src/systemd/ |
D | meson.build | 44 '_sd-common.h',
|
/systemd-251/src/udev/ |
D | udevd.c | 932 size_t loop_devpath_len, common; in event_is_blocked() local 973 common = MIN(devpath_len, loop_devpath_len); in event_is_blocked() 976 if (!strneq(devpath, loop_devpath, common)) in event_is_blocked() 984 if (devpath[common] == '/') in event_is_blocked() 988 if (loop_devpath[common] == '/') in event_is_blocked()
|
/systemd-251/src/libsystemd/ |
D | meson.build | 85 'sd-bus/bus-common-errors.c', 86 'sd-bus/bus-common-errors.h',
|
/systemd-251/docs/ |
D | COREDUMP_PACKAGE_METADATA.md | 32 This document will attempt to define a common metadata format specification, so that 40 build tools should strive to use the same names, for consistency. The most common will be
|
D | ARCHITECTURE.md | 24 You might wonder what kind of common code belongs in `src/shared/` and what 69 unit settings being parsed by common helpers, with the definition in the generator file
|
D | BOOT_LOADER_SPECIFICATION.md | 10 _TL;DR: Currently there's no common boot scheme across architectures and 167 partition. On systems where `$BOOT` is the ESP this is a particularly common 420 persistently. Defining a common scheme for this is certainly a good idea, but
|
D | JOURNAL_FILE_FORMAT.md | 356 All objects carry a common header: 638 but in the common case should be much more efficient at least for the 676 rotating media, when read sequentially (which should be the most common case,
|
D | USER_NAMES.md | 69 names. An additional, common rule between both modes listed below is that empty
|
D | JOURNAL_NATIVE_PROTOCOL.md | 133 Here's an encoded message, with various common fields, all encoded according to
|
D | TEMPORARY_DIRECTORIES.md | 30 Note that `/tmp/` and `/var/tmp/` each define a common namespace shared by all
|
D | CODING_STYLE.md | 127 set of conservative and common extensions, such as fixed size integer types
|
/systemd-251/.lgtm/cpp-queries/ |
D | UninitializedVariableWithCleanup.ql | 91 * Auxiliary predicate: List common exceptions or false positives
|
/systemd-251/test/test-network/conf/ |
D | 25-wireguard-23-peers.netdev | 9 # 51820 is common port for Wireguard, 4500 is IPSec/UDP
|
/systemd-251/shell-completion/zsh/ |
D | _loginctl | 72 # using the common tag `users' here, not rolling our own `systemd-users' tag
|
/systemd-251/rules.d/ |
D | 60-persistent-storage.rules | 18 # partition table are found on the same level, e.g. common Linux distro ISO
|
/systemd-251/src/boot/efi/ |
D | meson.build | 258 '-Wl,--warn-common',
|
/systemd-251/hwdb.d/ |
D | 60-sensor.hwdb | 15 # That requires a kernel built with CONFIG_DMIID set, which is common.
|
D | 60-keyboard.hwdb | 99 # common keys 999 # common, but some mapping may differ, especially the Fn F1-F12 mappings
|
/systemd-251/ |
D | meson.build | 406 possible_link_flags += '-Wl,--warn-common' 420 '-fno-common',
|
12