Searched refs:MACH_PORT_RIGHT_SEND (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/sys/mach/ |
| HD | port.h | 254 #define MACH_PORT_RIGHT_SEND ((mach_port_right_t) 0) macro 269 #define MACH_PORT_TYPE_SEND MACH_PORT_TYPE(MACH_PORT_RIGHT_SEND)
|
| /trueos/sys/sys/mach/ipc/ |
| HD | ipc_port.h | 370 MACH_PORT_RIGHT_SEND, \
|
| /trueos/lib/liblaunch/ |
| HD | libbootstrap.c | 82 kr = mach_port_mod_refs(mach_task_self(), bp, MACH_PORT_RIGHT_SEND, 1); in bootstrap_unprivileged()
|
| HD | libvproc.c | 91 mach_port_mod_refs(mach_task_self(), mp, MACH_PORT_RIGHT_SEND, 1); in vprocmgr_lookup_vproc()
|
| /trueos/sys/compat/mach/ipc/ |
| HD | mach_port.c | 798 case MACH_PORT_RIGHT_SEND: in mach_port_get_refs() 849 if (right == MACH_PORT_RIGHT_SEND || in mach_port_mod_refs()
|
| HD | ipc_right.c | 1116 case MACH_PORT_RIGHT_SEND: { in ipc_right_delta()
|
| /trueos/sys/compat/mach/defs/ |
| HD | mach_port.defs | 205 * MACH_PORT_RIGHT_SEND 257 * MACH_PORT_RIGHT_SEND
|
| /trueos/usr.sbin/notifyd/ |
| HD | notify_proc.c | 357 mach_port_mod_refs(mach_task_self(), c->port, MACH_PORT_RIGHT_SEND, +1); in register_port()
|
| /trueos/contrib/gdb/gdb/ |
| HD | gnu-nat.c | 1676 inf->wait.exc.handler, MACH_PORT_RIGHT_SEND, in S_exception_raise_request()
|
| /trueos/lib/libdispatch/src/ |
| HD | source.c | 4653 MACH_PORT_RIGHT_SEND, &ns)); in dispatch_debug_machport()
|
| /trueos/ |
| D | mach-compat.diff | 8150 +#define MACH_PORT_RIGHT_SEND 0 8157 +#define MACH_PORT_TYPE_SEND (1 << (MACH_PORT_RIGHT_SEND + 16))
|