Home
last modified time | relevance | path

Searched refs:ppoll_usec (Results 1 – 8 of 8) sorted by relevance

/systemd-251/src/basic/
Dio-util.c161 int ppoll_usec(struct pollfd *fds, size_t nfds, usec_t timeout) { in ppoll_usec() function
193 r = ppoll_usec(&pollfd, 1, timeout); in fd_wait_for_event()
Dio-util.h22 int ppoll_usec(struct pollfd *fds, size_t nfds, usec_t timeout);
/systemd-251/src/shared/
Dask-password-api.c276 r = ppoll_usec(pollfd, notify >= 0 ? 2 : 1, timeout); in ask_password_plymouth()
500 r = ppoll_usec(pollfd, notify >= 0 ? 2 : 1, timeout); in ask_password_tty()
842 r = ppoll_usec(pollfd, notify >= 0 ? _FD_MAX : _FD_MAX - 1, timeout); in ask_password_agent()
Dbarrier.c223 r = ppoll_usec(pfd, ELEMENTSOF(pfd), USEC_INFINITY); in barrier_read()
/systemd-251/src/stdio-bridge/
Dstdio-bridge.c244 r = ppoll_usec(p, ELEMENTSOF(p), t); in run()
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c392 r = ppoll_usec(pollfd, _FD_MAX, timeout); in process_and_watch_password_files()
/systemd-251/src/journal/
Djournalctl.c2132 r = ppoll_usec(pollfds, ELEMENTSOF(pollfds), timeout); in wait_for_change()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c3316 r = ppoll_usec(p, n, m); in bus_poll()