Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Daio.h54 #define LIO_WAIT 0x1 macro
/freebsd-12-stable/tests/sys/aio/
Dlio_test.c130 ATF_REQUIRE_EQ(0, lio_listio(LIO_WAIT, &list, 0, NULL)); in ATF_TC_BODY()
/freebsd-12-stable/sys/kern/
Dvfs_aio.c2135 if ((mode != LIO_NOWAIT) && (mode != LIO_WAIT)) in kern_lio_listio()
2218 if (mode == LIO_WAIT) { in kern_lio_listio()
2274 if ((uap->mode != LIO_NOWAIT) && (uap->mode != LIO_WAIT)) in freebsd6_lio_listio()
2311 if ((uap->mode != LIO_NOWAIT) && (uap->mode != LIO_WAIT)) in sys_lio_listio()
2907 if ((uap->mode != LIO_NOWAIT) && (uap->mode != LIO_WAIT)) in freebsd6_freebsd32_lio_listio()
2953 if ((uap->mode != LIO_NOWAIT) && (uap->mode != LIO_WAIT)) in freebsd32_lio_listio()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_import.c960 if (lio_listio(LIO_WAIT, aiocbps, VDEV_LABELS, NULL) != 0) { in zpool_read_all_labels()