Searched refs:MPO_INSERT_SEND_RIGHT (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.140.41/tests/ ! |
| H A D | mach_service_port.c | 44 .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 D | bootstrap_msgfilter.c | 42 MPO_INSERT_SEND_RIGHT |
|
| H A D | kqueue_port_tests.c | 89 .flags = MPO_INSERT_SEND_RIGHT,
|
| H A D | ipc_mach_port.c | 51 .flags = MPO_INSERT_SEND_RIGHT, in make_sr_port()
|
| H A D | turnstile_multihop.c | 749 .flags = MPO_INSERT_SEND_RIGHT, in thread_at_maintenance()
|
| H A D | kevent_qos.c | 1563 .flags = MPO_INSERT_SEND_RIGHT, in qos_client_send_to_connection_then_service_port()
|
| H A D | stackshot_tests.m | 1582 .flags = MPO_INSERT_SEND_RIGHT,
|
| /xnu-8020.140.41/tests/workq/ ! |
| H A D | workq_83476290.c | 24 .flags = MPO_INSERT_SEND_RIGHT,
|
| /xnu-8020.140.41/libsyscall/mach/ ! |
| H A D | mach_right.c | 60 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
|
| /xnu-8020.140.41/osfmk/mach/ ! |
| H A D | port.h | 429 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
|
| /xnu-8020.140.41/osfmk/ipc/ ! |
| H A D | mach_port.c | 2570 if (options->flags & MPO_INSERT_SEND_RIGHT) { in mach_port_construct() 2742 (options->flags & MPO_INSERT_SEND_RIGHT) ? -1 : 0, context); in mach_port_construct()
|