Lines Matching defs:data
13 * to random pages in the map (reading & writing and comparing data).
21 * file to make sure it has the correct data.
182 tst_brk(TFAIL, "child %d: invalid data <x%x>\n"
201 /* Make sure file has all the correct data. */
227 tst_brk(TFAIL, "missing data: read %lu of %ld bytes",
230 /* Compare read bytes of data. */
234 "read bad data: exp %c got %c, pg %d off %d, (fsize %lld)",
274 unsigned char data;
287 for (i = 0, data = 0; i < (int)pagesize; i++) {
288 *(buf + i) = (data + pattern) & 0xff;
289 if (++data == nprocs)
290 data = 0;
340 tst_res(TPASS, "file has expected data");
359 "When non-zero, causes the sparse area to be left before the data, "