Home
last modified time | relevance | path

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

/freebsd/tools/regression/aio/aiop/
H A Daiop.c79 IOT_WRITE = 0x02 enumerator
98 else if (iomask == IOT_WRITE) in choose_aio()
99 return IOT_WRITE; in choose_aio()
100 return (random() & 0x01 ? IOT_READ : IOT_WRITE); in choose_aio()
157 iowhat = IOT_READ | IOT_WRITE; in main()
159 iowhat = IOT_WRITE; in main()
170 else if (iowhat == IOT_WRITE) in main()