Home
last modified time | relevance | path

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

/xnu-8019.80.24/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 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.c790 .flags = MPO_INSERT_SEND_RIGHT, in thread_at_maintenance()
H A Dkevent_qos.c1521 .flags = MPO_INSERT_SEND_RIGHT, in qos_client_send_to_connection_then_service_port()
H A Dstackshot_tests.m1571 .flags = MPO_INSERT_SEND_RIGHT,
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_right.c60 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
/xnu-8019.80.24/osfmk/mach/
H A Dport.h429 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_port.c2628 if (options->flags & MPO_INSERT_SEND_RIGHT) { in mach_port_construct()
2800 (options->flags & MPO_INSERT_SEND_RIGHT) ? -1 : 0, context); in mach_port_construct()