Home
last modified time | relevance | path

Searched refs:EVFILT_LIO (Results 1 – 4 of 4) sorted by relevance

/f-stack/lib/
H A Dff_event.h48 #define EVFILT_LIO (-10) /* attached to lio requests */ macro
/f-stack/tools/compat/include/sys/
H A Devent.h43 #define EVFILT_LIO (-10) /* attached to lio requests */ macro
/f-stack/freebsd/sys/
H A Devent.h46 #define EVFILT_LIO (-10) /* attached to lio requests */ macro
/f-stack/freebsd/kern/
H A Dvfs_aio.c409 kqueue_add_filteropts(EVFILT_LIO, &lio_filtops); in aio_onceonly()
2255 kev.filter = EVFILT_LIO; in kern_lio_listio()