_FD_MAX            83 src/libsystemd/sd-resolve/sd-resolve.c         int fds[_FD_MAX];
_FD_MAX           566 src/libsystemd/sd-resolve/sd-resolve.c         for (i = 0; i < _FD_MAX; i++)
_FD_MAX           679 src/libsystemd/sd-resolve/sd-resolve.c         for (i = 0; i < _FD_MAX; i++)
_FD_MAX           239 src/readahead/readahead-collect.c         struct pollfd pollfd[_FD_MAX] = {};
_FD_MAX           360 src/readahead/readahead-collect.c                 if ((h = poll(pollfd, _FD_MAX, (int) ((not_after - t) / USEC_PER_MSEC))) < 0) {
_FD_MAX           320 src/shared/ask-password-api.c         struct pollfd pollfd[_FD_MAX];
_FD_MAX           431 src/shared/ask-password-api.c                 k = poll(pollfd, _FD_MAX, until > 0 ? (int) ((until-t)/USEC_PER_MSEC) : -1);
_FD_MAX           265 src/shutdownd/shutdownd.c         struct pollfd pollfd[_FD_MAX] = {};
_FD_MAX           299 src/shutdownd/shutdownd.c         for (i = FD_WALL_TIMER; i < _FD_MAX; i++) {
_FD_MAX           318 src/shutdownd/shutdownd.c                 k = poll(pollfd, _FD_MAX, scheduled(&b.command) ? -1 : 0);
_FD_MAX           432 src/shutdownd/shutdownd.c         for (i = 0; i < _FD_MAX; i++)
_FD_MAX           476 src/tty-ask-password-agent/tty-ask-password-agent.c         struct pollfd pollfd[_FD_MAX] = {};
_FD_MAX           509 src/tty-ask-password-agent/tty-ask-password-agent.c                 if (poll(pollfd, _FD_MAX, -1) < 0) {