Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dmach_service_port.c44 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
162 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
170 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
212 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT,
H A Dbootstrap_msgfilter.c41 .flags = MPO_SERVICE_PORT |
/xnu-8020.101.4/osfmk/ipc/
H A Dmach_port.c2560 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct()
2598 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
2665 (options->flags & MPO_SERVICE_PORT)); in mach_port_construct()
2672 port->ip_service_port = (bool)(options->flags & MPO_SERVICE_PORT); in mach_port_construct()
2687 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
2698 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
/xnu-8020.101.4/osfmk/mach/
H A Dport.h435 #define MPO_SERVICE_PORT 0x400 /* Create a service port with the given name; should be use… macro