Home
last modified time | relevance | path

Searched refs:MPO_INSERT_SEND_RIGHT (Results 1 – 12 of 12) sorted by relevance

/xnu-8792.41.9/tests/
H A Dmach_service_port.c44 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
162 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
170 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
178 .flags = MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
212 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT,
H A Dbootstrap_msgfilter.c42 MPO_INSERT_SEND_RIGHT |
H A Dreply_port_defense_client.c34 .flags = MPO_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_reply_port()
H A Dkqueue_port_tests.c89 .flags = MPO_INSERT_SEND_RIGHT,
H A Dipc_mach_port.c51 .flags = MPO_INSERT_SEND_RIGHT, in make_sr_port()
H A Dturnstile_multihop.c749 .flags = MPO_INSERT_SEND_RIGHT, in thread_at_maintenance()
H A Dkevent_qos.c1563 .flags = MPO_INSERT_SEND_RIGHT, in qos_client_send_to_connection_then_service_port()
H A Dstackshot_tests.m1739 .flags = MPO_INSERT_SEND_RIGHT,
/xnu-8792.41.9/tests/workq/
H A Dworkq_83476290.c24 .flags = MPO_INSERT_SEND_RIGHT,
/xnu-8792.41.9/libsyscall/mach/
H A Dmach_right.c60 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
/xnu-8792.41.9/osfmk/mach/
H A Dport.h429 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
/xnu-8792.41.9/osfmk/ipc/
H A Dmach_port.c2559 if (options->flags & MPO_INSERT_SEND_RIGHT) { in mach_port_construct()
2759 (options->flags & MPO_INSERT_SEND_RIGHT) ? -1 : 0, context); in mach_port_construct()