Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/tests/
H A Dcopyio_tests.c56 user_addr_t unmapped_addr; member
138 err = copyin(data->unmapped_addr, NULL, 0); in copyin_test()
141 err = copyin(data->unmapped_addr, in_buf, copyio_test_buf_size); in copyin_test()
143 err = copyin(data->unmapped_addr - PAGE_SIZE, in_buf, PAGE_SIZE * 2); in copyin_test()
185 err = copyout(NULL, data->unmapped_addr, 0); in copyout_test()
188 err = copyout(out_buf, data->unmapped_addr, copyio_test_buf_size); in copyout_test()
190 err = copyout(out_buf, data->unmapped_addr - PAGE_SIZE, PAGE_SIZE * 2); in copyout_test()
246 err = copyinstr(data->unmapped_addr, in_buf, copyio_test_buf_size, &lencopied); in copyinstr_test()
316 err = copyoutstr(copyio_test_string, data->unmapped_addr, strlen(copyio_test_string), &lencopied); in copyoutstr_test()
318 …err = copyoutstr(copyio_test_string, data->unmapped_addr - 1, strlen(copyio_test_string), &lencopi… in copyoutstr_test()
[all …]