Searched refs:pollfd (Results 151 - 175 of 182) sorted by relevance

12345678

/freebsd-current/tests/sys/audit/
H A Dfile-attribute-access.c41 static struct pollfd fds[1];
H A Dinter-process.c52 static struct pollfd fds[1];
H A Dprocess-control.c53 static struct pollfd fds[1];
H A Dadministrative.c53 static struct pollfd fds[1];
/freebsd-current/tests/sys/fifo/
H A Dfifo_io.c865 struct pollfd fds[1];
/freebsd-current/tests/sys/net/routing/
H A Drtsock_common.h674 struct pollfd pfd;
/freebsd-current/lib/libc/rpc/
H A Dclnt_vc.c668 struct pollfd fd;
/freebsd-current/sbin/devd/
H A Ddevd.cc980 struct pollfd pfd;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2581 CHECK_TYPE_SIZE(pollfd); variable
2582 CHECK_SIZE_AND_OFFSET(pollfd, fd);
2583 CHECK_SIZE_AND_OFFSET(pollfd, events);
2584 CHECK_SIZE_AND_OFFSET(pollfd, revents);
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.cc910 pollfd fds[1];
991 pollfd fds[1];
/freebsd-current/contrib/xz/src/xz/
H A Dfile_io.c184 struct pollfd pfd[2];
/freebsd-current/crypto/openssh/
H A Dpacket.c1341 struct pollfd pfd;
2043 struct pollfd pfd;
H A Dclientloop.c683 client_wait_until_can_do_something(struct ssh *ssh, struct pollfd **pfdp,
693 /* Prepare channel poll. First two pollfd entries are reserved */
710 /* Monitor server connection on reserved pollfd entries */
1446 struct pollfd *pfd = NULL;
H A Dsftp-server.c2035 struct pollfd pfd[2];
H A Dmonitor.c475 struct pollfd pfd[2];
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c403 struct pollfd pfd;
/freebsd-current/contrib/sendmail/libmilter/
H A Dengine.c1874 struct pollfd pfd;
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c1049 struct pollfd pfd[1];
/freebsd-current/sys/arm64/linux/
H A Dlinux_proto.h323 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1991 struct pollfd pfd;
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.c180 struct pollfd set[PFD_MAX];
/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dtty_update.c383 struct pollfd fds[1];
/freebsd-current/usr.bin/truss/
H A Dsyscalls.c1914 struct pollfd *pfd;
1916 size_t bytes = sizeof(struct pollfd) * numfds;
1920 err(1, "Cannot malloc %zu bytes for pollfd array",
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1468 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout,
1482 int __dfso_poll(struct pollfd *fds, nfds_t nfds, int timeout,
/freebsd-current/contrib/libpcap/
H A Dpcap-linux.c3441 struct pollfd pollinfo[2];

Completed in 543 milliseconds

12345678