Searched refs:write_drop_in_format (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/shared/ |
D | generator.c | 277 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()
|
D | dropin.h | 15 int write_drop_in_format(const char *dir, const char *unit, unsigned level,
|
D | dropin.c | 75 int write_drop_in_format(const char *dir, const char *unit, unsigned level, in write_drop_in_format() function
|
/systemd-251/src/debug-generator/ |
D | debug-generator.c | 156 r = write_drop_in_format(dir, "debug-shell.service", 50, "tty", in install_debug_shell_dropin()
|
/systemd-251/src/gpt-auto-generator/ |
D | gpt-auto-generator.c | 170 r = write_drop_in_format(arg_dest, dmname, 50, "job-timeout", in add_cryptsetup()
|
/systemd-251/src/cryptsetup/ |
D | cryptsetup-generator.c | 167 r = write_drop_in_format(arg_dest, device_unit, 90, "device-timeout", in generate_device_mount()
|