Searched refs:sd_event_add_inotify (Results 1 – 11 of 11) sorted by relevance
/systemd-251/man/ |
D | inotify-watch-tmp.c | 47 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/ |
D | test-event.c | 492 … 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()
|
D | sd-event.c | 2097 _public_ int sd_event_add_inotify( in sd_event_add_inotify() function
|
/systemd-251/src/systemd/ |
D | sd-event.h | 95 int sd_event_add_inotify(sd_event *e, sd_event_source **s, const char *path, uint32_t mask, sd_even…
|
/systemd-251/src/udev/ |
D | udevadm-wait.c | 217 r = sd_event_add_inotify(event, &s, "/run/udev" , IN_CREATE | IN_DELETE, on_inotify, NULL); in setup_inotify()
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 568 sd_event_add_inotify;
|
/systemd-251/src/login/ |
D | logind-core.c | 811 …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/ |
D | meson.build | 536 ['sd_event_add_inotify',
|
/systemd-251/src/core/ |
D | manager.c | 471 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/ |
D | homed-manager.c | 107 r = sd_event_add_inotify(m->event, &m->inotify_event_source, get_home_root(), in manager_watch_home()
|
/systemd-251/ |
D | NEWS | 1318 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.
|