Searched refs:k_ops (Results 1 – 4 of 4) sorted by relevance
| /src/sys/kern/ |
| H A D | kern_event.c | 120 struct kevent_copyops *k_ops, 129 struct kevent_copyops *k_ops, const char *struct_name); 1295 struct kevent_copyops k_ops = { in sys_kevent() local 1310 return (kern_kevent_generic(td, &gk_args, &k_ops, "kevent")); in sys_kevent() 1315 struct kevent_copyops *k_ops, const char *struct_name) in kern_kevent_generic() argument 1334 uap->nchanges, k_ops->kevent_size); in kern_kevent_generic() 1338 k_ops, tsp); in kern_kevent_generic() 1343 td->td_retval[0], k_ops->kevent_size); in kern_kevent_generic() 1445 struct kevent_copyops k_ops = { in freebsd11_kevent() local 1460 return (kern_kevent_generic(td, &gk_args, &k_ops, "freebsd11_kevent")); in freebsd11_kevent() [all …]
|
| /src/sys/compat/linux/ |
| H A D | linux_event.c | 288 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()
|
| /src/sys/sys/ |
| H A D | syscallsubr.h | 205 struct kevent_copyops *k_ops, const struct timespec *timeout); 207 struct kevent_copyops *k_ops); 209 int nevents, struct kevent_copyops *k_ops,
|
| /src/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 811 struct kevent_copyops k_ops = { in freebsd32_kevent() local 836 &k_ops, tsp); in freebsd32_kevent() 908 struct kevent_copyops k_ops = { in freebsd11_freebsd32_kevent() local 934 &k_ops, tsp); in freebsd11_freebsd32_kevent()
|