Home
last modified time | relevance | path

Searched refs:ip_object (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/
H A Dipc.py196 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 Dipc_port.h119 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 Dipc_port.c732 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 Dipc_policy.c1125 io_label_set_and_put(&port->ip_object, &label); in ipc_entry_init()
H A Dmach_port.c2292 io_label_set_and_put(&port->ip_object, &label); in mach_port_guard_locked()
/xnu-12377.81.4/osfmk/kern/
H A Dhost_notify.c108 io_label_set_and_put(&port->ip_object, &label); in host_request_notification()
H A Dturnstile.c3314 *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()