Home
last modified time | relevance | path

Searched refs:k_ops (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_event.c113 struct kevent_copyops *k_ops,
122 struct kevent_copyops *k_ops, const char *struct_name);
1131 struct kevent_copyops k_ops = { in sys_kevent() local
1146 return (kern_kevent_generic(td, &gk_args, &k_ops, "kevent")); in sys_kevent()
1151 struct kevent_copyops *k_ops, const char *struct_name) in kern_kevent_generic() argument
1170 uap->nchanges, k_ops->kevent_size); in kern_kevent_generic()
1174 k_ops, tsp); in kern_kevent_generic()
1179 td->td_retval[0], k_ops->kevent_size); in kern_kevent_generic()
1281 struct kevent_copyops k_ops = { in freebsd11_kevent() local
1296 return (kern_kevent_generic(td, &gk_args, &k_ops, "freebsd11_kevent")); in freebsd11_kevent()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_event.c288 struct kevent_copyops k_ops = { &ciargs, in linux_epoll_ctl() local
355 error = kern_kevent_fp(td, epfp, nchanges, 0, &k_ops, NULL); in linux_epoll_ctl()
374 struct kevent_copyops k_ops = { &coargs, in linux_epoll_wait_ts() local
412 error = kern_kevent_fp(td, epfp, 0, maxevents, &k_ops, tsp); in linux_epoll_wait_ts()
535 struct kevent_copyops k_ops = { &ciargs, in epoll_register_kevent() local
542 return (kern_kevent_fp(td, epfp, 1, 0, &k_ops, NULL)); in epoll_register_kevent()
/freebsd/sys/sys/
H A Dsyscallsubr.h206 struct kevent_copyops *k_ops, const struct timespec *timeout);
208 struct kevent_copyops *k_ops);
210 int nevents, struct kevent_copyops *k_ops,
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c774 struct kevent_copyops k_ops = { in freebsd32_kevent() local
799 &k_ops, tsp); in freebsd32_kevent()
871 struct kevent_copyops k_ops = { in freebsd11_freebsd32_kevent() local
897 &k_ops, tsp); in freebsd11_freebsd32_kevent()