Home
last modified time | relevance | path

Searched refs:MPO_SERVICE_PORT (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/tests/
H A Dmach_service_port.c65 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
202 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
210 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
252 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT,
H A Dbootstrap_msgfilter.c42 .flags = MPO_SERVICE_PORT |
H A Dstackshot_tests.m2177 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2640 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct()
2705 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
2782 (options->flags & MPO_SERVICE_PORT)); in mach_port_construct()
2803 port->ip_service_port = (bool)(options->flags & MPO_SERVICE_PORT); in mach_port_construct()
2830 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
2841 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
/xnu-11215.1.10/osfmk/mach/
H A Dport.h479 #define MPO_SERVICE_PORT 0x400 /* Create a service port with the given name; sh… macro