Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/tests/ !
H A Dcopyio_tests.c60 user_addr_t unmapped_addr; member
142 err = copyin(data->unmapped_addr, NULL, 0); in copyin_test()
145 err = copyin(data->unmapped_addr, in_buf, copyio_test_buf_size); in copyin_test()
147 err = copyin(data->unmapped_addr - PAGE_SIZE, in_buf, PAGE_SIZE * 2); in copyin_test()
189 err = copyout(NULL, data->unmapped_addr, 0); in copyout_test()
192 err = copyout(out_buf, data->unmapped_addr, copyio_test_buf_size); in copyout_test()
194 err = copyout(out_buf, data->unmapped_addr - PAGE_SIZE, PAGE_SIZE * 2); in copyout_test()
250 err = copyinstr(data->unmapped_addr, in_buf, copyio_test_buf_size, &lencopied); in copyinstr_test()
320 err = copyoutstr(copyio_test_string, data->unmapped_addr, strlen(copyio_test_string), &lencopied); in copyoutstr_test()
322 …err = copyoutstr(copyio_test_string, data->unmapped_addr - 1, strlen(copyio_test_string), &lencopi… in copyoutstr_test()
[all …]