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

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c102 int fd, struct epoll_event *l_event, int *kev_flags,
300 int fd, struct epoll_event *l_event, int *kev_flags,
309 *kev_flags |= EV_ONESHOT;
311 *kev_flags |= EV_CLEAR;
313 *kev_flags |= EV_ERROR;
315 *kev_flags |= EV_EOF;
319 EV_SET(kevent++, fd, EVFILT_READ, *kev_flags, 0, 0, 0);
323 EV_SET(kevent++, fd, EVFILT_WRITE, *kev_flags, 0, 0, 0);
454 int kev_flags; local
487 kev_flags
299 epoll_to_kevent(struct thread *td, struct file *epfp, int fd, struct epoll_event *l_event, int *kev_flags, struct kevent *kevent, int *nkevents) argument
[all...]

Completed in 106 milliseconds