Home
last modified time | relevance | path

Searched defs:knote (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Devent.h252 struct knote { struct
270 #define KN_DETACHED 0x08U /* knote is detached */ argument
/netbsd-src/sys/kern/
H A Dkern_event.c2770 knote(struct klist *list, long hint) in knote() function