Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dpath.h37 int path_spec_fd_event(PathSpec *s, uint32_t events);
Dpath.c174 int path_spec_fd_event(PathSpec *s, uint32_t revents) { in path_spec_fd_event() function
757 changed = path_spec_fd_event(found, revents); in path_dispatch_io()
Dservice.c3259 if (path_spec_fd_event(p, events) < 0) in service_dispatch_inotify_io()