Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dsiginfo.h79 } _poll; member
170 #define si_band _info._reason._poll._band
171 #define si_fd _info._reason._poll._fd
200 #define ksi_band ksi_info._reason._poll._band
201 #define ksi_fd ksi_info._reason._poll._fd
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_signal.c346 si->_reason._poll._band = si32->_reason._poll._band; in netbsd32_ksi32_to_ksi()
347 si->_reason._poll._fd = si32->_reason._poll._fd; in netbsd32_ksi32_to_ksi()
436 si32->_reason._poll._band = si->_reason._poll._band; in netbsd32_ksi_to_ksi32()
437 si32->_reason._poll._fd = si->_reason._poll._fd; in netbsd32_ksi_to_ksi32()
/netbsd-src/sys/compat/sys/
H A Dsiginfo.h79 } _poll; member
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_signal.c160 lsi->lsi_fd = ksi->_reason._poll._fd; in native_to_linux32_siginfo()
161 lsi->lsi_band = ksi->_reason._poll._band; in native_to_linux32_siginfo()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d1091 __poll _poll;
1101 @property ref c_long si_band() return { return _reason._poll._band; }
1166 } poll_t _poll;
1175 @property ref c_long si_band() return { return _info._reason._poll._band; }
/netbsd-src/sys/compat/linux/common/
H A Dlinux_signal.c216 lsi->lsi_fd = ksi->_reason._poll._fd; in native_to_linux_siginfo()
217 lsi->lsi_band = ksi->_reason._poll._band; in native_to_linux_siginfo()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dpoll.rst2 .. _poll:
/netbsd-src/lib/libpthread/
H A Dpthread_cancelstub.c772 __strong_alias(_poll, poll)
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c2585 __weak_alias(_poll,rump___sysimpl_poll);