| /src/sys/dev/sun/ |
| 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 334 error = kevent1(retval, epfd, kev, nchanges, NULL, 0, NULL, &k_ops); 385 struct kevent_ops k_ops = { local 421 maxevents, tsp, &k_ops); 498 struct kevent_ops k_ops = { local 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 523 &k_ops); 622 struct kevent_ops k_ops = { local 648 error = kevent1(&retval, ifd->ifd_kqfd, &kev, 1, NULL, 0, NULL, &k_ops);
|