HomeSort by: relevance | last modified time | path
    Searched refs:k_ops (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/sun/
kbd.c 211 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 != NULL && k->k_ops->setleds != NULL
    [all...]
kbdvar.h 59 const struct kbd_ops *k_ops; member in struct:kbd_softc
kbd_zs.c 138 k->k_kbd.k_ops = &kbd_ops_sun;
sunkbd.c 159 k->k_kbd.k_ops = &kbd_ops_sun;
  /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);
  /src/sys/arch/sparc/dev/
kbd_pckbport.c 207 kbd->k_ops = &kbd_ops_pckbport;
  /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);

Completed in 18 milliseconds