Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dio.d144 inline int BIO_ONQUEUE = 0x04; variable
/freebsd/sys/sys/
H A Dbio.h58 #define BIO_ONQUEUE 0x04 /* This bio is in a queue & not yet taken. */ macro