Searched refs:sd_event_add_inotify_fd (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/systemd/ |
D | sd-event.h | 96 int sd_event_add_inotify_fd(sd_event *e, sd_event_source **s, int fd, uint32_t mask, sd_event_inoti…
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 769 sd_event_add_inotify_fd;
|
/systemd-251/src/libsystemd/sd-event/ |
D | test-event.c | 754 … assert_se(sd_event_add_inotify_fd(e, &s, fd, IN_ATTRIB, inotify_self_destroy_handler, &s) >= 0); in TEST()
|
D | sd-event.c | 2086 _public_ int sd_event_add_inotify_fd( in sd_event_add_inotify_fd() function
|
/systemd-251/man/rules/ |
D | meson.build | 538 ['sd_event_add_inotify_fd',
|
/systemd-251/ |
D | NEWS | 1317 * The sd-event API gained a new function sd_event_add_inotify_fd() that
|