Home
last modified time | relevance | path

Searched refs:persistent (Results 1 – 23 of 23) sorted by relevance

/systemd-251/rules.d/
Dmeson.build15 '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',
D60-persistent-storage-tape.rules3 # persistent storage links: /dev/tape/{by-id,by-path}
D60-persistent-storage.rules3 # 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>
D60-persistent-input.rules13 # determine class name for persistent symlinks
/systemd-251/src/basic/
Dpath-lookup.c316 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/
D99-default.link12 MACAddressPolicy=persistent
/systemd-251/test/test-network/conf/
D25-sriov.link8 MACAddressPolicy=persistent
/systemd-251/src/core/
Dtimer.h57 bool persistent; member
Ddbus-timer.c133 …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()
Dtimer.c140 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()
Dload-fragment-gperf.gperf.in533 …rse_bool, 0, offsetof(Timer, persistent)
/systemd-251/network/
D99-default.link20 MACAddressPolicy=persistent
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-persistent-storage.rules3 # 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>
D60-persistent-storage-tape.rules3 # persistent storage links: /dev/tape/{by-id,by-path}
D60-persistent-input.rules13 # determine class name for persistent symlinks
/systemd-251/test/
Dtest-functions950 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/
DAUTOMATIC_BOOT_ASSESSMENT.md195 used to back the persistent EFI variables are generally not of the highest
DTEMPORARY_DIRECTORIES.md13 proper, persistent file system, and thus backed by physical storage. This
DCREDENTIALS.md185 device is available and `/var/` resides on persistent storage the default
DRANDOM_SEEDS.md408 The system token is stored as persistent EFI variable, i.e. in some form of
DDISCOVERABLE_PARTITIONS.md158 …partition on disk. In some cases it might be desirable to make `/tmp/` persistent too, in which ca…
/systemd-251/
DNEWS195 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 …]
DTODO1022 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…