Home
last modified time | relevance | path

Searched refs:MPO_REPLY_PORT (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/libsyscall/mach/
H A Dmig_reply_port.c70 .flags = MPO_REPLY_PORT, in mig_get_reply_port()
/xnu-11215.1.10/tests/
H A Dvoucher_entry_18826844.c25 .flags = MPO_REPLY_PORT,
H A Dreply_port_defense_client.c68 .flags = MPO_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_reply_port()
H A Dstackshot_tests.m2055 .flags = MPO_REPLY_PORT
/xnu-11215.1.10/osfmk/mach/
H A Dport.h481 #define MPO_REPLY_PORT 0x1000 /* Designate port as a reply port. */ macro
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2646 at_most_one_flags = options->flags & (MPO_REPLY_PORT | MPO_ENFORCE_REPLY_PORT_SEMANTICS | in mach_port_construct()
2665 if (options->flags & MPO_REPLY_PORT) { in mach_port_construct()