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

/netbsd-current/sys/dev/sun/
H A Dkbd.c211 if (k->k_ops != NULL && k->k_ops->open != NULL)
212 if ((error = (*k->k_ops->open)(k)) != 0) {
239 if (k->k_ops != NULL && k->k_ops->close != NULL) {
241 if ((error = (*k->k_ops->close)(k)) != 0)
313 if (k->k_ops != NULL && k->k_ops->docmd != NULL)
314 error = (*k->k_ops->docmd)(k, *(int *)data, 1);
331 if (k->k_ops !
[all...]
H A Dkbdvar.h59 const struct kbd_ops *k_ops; member in struct:kbd_softc
H A Dkbd_zs.c138 k->k_kbd.k_ops = &kbd_ops_sun;
H A Dsunkbd.c159 k->k_kbd.k_ops = &kbd_ops_sun;
/netbsd-current/sys/kern/
H A Dsys_epoll.c256 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);
/netbsd-current/sys/arch/sparc/dev/
H A Dkbd_pckbport.c207 kbd->k_ops = &kbd_ops_pckbport;
/netbsd-current/sys/compat/linux/common/
H A Dlinux_inotify.c431 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);

Completed in 265 milliseconds