/src/sys/dev/sun/ |
kbdvar.h | 59 const struct kbd_ops *k_ops; member in struct:kbd_softc
|
kbdvar.h | 59 const struct kbd_ops *k_ops; member in struct:kbd_softc
|
/src/sys/kern/ |
sys_epoll.c | 256 struct kevent_ops k_ops = { local in function:epoll_ctl_common 334 error = kevent1(retval, epfd, kev, nchanges, NULL, 0, NULL, &k_ops); 385 struct kevent_ops k_ops = { local in function:epoll_wait_common 421 maxevents, tsp, &k_ops); 498 struct kevent_ops k_ops = { local in function:epoll_register_kevent 507 return kevent1(retval, epfd, &kev, 1, NULL, 0, NULL, &k_ops);
|
sys_epoll.c | 256 struct kevent_ops k_ops = { local in function:epoll_ctl_common 334 error = kevent1(retval, epfd, kev, nchanges, NULL, 0, NULL, &k_ops); 385 struct kevent_ops k_ops = { local in function:epoll_wait_common 421 maxevents, tsp, &k_ops); 498 struct kevent_ops k_ops = { local in function:epoll_register_kevent 507 return kevent1(retval, epfd, &kev, 1, NULL, 0, NULL, &k_ops);
|
/src/sys/compat/linux/common/ |
linux_inotify.c | 431 struct kevent_ops k_ops = { local in function:linux_sys_inotify_add_watch 523 &k_ops); 622 struct kevent_ops k_ops = { local in function:inotify_close_wd 648 error = kevent1(&retval, ifd->ifd_kqfd, &kev, 1, NULL, 0, NULL, &k_ops);
|
linux_inotify.c | 431 struct kevent_ops k_ops = { local in function:linux_sys_inotify_add_watch 523 &k_ops); 622 struct kevent_ops k_ops = { local in function:inotify_close_wd 648 error = kevent1(&retval, ifd->ifd_kqfd, &kev, 1, NULL, 0, NULL, &k_ops);
|