Lines Matching refs:data
50 * to random pages in the map (reading & writing and comparing data).
65 * file to make sure it has the correct data.
85 * be left before the data, meaning that the
179 uchar_t data;
342 for (i = 0, data = 0; i < pagesize; i++) {
343 *(buf + i) = (data + pattern) & 0xff;
344 if (++data == nprocs)
345 data = 0;
347 for (data = 0; i < pagesize + growsize; i++) {
348 *(buf + i) = (data + pattern) & 0xff;
349 if (++data == nprocs)
350 data = 0;
496 (void)fprintf(stderr, "file data incorrect!\n");
501 (void)printf("file data okay\n");
643 (void)fprintf(stderr, "child %d: invalid data "
781 * Make sure file has all the correct data.
852 * Compare read bytes of data.
858 "read bad data: exp %c got %c",