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()
2180 mach_msg_type_number_t read_size; in test_read_null_map() local
2186 …assert_mach_return(mach_vm_read(VM_MAP_NULL, address, size, &read_address, &read_size), MACH_SEND_… in test_read_null_map()
2199 mach_msg_type_number_t read_size; in test_read_partially_deallocated_range() local
2207 assert_read_return(address, size, &read_address, &read_size, KERN_INVALID_ADDRESS); in test_read_partially_deallocated_range()
2219 mach_msg_type_number_t read_size; in test_read_partially_unreadable_range() local
2232 assert_read_return(address, size, &read_address, &read_size, kr_expected); in test_read_partially_unreadable_range()
2255 mach_msg_type_number_t read_size; in read_edge_size() local
2259 kr = mach_vm_read(this_task, addresses[i], size, &read_address, &read_size); in read_edge_size()
2304 mach_msg_type_number_t read_size; in test_read_wrapped_around_ranges() local
2310 kr = mach_vm_read(this_task, ranges[i].address, ranges[i].size, &read_address, &read_size); in test_read_wrapped_around_ranges()
2336 mach_vm_size_t read_size = get_vm_size(); in write_read_verify_pattern() local
2340 pattern_name, (uintmax_t)read_address, (uintmax_t)read_size, (uintmax_t)read_size); in write_read_verify_pattern()
2341 …filter_addresses_do_else(filter, reversed, read_address, read_size, verify_address, read_zero, add… in write_read_verify_pattern()