Searched refs:startIO (Results 1 – 6 of 6) sorted by relevance
| /src/tools/test/upsdl/ |
| H A D | upsdl.c | 39 int startIO(int fd,char *buffer); 123 int startIO(int fd,char *buffer) in startIO() function 158 status = startIO(fdA,bufferA); in main() 166 status = startIO(fdB,bufferB); in main()
|
| /src/tools/test/stress2/misc/ |
| H A D | datamove.sh | 103 int startIO(int fd,char *buffer); 185 int startIO(int fd,char *buffer) 219 status = startIO(fdA,bufferA); 227 status = startIO(fdB,bufferB);
|
| H A D | datamove4.sh | 99 int startIO (int fd, char *buffer); 191 startIO(int fd, char *buffer) 227 status = startIO(fdA, bufferA); 234 status = startIO(fdB, bufferB);
|
| H A D | datamove3.sh | 109 int startIO(int, char *); 182 startIO(int fd, char *buffer) 232 status = startIO(fdA, bufferA); 238 status = startIO(fdB, bufferB);
|
| H A D | datamove2.sh | 92 int startIO (int fd, char *buffer); 184 startIO(int fd, char *buffer) 220 status = startIO(fdA, bufferA); 227 status = startIO(fdB, bufferB);
|
| H A D | datamove5.sh | 109 int startIO (int fd, char *buffer); 201 startIO(int fd, char *buffer) 237 status = startIO(fdA, bufferA); 244 status = startIO(fdB, bufferB);
|