Searched refs:MPO_SERVICE_PORT (Results 1 – 5 of 5) sorted by relevance
64 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,201 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,209 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,251 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT,
41 .flags = MPO_SERVICE_PORT |
2147 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
2603 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct()2668 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()2736 (options->flags & MPO_SERVICE_PORT)); in mach_port_construct()2743 port->ip_service_port = (bool)(options->flags & MPO_SERVICE_PORT); in mach_port_construct()2770 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()2781 if (options->flags & MPO_SERVICE_PORT) { in mach_port_construct()
437 #define MPO_SERVICE_PORT 0x400 /* Create a service port with the given name; sh… macro