Searched refs:bwrite (Results 1 – 1 of 1) sorted by relevance
55 char bwrite[BLK_SIZE] = { 0xf0 }; in do_test_with_offset() local82 if (write (temp_fd, bwrite, BLK_SIZE) != BLK_SIZE) in do_test_with_offset()91 if (memcmp (bwrite, bread, BLK_SIZE) != 0) in do_test_with_offset()
Completed in 2 milliseconds