Lines Matching refs:read_size

1319 	mach_msg_type_number_t read_size;  in read_deallocate()  local
1323 assert_read_success(address, size, &read_address, &read_size); in read_deallocate()
1327 (uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)read_address); in read_deallocate()
1339 T_QUIET; T_ASSERT_EQ((mach_vm_size_t)read_size, read_size, in read_deallocate()
1342 …(uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)(mach_vm_size_t)read_size, (uintmax_t)(mach… in read_deallocate()
1344 set_vm_size((mach_vm_size_t)read_size); in read_deallocate()
2169 mach_msg_type_number_t read_size; in test_read_null_map() local
2175 …assert_mach_return(mach_vm_read(VM_MAP_NULL, address, size, &read_address, &read_size), MACH_SEND_… in test_read_null_map()
2188 mach_msg_type_number_t read_size; in test_read_partially_deallocated_range() local
2196 assert_read_return(address, size, &read_address, &read_size, KERN_INVALID_ADDRESS); in test_read_partially_deallocated_range()
2208 mach_msg_type_number_t read_size; in test_read_partially_unreadable_range() local
2221 assert_read_return(address, size, &read_address, &read_size, kr_expected); in test_read_partially_unreadable_range()
2244 mach_msg_type_number_t read_size; in read_edge_size() local
2248 kr = mach_vm_read(this_task, addresses[i], size, &read_address, &read_size); in read_edge_size()
2293 mach_msg_type_number_t read_size; in test_read_wrapped_around_ranges() local
2299 kr = mach_vm_read(this_task, ranges[i].address, ranges[i].size, &read_address, &read_size); in test_read_wrapped_around_ranges()
2325 mach_vm_size_t read_size = get_vm_size(); in write_read_verify_pattern() local
2329 pattern_name, (uintmax_t)read_address, (uintmax_t)read_size, (uintmax_t)read_size); in write_read_verify_pattern()
2330 …filter_addresses_do_else(filter, reversed, read_address, read_size, verify_address, read_zero, add… in write_read_verify_pattern()