Home
last modified time | relevance | path

Searched defs:knlist (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Devent.h155 struct knlist { struct
171 #define KNF_LISTLOCKED 0x0001 /* knlist is locked */ argument
/f-stack/lib/
H A Dff_event.h225 struct knlist { struct
226 struct klist kl_list;
227 void (*kl_lock)(void *); /* lock function */
228 void (*kl_unlock)(void *);
229 void (*kl_assert_lock)(void *, int);
230 void *kl_lockarg; /* argument passed to lock functions */
231 int kl_autodestroy;
/f-stack/freebsd/sys/
H A Devent.h223 struct knlist { struct
237 #define KNF_LISTLOCKED 0x0001 /* knlist is locked */ argument