Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dgenerator.c355 const char *unit_file; in generator_hook_up_mkswap() local
373 unit_file = prefix_roota(dir, unit); in generator_hook_up_mkswap()
374 log_debug("Creating %s", unit_file); in generator_hook_up_mkswap()
385 f = fopen(unit_file, "wxe"); in generator_hook_up_mkswap()
388 unit_file); in generator_hook_up_mkswap()
412 return log_error_errno(r, "Failed to write unit file %s: %m", unit_file); in generator_hook_up_mkswap()
425 const char *unit_file; in generator_hook_up_mkfs() local
448 unit_file = prefix_roota(dir, unit); in generator_hook_up_mkfs()
449 log_debug("Creating %s", unit_file); in generator_hook_up_mkfs()
460 f = fopen(unit_file, "wxe"); in generator_hook_up_mkfs()
[all …]
/systemd-251/test/ !
Dsysv-generator-test.py137 unit_file = os.readlink(link)
140 self.assertEqual(os.path.basename(unit_file), unit)
/systemd-251/shell-completion/zsh/ !
D_systemctl.in104 local -a groups=( unit machine unit_file job environment manager_state system )