Searched refs:subsystems (Results 1 – 18 of 18) sorted by relevance
/systemd-251/src/libsystemd/sd-device/ |
D | test-sd-device.c | 254 _cleanup_(hashmap_freep) Hashmap *subsystems; in TEST() 260 assert_se(subsystems = hashmap_new(&string_hash_ops)); in TEST() 277 h = hashmap_get(subsystems, subsystem); in TEST() 282 assert_se(hashmap_put(subsystems, str, h) >= 0); in TEST() 291 while ((h = hashmap_steal_first_key_and_value(subsystems, (void**) &s))) { in TEST()
|
/systemd-251/src/udev/ |
D | udevadm-trigger.c | 423 _cleanup_strv_free_ char **subsystems = NULL; in trigger_main() local 425 subsystems = strv_split(optarg, ","); in trigger_main() 426 if (!subsystems) in trigger_main() 429 STRV_FOREACH(p, subsystems) { in trigger_main()
|
/systemd-251/docs/ |
D | USER_GROUP_API.md | 19 user/group records from local services, and allows local subsystems to provide 81 the various subsystems that want to offer user and group records to the rest of 159 should be implemented in the subsystems that provide the user records, not in
|
D | USER_NAMES.md | 15 processing users/group defined by other subsystems and when defining users/groups 98 by these other subsystems.
|
D | BLOCK_DEVICE_LOCKING.md | 82 between subsystems.
|
D | COREDUMP_PACKAGE_METADATA.md | 10 *Intended audience: hackers working on userspace subsystems that create ELF binaries
|
D | UIDS-GIDS.md | 27 where various subsystems map unmappable users to, for example file systems 144 subsystems allocating from the same ranges it is hence essential that they
|
D | CONTAINER_INTERFACE.md | 31 systemd and various other subsystems (such as the SELinux userspace) have 326 ownership. Multiple other subsystems of systemd similarly test for `/sys/`
|
D | RANDOM_SEEDS.md | 19 an API to userspace as well as to internal kernel subsystems to retrieve 92 entropy from various non-hwrng sources in various subsystems, all of which
|
D | TEMPORARY_DIRECTORIES.md | 87 `systemd-tmpfiles` btw, it's inherited from previous subsystems such as
|
D | USER_RECORD.md | 254 by geo-location subsystems, but this is not enforced nor required. Example: 1008 various applications. In general, subsystems are free to introduce their own
|
D | CGROUP_DELEGATION.md | 10 *Intended audience: hackers working on userspace subsystems that require direct
|
/systemd-251/shell-completion/bash/ |
D | udevadm | 124 comps='all devices subsystems'
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 27 '--type=[Trigger a specific type of devices.]:types:(all devices subsystems failed)' \
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 504 guarantees other subsystems traditionally assumed it provides. Relying on this
|
/systemd-251/hwdb.d/ |
D | 70-mouse.hwdb | 12 # Supported subsystems: usb, bluetooth
|
D | pci.ids | 21 # Vendors, devices and subsystems. Please keep sorted.
|
/systemd-251/ |
D | NEWS | 377 process certain subsystems (and all their parent devices) earlier. 383 --initialized-nomatch to trigger both subsystems and devices, only 1495 parameters via the credential subsystems. Thus, as above this may be 3040 wrong. Storage subsystems are expected to properly detach their 13905 subsystems.
|