Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 2 of 2) sorted by relevance

/xen/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c232 unsigned long bytes_read = 0; in _fuzz_rep_read() local
234 rc = data_read(ctxt, x86_seg_none, why, &bytes_read, sizeof(bytes_read)); in _fuzz_rep_read()
236 if ( bytes_read <= *reps ) in _fuzz_rep_read()
237 *reps = bytes_read; in _fuzz_rep_read()
/xen/tools/tests/x86_emulator/
A Dtest_x86_emulator.c539 static unsigned int bytes_read; variable
589 bytes_read += bytes; in read()
1283 bytes_read = 0; in main()
1298 bytes_read = 0; in main()
1305 if ( bytes_read != 4 ) in main()
1307 printf("%u bytes read - ", bytes_read); in main()

Completed in 12 milliseconds