Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/shared/
Dhwdb-util.c137 … const char *filename, uint16_t file_priority, uint32_t line_number, bool compat) { in trie_node_add_value() argument
148 if (!compat) { in trie_node_add_value()
192 … const char *filename, uint16_t file_priority, uint32_t line_number, bool compat) { in trie_insert() argument
245 … return trie_node_add_value(trie, node, key, value, filename, file_priority, line_number, compat); in trie_insert()
270 … return trie_node_add_value(trie, child, key, value, filename, file_priority, line_number, compat); in trie_insert()
288 static void trie_store_nodes_size(struct trie_f *trie, struct trie_node *node, bool compat) { in trie_store_nodes_size() argument
290 trie_store_nodes_size(trie, node->children[i].child, compat); in trie_store_nodes_size()
296 …trie->strings_off += compat ? sizeof(struct trie_value_entry_f) : sizeof(struct trie_value_entry2_… in trie_store_nodes_size()
299 static int64_t trie_store_nodes(struct trie_f *trie, struct trie_node *node, bool compat) { in trie_store_nodes() argument
318 child_off = trie_store_nodes(trie, node->children[i].child, compat); in trie_store_nodes()
[all …]
Dhwdb-util.h9 int hwdb_update(const char *root, const char *hwdb_bin_dir, bool strict, bool compat);
/systemd-251/src/systemctl/
Dmeson.build10 'systemctl-compat-halt.c',
11 'systemctl-compat-halt.h',
12 'systemctl-compat-runlevel.c',
13 'systemctl-compat-runlevel.h',
14 'systemctl-compat-shutdown.c',
15 'systemctl-compat-shutdown.h',
16 'systemctl-compat-telinit.c',
17 'systemctl-compat-telinit.h',
68 'systemctl-sysv-compat.c',
69 'systemctl-sysv-compat.h',
/systemd-251/factory/etc/
Dnsswitch.conf3 passwd: compat systemd
4 group: compat [SUCCESS=merge] systemd
5 shadow: compat systemd
/systemd-251/src/resolve/
Dmeson.build76 'resolvconf-compat.c',
77 'resolvconf-compat.h',
/systemd-251/hwdb.d/
D70-joystick.hwdb47 # GPD Win, Classic and XBox 360 compat modes
/systemd-251/docs/
DCONTRIBUTING.md40 * If you are copying existing code from another source (eg: a compat header), please make sure the …
61 Making use of new kernel syscalls can be achieved through compat wrappers in our tree (see: `src/ba…
/systemd-251/
DREADME340 passwd: compat systemd
341 group: compat systemd
Dmeson_options.txt50 option('compat-mutable-uid-boundaries', type : 'boolean', value : 'false',
437 option('efi-tpm-pcr-compat', type : 'boolean', value : 'false',
Dmeson.build1749 'compat-mutable-uid-boundaries',
4259 ['SysV compat'],
4260 ['compat-mutable-uid-boundaries'],
DTODO189 * sd-event: compat wd reuse in inotify code: keep a set of removed watch
1163 - avahi compat
1678 …- man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for s…
DNEWS53 option 'efi-tpm-pcr-compat' has been added (which defaults to false).
8852 supported for compat reasons. Also, this directive now takes
8855 compat reasons.
11480 IFUNC. Please make sure to use --enable-compat-libs only
11749 provide the --enable-compat-libs compile-time switch which
/systemd-251/src/basic/
Dmeson.build113 'linux/libc-compat.h',
/systemd-251/src/boot/efi/
Dmeson.build123 efi_conf.set10('EFI_TPM_PCR_COMPAT', get_option('efi-tpm-pcr-compat'))
/systemd-251/test/
Dtest-functions955 inst_rules 60-persistent-storage.rules 61-persistent-storage-compat.rules 99-systemd.rules