Searched refs:ip_object (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | ipc.py | 196 kind = IPCPortTypeToString(port.ip_object.io_type) 198 if unsigned(port.ip_object.io_state): 213 port.ip_object.io_references, 298 if not IsPortType(port.ip_object.io_type, "IOT_SPECIAL_REPLY_PORT"): 713 otype = unsigned(portval.ip_object.io_type) 775 otype = unsigned(port.ip_object.io_type) 777 state = port.ip_object.io_state 804 if port.ip_object.io_type == GetEnumValue("ipc_object_type_t", "IOT_SERVICE_PORT"): 922 if portval.ip_object.io_state == GetEnumValue( 928 if portval.ip_object.io_filtered != 0: [all …]
|
| /xnu-12377.81.4/osfmk/ipc/ |
| H A D | ipc_port.h | 119 struct ipc_object ip_object; member 284 #define ip_object_to_port(io) __container_of(io, struct ipc_port, ip_object) 285 #define ip_to_object(port) (&(port)->ip_object)
|
| H A D | ipc_port.c | 732 io_label_set_and_put(&port->ip_object, label); in ipc_port_mark_in_space() 752 io_label_set_and_put(&port->ip_object, label); in ipc_port_mark_in_limbo() 773 io_label_set_and_put(&port->ip_object, label); in ipc_port_mark_in_limbo_pd() 794 io_label_set_and_put(&port->ip_object, &label); in ipc_port_mark_in_transit() 820 io_label_set_and_put(&port->ip_object, label); in ipc_port_mark_inactive() 845 os_ref_init_raw(&port->ip_object.io_references, NULL); in ipc_port_init() 871 io_label_init(&port->ip_object, label); in ipc_port_init()
|
| H A D | ipc_policy.c | 1125 io_label_set_and_put(&port->ip_object, &label); in ipc_entry_init()
|
| H A D | mach_port.c | 2292 io_label_set_and_put(&port->ip_object, &label); in mach_port_guard_locked()
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | host_notify.c | 108 io_label_set_and_put(&port->ip_object, &label); in host_request_notification()
|
| H A D | turnstile.c | 3314 *isplp = ptrauth_strip(port->ip_object.iol_service, in kdp_turnstile_traverse_inheritor_chain() 3322 *isplp = ptrauth_strip(port->ip_object.iol_service, in kdp_turnstile_traverse_inheritor_chain()
|