Searched refs:LIO_WRITE (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Daiocb.h134 * LIO_READ and LIO_WRITE were previously defined as FREAD and FWRITE as
137 * this header. The values of LIO_READ and LIO_WRITE must be identical
144 #define LIO_WRITE 0x02 /* Must match value of FWRITE in sys/file.h */ macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c96 aiocbp->aio_lio_opcode = LIO_WRITE;
260 case LIO_WRITE:
1313 aiocbp->aio_lio_opcode = LIO_WRITE;
1457 case LIO_WRITE:

Completed in 46 milliseconds