Searched refs:poll_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/capsicum-test/
H A Dlinux.cc74 struct pollfd poll_fd; local
76 poll_fd.revents = 0;
77 poll_fd.events = POLLIN;
79 case 0: poll_fd.fd = cap_fd_ro; break;
80 case 1: poll_fd.fd = cap_fd_wo; break;
81 case 2: poll_fd.fd = cap_fd_rw; break;
84 EXPECT_OK(poll(&poll_fd, 1, 400));
85 EXPECT_EQ(0, (poll_fd.revents & POLLIN));
86 EXPECT_NE(0, (poll_fd.revents & POLLNVAL));
89 poll_fd
172 struct pollfd poll_fd; local
223 struct pollfd poll_fd; local
462 struct pollfd poll_fd; local
[all...]

Completed in 94 milliseconds