Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/bits/fortify/
Dpoll.h33 int __poll_chk(struct pollfd* _Nullable, nfds_t, int, size_t) __INTRODUCED_IN(23);
34 int __ppoll_chk(struct pollfd* _Nullable, nfds_t, const struct timespec* _Nullable, const sigset_t*…
35 int __ppoll64_chk(struct pollfd* _Nullable, nfds_t, const struct timespec* _Nullable, const sigset6…
40 (fd_count) <= __BIONIC_CAST(static_cast, nfds_t, -1) / sizeof(*fds))
43 int poll(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, int timeout) in poll()
58 int ppoll(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, const struct time… in ppoll()
74 int ppoll64(struct pollfd* _Nullable const fds __pass_object_size, nfds_t fd_count, const struct ti… in ppoll64()
/bionic/libc/include/
Dpoll.h44 typedef unsigned int nfds_t; typedef
52 int poll(struct pollfd* _Nullable __fds, nfds_t __count, int __timeout_ms);
62 int ppoll(struct pollfd* _Nullable __fds, nfds_t __count, const struct timespec* _Nullable __timeou…
67 int ppoll64(struct pollfd* _Nullable __fds, nfds_t __count, const struct timespec* _Nullable __tim…
/bionic/tests/headers/posix/
Dpoll_h.c39 TYPE(nfds_t); in poll_h()
52 FUNCTION(poll, int (*f)(struct pollfd[], nfds_t, int)); in poll_h()
/bionic/libc/bionic/
Dpoll.cpp41 int poll(pollfd* fds, nfds_t fd_count, int ms) { in poll()
51 int ppoll(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset_t* ss) { in ppoll()
57 int ppoll64(pollfd* fds, nfds_t fd_count, const timespec* ts, const sigset64_t* ss) { in ppoll64()
Dfortify.cpp158 int __poll_chk(pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) { in __poll_chk()
163 int __ppoll_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout, in __ppoll_chk()
169 int __ppoll64_chk(pollfd* fds, nfds_t fd_count, const timespec* timeout, in __ppoll64_chk()
/bionic/libc/private/
Dbionic_fortify.h66 static inline void __check_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) { in __check_pollfd_array()
/bionic/libc/
DSECCOMP_ALLOWLIST_APP.TXT36 int poll:poll(struct pollfd *fds, nfds_t nfds, int timeout) lp32
/bionic/tests/
Dfortify_test.cpp997 nfds_t fd_count = atoi("2"); // suppress compiler optimizations in TEST_F()
1004 nfds_t fd_count = atoi("2"); // suppress compiler optimizations in TEST_F()
1014 nfds_t fd_count = atoi("2"); // suppress compiler optimizations in TEST_F()
/bionic/docs/
Dclang_fortify_anatomy.md579 int poll(struct pollfd* const fds __attribute__((pass_object_size(1))), nfds_t fd_count, int timeou…
608 int poll(struct pollfd* const fds __attribute__((pass_object_size(1))), nfds_t fd_count, int timeou…