Home
last modified time | relevance | path

Searched refs:SI_UNMAPPED (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_physio.c105 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in physio()
H A Dvfs_aio.c1271 use_unmapped = (dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed; in aio_qbio()
/f-stack/freebsd/sys/
H A Dconf.h66 #define SI_UNMAPPED 0x0400 /* can handle unmapped I/O */ macro