PathSpec           40 src/core/dbus-path.c         PathSpec *k;
PathSpec         1453 src/core/load-fragment.c         PathSpec *s;
PathSpec         1493 src/core/load-fragment.c         s = new0(PathSpec, 1);
PathSpec           48 src/core/path.c int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler) {
PathSpec          152 src/core/path.c void path_spec_unwatch(PathSpec *s) {
PathSpec          159 src/core/path.c int path_spec_fd_event(PathSpec *s, uint32_t revents) {
PathSpec          207 src/core/path.c static bool path_spec_check_good(PathSpec *s, bool initial) {
PathSpec          245 src/core/path.c static void path_spec_mkdir(PathSpec *s, mode_t mode) {
PathSpec          256 src/core/path.c static void path_spec_dump(PathSpec *s, FILE *f, const char *prefix) {
PathSpec          264 src/core/path.c void path_spec_done(PathSpec *s) {
PathSpec          281 src/core/path.c         PathSpec *s;
PathSpec          302 src/core/path.c         PathSpec *s;
PathSpec          394 src/core/path.c         PathSpec *s;
PathSpec          418 src/core/path.c         PathSpec *s;
PathSpec          428 src/core/path.c         PathSpec *s;
PathSpec          521 src/core/path.c         PathSpec *s;
PathSpec          571 src/core/path.c         PathSpec *s;
PathSpec          667 src/core/path.c         PathSpec *s = userdata;
PathSpec           55 src/core/path.h         LIST_FIELDS(struct PathSpec, spec);
PathSpec           64 src/core/path.h int path_spec_watch(PathSpec *s, sd_event_io_handler_t handler);
PathSpec           65 src/core/path.h void path_spec_unwatch(PathSpec *s);
PathSpec           66 src/core/path.h int path_spec_fd_event(PathSpec *s, uint32_t events);
PathSpec           67 src/core/path.h void path_spec_done(PathSpec *s);
PathSpec           69 src/core/path.h static inline bool path_spec_owns_inotify_fd(PathSpec *s, int fd) {
PathSpec           83 src/core/path.h         LIST_HEAD(PathSpec, specs);
PathSpec         2033 src/core/service.c         PathSpec *ps;
PathSpec         2038 src/core/service.c         ps = new0(PathSpec, 1);
PathSpec         2062 src/core/service.c         PathSpec *p = userdata;
PathSpec          199 src/core/service.h         PathSpec *pid_file_pathspec;