Searched refs:mach_vm_write (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ ! |
| H A D | vm32_user.c | 240 return mach_vm_write(map, address, data, size); in vm32_write()
|
| H A D | vm_user.c | 898 mach_vm_write( in mach_vm_write() function
|
| /xnu-8019.80.24/tests/ ! |
| H A D | ipc_read_inspect.c | 292 kr = mach_vm_write(tport, in test_task_port_mig_intrans()
|
| /xnu-8019.80.24/tests/vm_memory_tests_src/ ! |
| H A D | vm_tests.c | 137 ret = mach_vm_write(lport, src, dest, countp); in mach_vm_client()
|
| /xnu-8019.80.24/osfmk/mach/ ! |
| H A D | mach_vm.defs | 243 routine mach_vm_write(
|
| /xnu-8019.80.24/tests/vm/ ! |
| H A D | vm_allocation.c | 913 …assert_mach_return(mach_vm_write(mach_task_self(), address, data, data_size), expected_kr, "mach_v… in assert_write_return() 2362 …assert_mach_return(mach_vm_write(VM_MAP_NULL, address, data, buffer_size), MACH_SEND_INVALID_DEST,… in test_write_null_map()
|