| /components/drivers/include/ipc/ |
| A D | poll.h | 21 struct rt_pollreq; 22 typedef void (*poll_queue_proc)(rt_wqueue_t *, struct rt_pollreq *); 24 typedef struct rt_pollreq struct
|
| /components/net/sal/dfs_net/ |
| A D | dfs_net.c | 100 static int dfs_net_poll(struct dfs_file *file, struct rt_pollreq *req) in dfs_net_poll() 102 extern int sal_poll(struct dfs_file *file, struct rt_pollreq *req); in dfs_net_poll()
|
| /components/dfs/dfs_v1/include/ |
| A D | dfs_file.h | 21 struct rt_pollreq; 34 int (*poll) (struct dfs_file *fd, struct rt_pollreq *req);
|
| /components/libc/posix/io/eventfd/ |
| A D | eventfd.c | 44 static int eventfd_poll(struct dfs_file *file, struct rt_pollreq *req); 49 static int eventfd_poll(struct dfs_file *file, struct rt_pollreq *req); 86 static int eventfd_poll(struct dfs_file *file, struct rt_pollreq *req) in eventfd_poll()
|
| /components/net/sal/impl/ |
| A D | af_inet_at.c | 28 static int at_poll(struct dfs_file *file, struct rt_pollreq *req) in at_poll()
|
| A D | af_inet_lwip.c | 248 static int inet_poll(struct dfs_file *file, struct rt_pollreq *req) in inet_poll()
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_file.h | 32 struct rt_pollreq; 49 int (*poll)(struct dfs_file *file, struct rt_pollreq *req);
|
| /components/libc/posix/io/signalfd/ |
| A D | signalfd.c | 39 static int signalfd_poll(struct dfs_file *file, struct rt_pollreq *req); 83 static int signalfd_poll(struct dfs_file *file, struct rt_pollreq *req) in signalfd_poll()
|
| /components/net/sal/include/ |
| A D | sal_low_lvl.h | 89 int (*poll) (struct dfs_file *file, struct rt_pollreq *req);
|
| /components/libc/posix/io/timerfd/ |
| A D | timerfd.c | 51 static int timerfd_poll(struct dfs_file *file, struct rt_pollreq *req); 95 static int timerfd_poll(struct dfs_file *file, struct rt_pollreq *req) in timerfd_poll()
|
| /components/drivers/block/ |
| A D | blk_dfs.c | 223 static int blk_fops_poll(struct dfs_file *file, struct rt_pollreq *req) in blk_fops_poll()
|
| /components/lwp/terminal/ |
| A D | tty_ptmx.c | 228 static int ptm_fops_poll(struct dfs_file *file, struct rt_pollreq *req) in ptm_fops_poll()
|
| A D | tty_device.c | 244 static int tty_fops_poll(struct dfs_file *file, struct rt_pollreq *req) in tty_fops_poll()
|
| A D | bsd_porting.h | 674 typedef int fo_poll_t(struct lwp_tty *tp, struct rt_pollreq *rq, struct ucred *active_cred,
|
| /components/libc/posix/io/epoll/ |
| A D | epoll.c | 70 static int epoll_poll(struct dfs_file *file, struct rt_pollreq *req); 160 static int epoll_poll(struct dfs_file *file, struct rt_pollreq *req) in epoll_poll()
|
| /components/dfs/dfs_v1/filesystems/devfs/ |
| A D | devfs.c | 373 static int dfs_device_fs_poll(struct dfs_file *fd, struct rt_pollreq *req) in dfs_device_fs_poll()
|
| /components/utilities/rt-link/src/ |
| A D | rtlink_dev.c | 113 int rtlink_fops_poll(struct dfs_file *fd, struct rt_pollreq *req) in rtlink_fops_poll()
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devfs.c | 255 static int dfs_devfs_poll(struct dfs_file *file, struct rt_pollreq *req) in dfs_devfs_poll()
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | procfs.c | 208 static int dfs_procfs_poll(struct dfs_file *file, struct rt_pollreq *req) in dfs_procfs_poll()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_pts.c | 378 static int ptsdev_poll(struct lwp_tty *tp, struct rt_pollreq *req, in ptsdev_poll()
|
| /components/drivers/usb/cherryusb/platform/rtthread/ |
| A D | usbh_serial.c | 520 static int usbh_serial_fops_poll(struct dfs_file *fd, struct rt_pollreq *req) in usbh_serial_fops_poll()
|
| /components/lwp/ |
| A D | lwp_ipc.c | 1009 static int channel_fops_poll(struct dfs_file *file, struct rt_pollreq *req) in channel_fops_poll()
|
| /components/drivers/serial/ |
| A D | dev_serial.c | 194 static int serial_fops_poll(struct dfs_file *fd, struct rt_pollreq *req) in serial_fops_poll()
|
| A D | dev_serial_v2.c | 226 static int serial_fops_poll(struct dfs_file *fd, struct rt_pollreq *req) in serial_fops_poll()
|
| /components/net/sal/src/ |
| A D | sal_socket.c | 1492 int sal_poll(struct dfs_file *file, struct rt_pollreq *req) in sal_poll()
|