/systemd-251/rules.d/ |
D | meson.build | 15 '60-persistent-alsa.rules', 16 '60-persistent-input.rules', 17 '60-persistent-storage.rules', 18 '60-persistent-storage-tape.rules', 19 '60-persistent-v4l.rules',
|
D | 60-persistent-storage-tape.rules | 3 # persistent storage links: /dev/tape/{by-id,by-path}
|
D | 60-persistent-storage.rules | 3 # persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path} 4 # scheme based on "Linux persistent device names", 2004, Hannes Reinecke <hare@suse.de>
|
D | 60-persistent-input.rules | 13 # determine class name for persistent symlinks
|
/systemd-251/src/basic/ |
D | path-lookup.c | 316 static int acquire_config_dirs(LookupScope scope, char **persistent, char **runtime) { in acquire_config_dirs() argument 320 assert(persistent); in acquire_config_dirs() 350 *persistent = TAKE_PTR(a); in acquire_config_dirs() 361 *persistent = TAKE_PTR(a); in acquire_config_dirs() 367 static int acquire_control_dirs(LookupScope scope, char **persistent, char **runtime) { in acquire_control_dirs() argument 371 assert(persistent); in acquire_control_dirs() 416 *persistent = TAKE_PTR(a); in acquire_control_dirs()
|
/systemd-251/test/fuzz/fuzz-link-parser/ |
D | 99-default.link | 12 MACAddressPolicy=persistent
|
/systemd-251/test/test-network/conf/ |
D | 25-sriov.link | 8 MACAddressPolicy=persistent
|
/systemd-251/src/core/ |
D | timer.h | 57 bool persistent; member
|
D | dbus-timer.c | 133 …SD_BUS_PROPERTY("Persistent", "b", bus_property_get_bool, offsetof(Timer, persistent), SD_BUS_VTAB… 240 return bus_set_transient_bool(u, name, &t->persistent, message, flags, error); in bus_timer_set_transient_property()
|
D | timer.c | 140 if (!t->persistent) in timer_setup_persistent() 254 prefix, yes_no(t->persistent), in timer_dump() 877 *ret = t->persistent ? EXEC_CLEAN_STATE : 0; in timer_can_clean()
|
D | load-fragment-gperf.gperf.in | 533 …rse_bool, 0, offsetof(Timer, persistent)
|
/systemd-251/network/ |
D | 99-default.link | 20 MACAddressPolicy=persistent
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 60-persistent-storage.rules | 3 # persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path} 4 # scheme based on "Linux persistent device names", 2004, Hannes Reinecke <hare@suse.de>
|
D | 60-persistent-storage-tape.rules | 3 # persistent storage links: /dev/tape/{by-id,by-path}
|
D | 60-persistent-input.rules | 13 # determine class name for persistent symlinks
|
/systemd-251/test/ |
D | test-functions | 950 inst_rules 55-dm.rules 60-persistent-storage-dm.rules 95-dm-notify.rules 955 inst_rules 60-persistent-storage.rules 61-persistent-storage-compat.rules 99-systemd.rules
|
/systemd-251/docs/ |
D | AUTOMATIC_BOOT_ASSESSMENT.md | 195 used to back the persistent EFI variables are generally not of the highest
|
D | TEMPORARY_DIRECTORIES.md | 13 proper, persistent file system, and thus backed by physical storage. This
|
D | CREDENTIALS.md | 185 device is available and `/var/` resides on persistent storage the default
|
D | RANDOM_SEEDS.md | 408 The system token is stored as persistent EFI variable, i.e. in some form of
|
D | DISCOVERABLE_PARTITIONS.md | 158 …partition on disk. In some cases it might be desirable to make `/tmp/` persistent too, in which ca…
|
/systemd-251/ |
D | NEWS | 195 concept, and do not leak into persistent file systems, persistent 196 user databases or persistent configuration, thus greatly simplifying 1004 * systemd-networkd will now once again automatically generate persistent 1830 range uses do not leak into persistent file ownership anymore. TLDR: 4836 * In .link files, MACAddressPolicy=persistent (the default) is changed 4839 the interface name is used as the basis for persistent seed for MAC 4842 devices then previously by the "persistent" policy. 5147 "persistent", now works again as documented. 5794 both runtime and persistent enablement/masking, i.e. it will remove 8079 of persistent symlinks for that device. [all …]
|
D | TODO | 1022 creates a static, persistent user rather than a dynamic, transient user. We 1414 …- change bootctl to be backed by systemd-bootd to control temporary and persistent default boot go…
|