Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/
H A Dmach_service_port.c64 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
201 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
209 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
217 .flags = MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
251 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT,
H A Dreply_port_defense_client.c34 .flags = MPO_PROVISIONAL_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_provisional_reply_port()
51 .flags = MPO_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_reply_port()
H A Dbootstrap_msgfilter.c42 MPO_INSERT_SEND_RIGHT |
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.m1759 .flags = MPO_INSERT_SEND_RIGHT,
2016 .flags = MPO_INSERT_SEND_RIGHT
2147 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
/xnu-10002.1.13/tests/workq/
H A Dworkq_83476290.c24 .flags = MPO_INSERT_SEND_RIGHT,
/xnu-10002.1.13/libsyscall/mach/
H A Dmach_right.c60 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
/xnu-10002.1.13/osfmk/mach/
H A Dport.h431 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
/xnu-10002.1.13/osfmk/ipc/
H A Dmach_port.c2620 if (options->flags & MPO_INSERT_SEND_RIGHT) { in mach_port_construct()
2825 (options->flags & MPO_INSERT_SEND_RIGHT) ? -1 : 0, context); in mach_port_construct()