Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dbsd-poll.h34 typedef struct pollfd { struct
38 } pollfd_t; argument
59 int poll(struct pollfd *, nfds_t, int); argument
/freebsd-9-stable/sys/sys/
Dpoll.h45 struct pollfd { struct
46 int fd; /* which file descriptor to poll */
47 short events; /* events we are interested in */
48 short revents; /* events found on return */
/freebsd-9-stable/contrib/tnftp/
Dtnftp.h138 struct pollfd { struct
139 int fd;
140 short events;
141 short revents;
/freebsd-9-stable/tools/regression/security/cap_test/
Dcap_test_capabilities.c110 struct pollfd pollfd; in try_file_ops() local
/freebsd-9-stable/lib/libusb/
Dlibusb10_io.c46 libusb10_add_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd, in libusb10_add_pollfd()
71 libusb10_remove_pollfd(libusb_context *ctx, struct libusb_super_pollfd *pollfd) in libusb10_remove_pollfd()
426 struct libusb_super_pollfd *pollfd; in libusb_get_pollfds() local
Dlibusb10.h64 struct libusb_pollfd pollfd; member
/freebsd-9-stable/tools/tools/netmap/
Dbridge.c160 struct pollfd pollfd[2]; in main() local
/freebsd-9-stable/contrib/bmake/
Djob.h92 #define pollfd emul_pollfd macro
/freebsd-9-stable/lib/libc/resolv/
Dres_send.c846 struct pollfd pollfd; in send_dg() local
/freebsd-9-stable/lib/libc/rpc/
Dsvc_vc.c466 struct pollfd pollfd; local
/freebsd-9-stable/contrib/ofed/management/opensm/opensm/
Dosm_console.c1245 struct pollfd pollfd[2]; in osm_console() local