Searched refs:knote_lookup (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dknote.c84 knote_lookup(struct filter *filt, uintptr_t ident) function
H A Dprivate.h167 struct knote * knote_lookup(struct filter *, uintptr_t);
H A Dkevent.c140 kn = knote_lookup(filt, src->ident);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dproc.c83 kn = knote_lookup(filt, si.si_pid);
H A Dsignal.c92 kn = knote_lookup(filt, sig[i].ssi_signo);
H A Dsocket.c124 kn = knote_lookup(filt, ev->data.fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c87 kn = knote_lookup(filt, pid);
H A Dtimer.c226 kn = knote_lookup(filt, si.ident);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/solaris/
H A Dsocket.c126 kn = knote_lookup(filt, pe->portev_object);
H A Dtimer.c135 kn = knote_lookup(filt, timerid);

Completed in 129 milliseconds