Searched refs:remotePort (Results 1 – 2 of 2) sorted by relevance
784 ipc_port_t remotePort; member in IOServiceUserNotification821 ipc_port_t remotePort; member in IOServiceMessageUserNotification955 remotePort = port; in OSDefineMetaClassAndStructors()965 remotePort = MACH_PORT_NULL; in invalidatePort()971 if (remotePort) { in free()972 iokit_release_port_send(remotePort); in free()1120 remotePort = port; in OSDefineMetaClassAndStructors()1130 remotePort = MACH_PORT_NULL; in invalidatePort()1136 if (remotePort) { in free()1137 iokit_release_port_send(remotePort); in free()[all …]
73 …* (uintptr_t)remotePort // port from os_eventlink_extract_remot…