Searched refs:imm_port2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/tests/ipc/ |
| H A D | immovable_rights.c | 31 mach_port_t imm_port2; variable 34 kr = mach_port_construct(mach_task_self(), &opts2, 0, &imm_port2); 37 …kr = mach_port_guard_with_flags(mach_task_self(), imm_port2, 0x11, (uint64_t)MPG_IMMOVABLE_RECEIVE… 40 kr = mach_port_get_attributes(mach_task_self(), imm_port2, 46 kr = mach_port_swap_guard(mach_task_self(), imm_port2, 0x11, 0xde18); 49 kr = mach_port_unguard(mach_task_self(), imm_port2, 0xde18);
|