Searched refs:MPO_INSERT_SEND_RIGHT (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | mach_service_port.c | 65 .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 D | reply_port_defense_client.c | 51 .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 D | bootstrap_msgfilter.c | 43 MPO_INSERT_SEND_RIGHT |
|
| H A D | ipc_mach_port.c | 52 .flags = MPO_INSERT_SEND_RIGHT, in make_sr_port()
|
| H A D | kqueue_port_tests.c | 89 .flags = MPO_INSERT_SEND_RIGHT,
|
| 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 | 1789 .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 D | workq_83476290.c | 24 .flags = MPO_INSERT_SEND_RIGHT,
|
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | mach_right.c | 67 opts.flags |= MPO_INSERT_SEND_RIGHT; in mach_right_recv_construct()
|
| /xnu-11215.1.10/tests/ipc/ |
| H A D | hardened_exceptions.c | 131 .flags = MPO_INSERT_SEND_RIGHT | MPO_EXCEPTION_PORT, in create_hardened_exception_port()
|
| H A D | sys_perf_notify_test.c | 120 .flags = MPO_INSERT_SEND_RIGHT, in run_test()
|
| H A D | mach_msg_transport.c | 44 #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 D | port.h | 473 #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ macro
|
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | mach_port.c | 2657 if (options->flags & MPO_INSERT_SEND_RIGHT) { in mach_port_construct()
|