Searched refs:POLL_INOTIFY (Results 1 - 2 of 2) sorted by relevance

/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c78 POLL_INOTIFY enumerator in enum:__anon325
115 pollfd[POLL_INOTIFY].fd = notify;
116 pollfd[POLL_INOTIFY].events = POLLIN;
151 if (notify >= 0 && pollfd[POLL_INOTIFY].revents != 0)
/systemd/src/shared/
H A Dask-password-api.c224 POLL_INOTIFY enumerator in enum:__anon259
277 pollfd[POLL_INOTIFY].fd = notify;
278 pollfd[POLL_INOTIFY].events = POLLIN;
316 if (notify >= 0 && pollfd[POLL_INOTIFY].revents != 0)

Completed in 4438 milliseconds