Searched refs:data_buf (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/tests/ |
| H A D | ioperf.c | 42 char *data_buf = NULL; variable 81 data_buf = malloc(IO_SIZE * 16); in io_perf_test_io_init() 82 T_ASSERT_NOTNULL(data_buf, "Data buffer allocation"); in io_perf_test_io_init() 86 T_ASSERT_GE_INT((int)read(rndfd, data_buf, IO_SIZE * 16), 0, "read /dev/urandom"); in io_perf_test_io_init() 96 T_ASSERT_GE_INT((int)write(fd, data_buf, IO_SIZE * 16), 0, "write test file"); in io_perf_test_io_init() 179 read(test_file_fd, data_buf, IO_SIZE); in perform_io() 184 ret = read(test_file_fd, data_buf, IO_SIZE); in perform_io()
|