Lines Matching defs:data
48 * accesses to random pages in the map (reading & writing and comparing data).
50 * The test fails if a child sees incorrect data.
55 * the map to make sure it has the correct data.
125 uchar_t data;
212 for (i = 0, data = 0; i < pagesize; i++) {
213 *(buf + i) = (data + pattern) & 0xff;
214 if (++data == nprocs)
215 data = 0;
355 (void)fprintf(stderr, "map data incorrect!\n");
358 (void)printf("map data okay\n");
403 "child %d: invalid data <x%x>",
434 * Make sure file has all the correct data.
444 * Compare read bytes of data.
449 "bad map data: exp %c got %c)",