Searched defs:k_ops (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/compat/linux/ |
H A D | linux_event.c | 288 struct kevent_copyops k_ops = { &ciargs, in linux_epoll_ctl() local 374 struct kevent_copyops k_ops = { &coargs, in linux_epoll_wait_ts() local 535 struct kevent_copyops k_ops = { &ciargs, in epoll_register_kevent() local
|
/freebsd-src/sys/kern/ |
H A D | kern_event.c | 1130 struct kevent_copyops k_ops = { in sys_kevent() local 1150 struct kevent_copyops *k_ops, const char *struct_name) in kern_kevent_generic() argument 1280 struct kevent_copyops k_ops = { in freebsd11_kevent() local 1301 kern_kevent(struct thread * td,int fd,int nchanges,int nevents,struct kevent_copyops * k_ops,const struct timespec * timeout) kern_kevent() argument 1324 kqueue_kevent(struct kqueue * kq,struct thread * td,int nchanges,int nevents,struct kevent_copyops * k_ops,const struct timespec * timeout) kqueue_kevent() argument 1368 kern_kevent_fp(struct thread * td,struct file * fp,int nchanges,int nevents,struct kevent_copyops * k_ops,const struct timespec * timeout) kern_kevent_fp() argument 1387 kern_kevent_anonymous(struct thread * td,int nevents,struct kevent_copyops * k_ops) kern_kevent_anonymous() argument 1915 kqueue_scan(struct kqueue * kq,int maxevents,struct kevent_copyops * k_ops,const struct timespec * tsp,struct kevent * keva,struct thread * td) kqueue_scan() argument [all...] |
/freebsd-src/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 772 struct kevent_copyops k_ops = { freebsd32_kevent() local 869 struct kevent_copyops k_ops = { freebsd11_freebsd32_kevent() local
|