Searched refs:EVFILT_LIO (Results 1 – 4 of 4) sorted by relevance
164 EVFILT_LIO, EV_ONESHOT, 0, 0, iocb[j]); in main()
157 ATF_REQUIRE_EQ(EVFILT_LIO, kq_returned.filter); in ATF_TC_BODY()
43 #define EVFILT_LIO (-10) /* attached to lio requests */ macro
408 kqueue_add_filteropts(EVFILT_LIO, &lio_filtops); in aio_onceonly()2166 kev.filter = EVFILT_LIO; in kern_lio_listio()