Lines Matching refs:read_size

1327 	mach_msg_type_number_t read_size;  in read_deallocate()  local
1331 assert_read_success(address, size, &read_address, &read_size); in read_deallocate()
1335 (uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)read_address); in read_deallocate()
1347 T_QUIET; T_ASSERT_EQ((mach_vm_size_t)read_size, read_size, in read_deallocate()
1350 …(uintmax_t)read_size, (uintmax_t)read_size, (uintmax_t)(mach_vm_size_t)read_size, (uintmax_t)(mach… in read_deallocate()
1352 set_vm_size((mach_vm_size_t)read_size); in read_deallocate()
2217 mach_msg_type_number_t read_size; in test_read_null_map() local
2223 …assert_mach_return(mach_vm_read(VM_MAP_NULL, address, size, &read_address, &read_size), MACH_SEND_… in test_read_null_map()
2236 mach_msg_type_number_t read_size; in test_read_partially_deallocated_range() local
2244 assert_read_return(address, size, &read_address, &read_size, KERN_INVALID_ADDRESS); in test_read_partially_deallocated_range()
2256 mach_msg_type_number_t read_size; in test_read_partially_unreadable_range() local
2269 assert_read_return(address, size, &read_address, &read_size, kr_expected); in test_read_partially_unreadable_range()
2292 mach_msg_type_number_t read_size; in read_edge_size() local
2296 kr = mach_vm_read(this_task, addresses[i], size, &read_address, &read_size); in read_edge_size()
2341 mach_msg_type_number_t read_size; in test_read_wrapped_around_ranges() local
2347 kr = mach_vm_read(this_task, ranges[i].address, ranges[i].size, &read_address, &read_size); in test_read_wrapped_around_ranges()
2373 mach_vm_size_t read_size = get_vm_size(); in write_read_verify_pattern() local
2377 pattern_name, (uintmax_t)read_address, (uintmax_t)read_size, (uintmax_t)read_size); in write_read_verify_pattern()
2378 …filter_addresses_do_else(filter, reversed, read_address, read_size, verify_address, read_zero, add… in write_read_verify_pattern()