Home
last modified time | relevance | path

Searched refs:remotePort (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp729 ipc_port_t remotePort; member in IOServiceUserNotification
764 ipc_port_t remotePort; member in IOServiceMessageUserNotification
898 remotePort = port; in OSDefineMetaClassAndStructors()
908 remotePort = MACH_PORT_NULL; in invalidatePort()
914 if (remotePort) { in free()
915 iokit_release_port_send(remotePort); in free()
972 thisMsg->msgHdr.msgh_remote_port = remotePort; in handler()
1056 remotePort = port; in OSDefineMetaClassAndStructors()
1066 remotePort = MACH_PORT_NULL; in invalidatePort()
1072 if (remotePort) { in free()
[all …]
/xnu-8019.80.24/iokit/DriverKit/
H A DIOEventLink.iig73 …* (uintptr_t)remotePort // port from os_eventlink_extract_remot…