Searched refs:mapBuffer (Results 1 – 6 of 6) sorted by relevance
| /src/tools/test/upsdl/ |
| H A D | upsdl.c | 38 int mapBuffer(char** bufferp,int fd1,int fd2); 97 int mapBuffer(char** bufferp,int fd1,int fd2) in mapBuffer() function 150 || (mapBuffer(&bufferA,fdDelayA,fdB)) in main() 151 || (mapBuffer(&bufferB,fdDelayB,fdA))) in main()
|
| /src/tools/test/stress2/misc/ |
| H A D | datamove.sh | 102 int mapBuffer(char** bufferp,int fd1,int fd2); 160 int mapBuffer(char** bufferp,int fd1,int fd2) 211 || (mapBuffer(&bufferA,fdDelayA,fdB)) 212 || (mapBuffer(&bufferB,fdDelayB,fdA)))
|
| H A D | datamove4.sh | 98 int mapBuffer (char **bufferp, int fd1, int fd2); 151 mapBuffer(char **bufferp, int fd1, int fd2) 220 || (mapBuffer(&bufferA, fdDelayA, fdB)) 221 || (mapBuffer(&bufferB, fdDelayB, fdA)))
|
| H A D | datamove3.sh | 108 void * mapBuffer(void *); 158 mapBuffer(void *ar) 218 if ((r = pthread_create(&threads[0], NULL, mapBuffer, (void *)0)) != 0) 220 if ((r = pthread_create(&threads[1], NULL, mapBuffer, (void *)1)) != 0)
|
| H A D | datamove2.sh | 91 int mapBuffer (char **bufferp, int fd1, int fd2); 144 mapBuffer(char **bufferp, int fd1, int fd2) 213 || (mapBuffer(&bufferA, fdDelayA, fdB)) 214 || (mapBuffer(&bufferB, fdDelayB, fdA)))
|
| H A D | datamove5.sh | 108 int mapBuffer (char **bufferp, int fd1, int fd2); 161 mapBuffer(char **bufferp, int fd1, int fd2) 230 || (mapBuffer(&bufferA, fdDelayA, fdB)) 231 || (mapBuffer(&bufferB, fdDelayB, fdA)))
|