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

/freebsd-13-stable/sys/kern/
H A Dkern_event.c115 struct kevent_copyops *k_ops,
124 struct kevent_copyops *k_ops, const char *struct_name);
1104 struct kevent_copyops k_ops = { local
1119 return (kern_kevent_generic(td, &gk_args, &k_ops, "kevent"));
1124 struct kevent_copyops *k_ops, const char *struct_name)
1143 uap->nchanges, k_ops->kevent_size);
1147 k_ops, tsp);
1152 td->td_retval[0], k_ops->kevent_size);
1254 struct kevent_copyops k_ops = { local
1269 return (kern_kevent_generic(td, &gk_args, &k_ops, "kevent_freebsd1
1123 kern_kevent_generic(struct thread *td, struct g_kevent_args *uap, struct kevent_copyops *k_ops, const char *struct_name) argument
1274 kern_kevent(struct thread *td, int fd, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1297 kqueue_kevent(struct kqueue *kq, struct thread *td, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1338 kern_kevent_fp(struct thread *td, struct file *fp, int nchanges, int nevents, struct kevent_copyops *k_ops, const struct timespec *timeout) argument
1357 kern_kevent_anonymous(struct thread *td, int nevents, struct kevent_copyops *k_ops) argument
1872 kqueue_scan(struct kqueue *kq, int maxevents, struct kevent_copyops *k_ops, const struct timespec *tsp, struct kevent *keva, struct thread *td) argument
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_event.c345 struct kevent_copyops k_ops = { &ciargs, local
412 error = kern_kevent_fp(td, epfp, nchanges, 0, &k_ops, NULL);
430 struct kevent_copyops k_ops = { &coargs, local
485 error = kern_kevent_fp(td, epfp, 0, maxevents, &k_ops, tsp);
541 struct kevent_copyops k_ops = { &ciargs, local
548 return (kern_kevent_fp(td, epfp, 1, 0, &k_ops, NULL));
/freebsd-13-stable/sys/sys/
H A Dsyscallsubr.h175 struct kevent_copyops *k_ops, const struct timespec *timeout);
177 struct kevent_copyops *k_ops);
179 int nevents, struct kevent_copyops *k_ops,
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c715 struct kevent_copyops k_ops = { local
740 &k_ops, tsp);
812 struct kevent_copyops k_ops = { local
838 &k_ops, tsp);

Completed in 83 milliseconds