Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dgenerator.c353 _cleanup_free_ char *node = NULL, *unit = NULL, *escaped = NULL, *where_unit = NULL; in generator_hook_up_mkswap() local
380 r = unit_name_from_path(what, ".swap", &where_unit); in generator_hook_up_mkswap()
407 where_unit, in generator_hook_up_mkswap()
414 return generator_add_symlink(dir, where_unit, "requires", unit); in generator_hook_up_mkswap()
423 _cleanup_free_ char *node = NULL, *unit = NULL, *escaped = NULL, *where_unit = NULL; in generator_hook_up_mkfs() local
455 r = unit_name_from_path(where, ".mount", &where_unit); in generator_hook_up_mkfs()
484 where_unit, in generator_hook_up_mkfs()
493 return generator_add_symlink(dir, where_unit, "requires", unit); in generator_hook_up_mkfs()
501 _cleanup_free_ char *unit = NULL, *escaped = NULL, *where_unit = NULL; in generator_hook_up_growfs() local
518 r = unit_name_from_path(where, ".mount", &where_unit); in generator_hook_up_growfs()
[all …]