Home
last modified time | relevance | path

Searched refs:write_drop_in_format (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Dgenerator.c277 return write_drop_in_format(dir, unit, 50, "device-timeout", in generator_write_timeouts()
322 return write_drop_in_format(dir, unit, 50, "netdev-dependencies", in generator_write_device_deps()
339 return write_drop_in_format(dir, SPECIAL_INITRD_ROOT_DEVICE_TARGET, 50, "root-device", in generator_write_initrd_root_device_deps()
Ddropin.h15 int write_drop_in_format(const char *dir, const char *unit, unsigned level,
Ddropin.c75 int write_drop_in_format(const char *dir, const char *unit, unsigned level, in write_drop_in_format() function
/systemd-251/src/debug-generator/
Ddebug-generator.c156 r = write_drop_in_format(dir, "debug-shell.service", 50, "tty", in install_debug_shell_dropin()
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c170 r = write_drop_in_format(arg_dest, dmname, 50, "job-timeout", in add_cryptsetup()
/systemd-251/src/cryptsetup/
Dcryptsetup-generator.c167 r = write_drop_in_format(arg_dest, device_unit, 90, "device-timeout", in generate_device_mount()