Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/
H A Dport.h483 #define MPO_PROVISIONAL_REPLY_PORT 0x4000 /* Designate port as a provisional reply port. */ macro
/xnu-11417.101.15/tests/
H A Dreply_port_defense_client.c53 .flags = MPO_PROVISIONAL_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_provisional_reply_port()
/xnu-11417.101.15/osfmk/ipc/
H A Dmach_port.c2429 MPO_EXCEPTION_PORT | MPO_PROVISIONAL_REPLY_PORT); in mach_port_construct()
2437 if ((options->flags & MPO_PROVISIONAL_REPLY_PORT) && in mach_port_construct()
2474 if (options->flags & MPO_PROVISIONAL_REPLY_PORT) { in mach_port_construct()