Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/tests/
H A Dcopyio_tests.c50 struct copyio_test_data { struct
71 typedef int (*copyio_thread_fn_t)(struct copyio_test_data *); argument
75 struct copyio_test_data *data;
89 copyio_test_run_in_thread(copyio_thread_fn_t fn, struct copyio_test_data *data) in copyio_test_run_in_thread()
109 copyio_test_protect(struct copyio_test_data *data, vm_prot_t prot) in copyio_test_protect()
116 copyin_from_kernel(struct copyio_test_data *data) in copyin_from_kernel()
123 copyin_test(struct copyio_test_data *data) in copyin_test()
163 copyout_to_kernel(struct copyio_test_data *data) in copyout_to_kernel()
170 copyout_test(struct copyio_test_data *data) in copyout_test()
211 copyinstr_from_kernel(struct copyio_test_data *data) in copyinstr_from_kernel()
[all …]