Searched refs:IOT_WRITE (Results 1 – 1 of 1) sorted by relevance
79 IOT_WRITE = 0x02 enumerator98 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()