Home
last modified time | relevance | path

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

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