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

/freebsd-9.3-release/tools/regression/aio/aiop/
H A Daiop.c77 IOT_READ = 0x01, enumerator in enum:__anon10632
97 if (iomask == IOT_READ)
98 return IOT_READ;
101 return (random() & 0x01 ? IOT_READ : IOT_WRITE);
113 if (iot == IOT_READ)
151 iowhat = IOT_READ;
153 iowhat = IOT_READ | IOT_WRITE;
166 if (iowhat == IOT_READ)

Completed in 30 milliseconds