Searched refs:ipc_object (Results 1 – 9 of 9) sorted by relevance
539 ipc_object_t ipc_object; in mach_port_kobject_description() local547 kr = ipc_right_lookup_read(space, name, &bits, &ipc_object); in mach_port_kobject_description()554 io_unlock(ipc_object); in mach_port_kobject_description()558 ipc_port_t port = ip_object_to_port(ipc_object); in mach_port_kobject_description()576 io_unlock(ipc_object); in mach_port_kobject_description()608 io_unlock(ipc_object); in mach_port_kobject_description()
111 struct ipc_object *XNU_PTRAUTH_SIGNED_PTR("ipc_entry.ie_object") ie_object;114 struct ipc_object *XNU_PTRAUTH_SIGNED_PTR("ipc_entry.ie_object") volatile ie_volatile_object;
202 struct ipc_object;317 typedef struct ipc_object *ipc_object_t;
220 struct ipc_object { struct271 typedef struct ipc_object ipc_object_label_t;304 struct ipc_object iowq_object;
81 struct ipc_object ips_object;
119 struct ipc_object ip_object;
122 ALLOC_VALIDATE_DATA_PTR(struct ipc_entry, struct ipc_object *, ie_object, "ipc_entry.ie_object"); in ptrauth_data_tests()
299 ipc_object.o_CWARNFLAGS_ADD += -Wno-sign-conversion
98 osfmk/ipc/ipc_object.c standard