Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dport.h471 #define MPO_TEMPOWNER 0x04 /* Set the tempowner bit of the port */ macro
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2793 if (options->flags & (MPO_IMPORTANCE_RECEIVER | MPO_DENAP_RECEIVER | MPO_TEMPOWNER)) { in mach_port_construct()
2797 if (options->flags & MPO_TEMPOWNER) { in mach_port_construct()
/xnu-11215.1.10/tests/
H A Dstackshot_tests.m2177 …ags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOWNER,