Searched defs:config_path (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dinstall.c355 const char *config_path,
367 assert(config_path);
403 q = remove_marked_symlinks_fd(remove_symlinks_to, nfd, p, config_path, restart, changes, n_changes);
449 (void) rmdir_parents(p, config_path);
466 const char *config_path,
474 assert(config_path);
479 fd = open(config_path, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC|O_NOFOLLOW);
492 q = remove_marked_symlinks_fd(remove_symlinks_to, cfd, config_path, config_path, &restart, changes, n_changes);
505 const char *config_path,
351 remove_marked_symlinks_fd( Set *remove_symlinks_to, int fd, const char *path, const char *config_path, bool *restart, UnitFileChange **changes, unsigned *n_changes) argument
464 remove_marked_symlinks( Set *remove_symlinks_to, const char *config_path, UnitFileChange **changes, unsigned *n_changes) argument
500 find_symlinks_fd( const char *root_dir, const char *name, int fd, const char *path, const char *config_path, bool *same_name_link) argument
623 find_symlinks( const char *root_dir, const char *name, const char *config_path, bool *same_name_link) argument
1245 install_info_symlink_alias( UnitFileInstallInfo *i, const char *config_path, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1277 install_info_symlink_wants( UnitFileInstallInfo *i, const char *config_path, char **list, const char *suffix, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1334 install_info_symlink_link( UnitFileInstallInfo *i, const LookupPaths *paths, const char *config_path, const char *root_dir, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1362 install_info_apply( UnitFileInstallInfo *i, const LookupPaths *paths, const char *config_path, const char *root_dir, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1397 install_context_apply( UnitFileScope scope, InstallContext *c, const LookupPaths *paths, const char *config_path, const char *root_dir, bool force, SearchFlags flags, UnitFileChange **changes, unsigned *n_changes) argument
1449 install_context_mark_for_removal( UnitFileScope scope, InstallContext *c, const LookupPaths *paths, Set **remove_symlinks_to, const char *config_path, const char *root_dir) argument
1549 _cleanup_free_ char *config_path = NULL; local
1629 _cleanup_free_ char *config_path = NULL; local
1718 _cleanup_free_ char *config_path = NULL; local
1793 _cleanup_free_ char *config_path = NULL; local
1841 _cleanup_free_ char *config_path = NULL; local
1915 _cleanup_free_ char *config_path = NULL; local
2161 execute_preset( UnitFileScope scope, InstallContext *plus, InstallContext *minus, const LookupPaths *paths, const char *config_path, const char *root_dir, char **files, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes) argument
2253 _cleanup_free_ char *config_path = NULL; local
2296 _cleanup_free_ char *config_path = NULL; local
[all...]

Completed in 62 milliseconds