Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/ !
H A Dmach_service_port.c73 .flags = MPO_CONNECTION_PORT,
202 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
229 .flags = MPO_CONNECTION_PORT,
263 .flags = MPO_CONNECTION_PORT,
H A Dstackshot_tests.m2050 | MPO_CONNECTION_PORT,
/xnu-11215.81.4/osfmk/mach/ !
H A Dport.h480 #define MPO_CONNECTION_PORT 0x800 /* Derive new peer connection port from a given … macro
/xnu-11215.81.4/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()
2753 if (options->flags & MPO_CONNECTION_PORT) { in mach_port_construct()
2813 assert(options->flags & MPO_CONNECTION_PORT); in mach_port_construct()