Home
last modified time | relevance | path

Searched defs:pollfd (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/sys/
H A Dpoll.h43 struct pollfd { struct
44 int fd; /* which file descriptor to poll */
45 short events; /* events we are interested in */
46 short revents; /* events found on return */
/dragonfly/contrib/tnftp/
H A Dtnftp.h151 struct pollfd { struct
152 int fd;
153 short events;
154 short revents;
/dragonfly/lib/libusb/
H A Dlibusb10_io.c51 libusb10_add_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd, in libusb10_add_pollfd()
76 libusb10_remove_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd) in libusb10_remove_pollfd()
425 struct libusb_super_pollfd *pollfd; in libusb_get_pollfds() local
H A Dlibusb10.h64 struct libusb_pollfd pollfd; member
/dragonfly/test/interbench/
H A Dhackbench.c34 struct pollfd pollfd = { .fd = wakefd, .events = POLLIN }; in ready() local
/dragonfly/contrib/bmake/
H A Djob.h92 #define pollfd emul_pollfd macro
/dragonfly/lib/libc/rpc/
H A Dsvc_vc.c446 struct pollfd pollfd; in read_vc() local
/dragonfly/lib/libc/resolv/
H A Dres_send.c869 struct pollfd pollfd; local
/dragonfly/contrib/dhcpcd/src/
H A Deloop.c188 struct pollfd *pollfd; member