Home
last modified time | relevance | path

Searched refs:MPG_IMMOVABLE_RECEIVE (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/tests/ipc/
H A Dimmovable_rights.c37 …kr = mach_port_guard_with_flags(mach_task_self(), imm_port2, 0x11, (uint64_t)MPG_IMMOVABLE_RECEIVE
/xnu-11215.1.10/osfmk/mach/
H A Dport.h587 #define MPG_IMMOVABLE_RECEIVE 0x02 /* Receive right cannot be moved out of the space */ macro
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2365 int immovable_receive = (flags & MPG_IMMOVABLE_RECEIVE)? 1 : 0; in mach_port_guard_locked()
2825 flags |= MPG_IMMOVABLE_RECEIVE; in mach_port_construct()