Home
last modified time | relevance | path

Searched refs:device_unit (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/hibernate-resume/
Dhibernate-resume-generator.c72 _cleanup_free_ char *service_unit = NULL, *device_unit = NULL, *lnk = NULL; in process_resume() local
91 r = unit_name_from_path(arg_resume_device, ".device", &device_unit); in process_resume()
95 r = write_drop_in(arg_dest, device_unit, 40, "device-timeout", in process_resume()
/systemd-251/src/cryptsetup/
Dcryptsetup-generator.c114 _cleanup_free_ char *u = NULL, *where = NULL, *name_escaped = NULL, *device_unit = NULL; in generate_device_mount() local
163 r = unit_name_from_path(device, ".device", &device_unit); in generate_device_mount()
167 r = write_drop_in_format(arg_dest, device_unit, 90, "device-timeout", in generate_device_mount()
/systemd-251/src/mount/
Dmount-tool.c437 _cleanup_free_ char *device_unit = NULL; in transient_unit_set_properties() local
439 r = unit_name_from_path(arg_mount_what, ".device", &device_unit); in transient_unit_set_properties()
444 "After", "as", 1, device_unit, in transient_unit_set_properties()
445 "BindsTo", "as", 1, device_unit); in transient_unit_set_properties()