Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/tests/
H A Dcopyio_tests.c57 user_addr_t unmapped_addr; member
139 err = copyin(data->unmapped_addr, NULL, 0); in copyin_test()
142 err = copyin(data->unmapped_addr, in_buf, copyio_test_buf_size); in copyin_test()
144 err = copyin(data->unmapped_addr - PAGE_SIZE, in_buf, PAGE_SIZE * 2); in copyin_test()
186 err = copyout(NULL, data->unmapped_addr, 0); in copyout_test()
189 err = copyout(out_buf, data->unmapped_addr, copyio_test_buf_size); in copyout_test()
191 err = copyout(out_buf, data->unmapped_addr - PAGE_SIZE, PAGE_SIZE * 2); in copyout_test()
247 err = copyinstr(data->unmapped_addr, in_buf, copyio_test_buf_size, &lencopied); in copyinstr_test()
317 err = copyoutstr(copyio_test_string, data->unmapped_addr, strlen(copyio_test_string), &lencopied); in copyoutstr_test()
319 …err = copyoutstr(copyio_test_string, data->unmapped_addr - 1, strlen(copyio_test_string), &lencopi… in copyoutstr_test()
[all …]