Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dmach_service_port.c52 .flags = MPO_CONNECTION_PORT,
162 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
189 .flags = MPO_CONNECTION_PORT,
223 .flags = MPO_CONNECTION_PORT,
/xnu-8020.121.3/osfmk/mach/
H A Dport.h436 #define MPO_CONNECTION_PORT 0x800 /* Derive new peer connection port from a given service por… macro
/xnu-8020.121.3/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()
2646 if (options->flags & MPO_CONNECTION_PORT) { in mach_port_construct()