Home
last modified time | relevance | path

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

/systemd-251/man/
Dinotify-watch-tmp.c47 sd_event_add_inotify(event, &source1, path1, in main()
51 sd_event_add_inotify(event, &source2, path2, in main()
/systemd-251/src/libsystemd/sd-event/
Dtest-event.c492 … assert_se(sd_event_add_inotify(e, &a, p, IN_CREATE|IN_ONLYDIR, inotify_handler, &context) >= 0); in test_inotify_one()
493 …assert_se(sd_event_add_inotify(e, &b, p, IN_CREATE|IN_DELETE|IN_DONT_FOLLOW, inotify_handler, &con… in test_inotify_one()
496 …assert_se(sd_event_add_inotify(e, &c, p, IN_CREATE|IN_DELETE|IN_EXCL_UNLINK, inotify_handler, &con… in test_inotify_one()
505 … assert_se(sd_event_add_inotify(e, &d, q, IN_DELETE_SELF, delete_self_handler, &context) >= 0); in test_inotify_one()
Dsd-event.c2097 _public_ int sd_event_add_inotify( in sd_event_add_inotify() function
/systemd-251/src/systemd/
Dsd-event.h95 int sd_event_add_inotify(sd_event *e, sd_event_source **s, const char *path, uint32_t mask, sd_even…
/systemd-251/src/udev/
Dudevadm-wait.c217 r = sd_event_add_inotify(event, &s, "/run/udev" , IN_CREATE | IN_DELETE, on_inotify, NULL); in setup_inotify()
/systemd-251/src/libsystemd/
Dlibsystemd.sym568 sd_event_add_inotify;
/systemd-251/src/login/
Dlogind-core.c811 …r = sd_event_add_inotify(m->event, &s, _PATH_UTMPX, IN_MODIFY|IN_MOVE_SELF|IN_DELETE_SELF|IN_ATTRI… in manager_connect_utmp()
/systemd-251/man/rules/
Dmeson.build536 ['sd_event_add_inotify',
/systemd-251/src/core/
Dmanager.c471 r = sd_event_add_inotify(m->event, &new_event, "/etc/localtime", in manager_setup_timezone_change()
478 r = sd_event_add_inotify(m->event, &new_event, "/etc", in manager_setup_timezone_change()
/systemd-251/src/home/
Dhomed-manager.c107 r = sd_event_add_inotify(m->event, &m->inotify_event_source, get_home_root(), in manager_watch_home()
/systemd-251/
DNEWS1318 is similar to sd_event_add_inotify() but accepts a file descriptor
6039 users. For this a new function sd_event_add_inotify() has been added.