Searched refs:MPO_INSERT_SEND_RIGHT (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.1.13/tests/ |
| H A D | mach_service_port.c | 64 .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 D | reply_port_defense_client.c | 34 .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 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 | 1759 .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 D | workq_83476290.c | 24 .flags = MPO_INSERT_SEND_RIGHT,
|
| /xnu-10002.1.13/libsyscall/mach/ |
| H A D | mach_right.c | 60 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
|
| /xnu-10002.1.13/osfmk/mach/ |
| H A D | port.h | 431 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
|
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | mach_port.c | 2620 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()
|