Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dmach_service_port.c65 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
202 .flags = MPO_CONNECTION_PORT | MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
210 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
218 .flags = MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD,
252 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT,
H A Dreply_port_defense_client.c51 .flags = MPO_PROVISIONAL_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_provisional_reply_port()
68 .flags = MPO_REPLY_PORT | MPO_INSERT_SEND_RIGHT, in alloc_reply_port()
263 .flags = MPO_INSERT_SEND_RIGHT | MPO_EXCEPTION_PORT, in exception_ports_crash()
H A Dbootstrap_msgfilter.c43 MPO_INSERT_SEND_RIGHT |
H A Dipc_mach_port.c52 .flags = MPO_INSERT_SEND_RIGHT, in make_sr_port()
H A Dkqueue_port_tests.c89 .flags = MPO_INSERT_SEND_RIGHT,
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.m1789 .flags = MPO_INSERT_SEND_RIGHT,
2046 .flags = MPO_INSERT_SEND_RIGHT
2177 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
/xnu-11215.1.10/tests/workq/
H A Dworkq_83476290.c24 .flags = MPO_INSERT_SEND_RIGHT,
/xnu-11215.1.10/libsyscall/mach/
H A Dmach_right.c67 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
/xnu-11215.1.10/tests/ipc/
H A Dhardened_exceptions.c131 .flags = MPO_INSERT_SEND_RIGHT | MPO_EXCEPTION_PORT, in create_hardened_exception_port()
H A Dsys_perf_notify_test.c120 .flags = MPO_INSERT_SEND_RIGHT, in run_test()
H A Dmach_msg_transport.c44 #define t_port_construct() t_port_construct_full(MPO_INSERT_SEND_RIGHT, 1)
478 port = t_port_construct_full(MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD, 1); in t_mach_msg_descriptor_guarded_port()
/xnu-11215.1.10/osfmk/mach/
H A Dport.h473 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2657 if (options->flags & MPO_INSERT_SEND_RIGHT) { in mach_port_construct()