Searched refs:copyio_test_string (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/tests/ |
| H A D | copyio_tests.c | 223 memcpy(data->kern_addr, copyio_test_string, sizeof(copyio_test_string)); in copyinstr_test() 233 cmp = memcmp(in_buf, copyio_test_string, sizeof(copyio_test_string)); in copyinstr_test() 243 cmp = memcmp(in_buf, copyio_test_string, strlen(copyio_test_string)); in copyinstr_test() 262 cmp = memcmp(in_buf, copyio_test_string, sizeof(copyio_test_string)); in copyinstr_test() 296 int err = copyoutstr(copyio_test_string, data->user_addr, sizeof(copyio_test_string), &lencopied); in copyoutstr_test() 300 int cmp = strncmp(data->kern_addr, copyio_test_string, sizeof(copyio_test_string)); in copyoutstr_test() 302 cmp = memcmp(data->kern_addr, copyio_test_string, sizeof(copyio_test_string)); in copyoutstr_test() 313 cmp = memcmp(data->kern_addr, copyio_test_string, sizeof(copyio_test_string)); in copyoutstr_test() 316 err = copyoutstr(copyio_test_string, data->unmapped_addr, strlen(copyio_test_string), &lencopied); in copyoutstr_test() 332 cmp = strncmp(data->kern_addr, copyio_test_string, sizeof(copyio_test_string)); in copyoutstr_test() [all …]
|