Searched refs:wr_buffer (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c364 char wr_buffer[CPT_IO_SIZE]; local
524 local_result = pwrite(fd, &wr_buffer[current_byte], CPT_IO_SIZE - current_byte, current_byte);
566 if (pwrite(fd, wr_buffer, CPT_IO_SIZE, 0) > 0)
650 local_result = pwrite(fd, &wr_buffer[current_byte], CPT_IO_SIZE - current_byte, current_byte);

Completed in 15 milliseconds