knote 1143 arch/i386/i386/apm.c SLIST_REMOVE(&sc->sc_note, kn, knote, kn_selnext); knote 885 dev/acpi/acpi.c SLIST_REMOVE(sc->sc_note, kn, knote, kn_selnext); knote 2995 dev/audio.c SLIST_REMOVE(&sc->sc_rsel.si_note, kn, knote, kn_selnext); knote 3013 dev/audio.c SLIST_REMOVE(&sc->sc_wsel.si_note, kn, knote, kn_selnext); knote 223 dev/hotplug.c SLIST_REMOVE(&hotplug_sel.si_note, kn, knote, kn_selnext); knote 1068 dev/rnd.c SLIST_REMOVE(&rnd_rsel.si_note, kn, knote, kn_selnext); knote 1086 dev/rnd.c SLIST_REMOVE(&rnd_wsel.si_note, kn, knote, kn_selnext); knote 1367 dev/usb/ugen.c SLIST_REMOVE(&sce->rsel.si_note, kn, knote, kn_selnext); knote 581 dev/usb/uhid.c SLIST_REMOVE(&sc->sc_rsel.si_note, kn, knote, kn_selnext); knote 617 dev/usb/usb.c SLIST_REMOVE(&usb_selevent.si_note, kn, knote, kn_selnext); knote 662 dev/usb/uscanner.c SLIST_REMOVE(&sc->sc_selq.si_note, kn, knote, kn_selnext); knote 178 kern/kern_event.c SLIST_REMOVE(&kq->kq_sel.si_note, kn, knote, kn_selnext); knote 243 kern/kern_event.c SLIST_REMOVE(&p->p_klist, kn, knote, kn_selnext); knote 960 kern/kern_event.c SLIST_REMOVE(list, kn, knote, kn_link); knote 1521 kern/kern_sig.c SLIST_REMOVE(&p->p_klist, kn, knote, kn_selnext); knote 239 kern/subr_log.c SLIST_REMOVE(&logsoftc.sc_selp.si_note, kn, knote, kn_selnext); knote 798 kern/sys_pipe.c SLIST_REMOVE(&rpipe->pipe_sel.si_note, kn, knote, kn_selnext); knote 803 kern/sys_pipe.c SLIST_REMOVE(&wpipe->pipe_sel.si_note, kn, knote, kn_selnext); knote 1113 kern/tty.c SLIST_REMOVE(&tp->t_rsel.si_note, kn, knote, kn_selnext); knote 1141 kern/tty.c SLIST_REMOVE(&tp->t_wsel.si_note, kn, knote, kn_selnext); knote 662 kern/tty_pty.c SLIST_REMOVE(&pti->pt_selr.si_note, kn, knote, kn_selnext); knote 692 kern/tty_pty.c SLIST_REMOVE(&pti->pt_selw.si_note, kn, knote, kn_selnext); knote 1231 kern/uipc_socket.c SLIST_REMOVE(&so->so_rcv.sb_sel.si_note, kn, knote, kn_selnext); knote 1262 kern/uipc_socket.c SLIST_REMOVE(&so->so_snd.sb_sel.si_note, kn, knote, kn_selnext); knote 537 miscfs/fifofs/fifo_vnops.c SLIST_REMOVE(&so->so_rcv.sb_sel.si_note, kn, knote, kn_selnext); knote 561 miscfs/fifofs/fifo_vnops.c SLIST_REMOVE(&so->so_snd.sb_sel.si_note, kn, knote, kn_selnext); knote 1071 net/bpf.c SLIST_REMOVE(&d->bd_sel.si_note, kn, knote, kn_selnext); knote 1007 net/if_tun.c SLIST_REMOVE(&tp->tun_rsel.si_note, kn, knote, kn_selnext); knote 1051 net/if_tun.c SLIST_REMOVE(&tp->tun_wsel.si_note, kn, knote, kn_selnext); knote 193 nfs/nfs_kq.c SLIST_REMOVE(&vp->v_selectinfo.si_note, kn, knote, kn_selnext); knote 121 sys/event.h #define KNOTE(list, hint) if ((list) != NULL) knote(list, hint) knote 137 sys/event.h SLIST_ENTRY(knote) kn_link; /* for fd */ knote 138 sys/event.h SLIST_ENTRY(knote) kn_selnext; /* for struct selinfo */ knote 139 sys/event.h TAILQ_ENTRY(knote) kn_tqe; knote 166 sys/event.h extern void knote(struct klist *list, long hint); knote 38 sys/eventvar.h TAILQ_HEAD(kqlist, knote) kq_head; /* list of pending event */ knote 1958 ufs/ufs/ufs_vnops.c SLIST_REMOVE(&vp->v_selectinfo.si_note, kn, knote, kn_selnext);