Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Devent.h199 struct knote { struct
223 #define KN_DETACHED 0x0008 /* knote is detached */ argument
/dragonfly/sys/kern/
H A Dkern_event.c1809 knote(struct klist *list, long hint) in knote() function