Searched refs:ppoll_usec (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/basic/ |
D | io-util.c | 161 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()
|
D | io-util.h | 22 int ppoll_usec(struct pollfd *fds, size_t nfds, usec_t timeout);
|
/systemd-251/src/shared/ |
D | ask-password-api.c | 276 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()
|
D | barrier.c | 223 r = ppoll_usec(pfd, ELEMENTSOF(pfd), USEC_INFINITY); in barrier_read()
|
/systemd-251/src/stdio-bridge/ |
D | stdio-bridge.c | 244 r = ppoll_usec(p, ELEMENTSOF(p), t); in run()
|
/systemd-251/src/tty-ask-password-agent/ |
D | tty-ask-password-agent.c | 392 r = ppoll_usec(pollfd, _FD_MAX, timeout); in process_and_watch_password_files()
|
/systemd-251/src/journal/ |
D | journalctl.c | 2132 r = ppoll_usec(pollfds, ELEMENTSOF(pollfds), timeout); in wait_for_change()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | sd-bus.c | 3316 r = ppoll_usec(p, n, m); in bus_poll()
|