Lines Matching refs:remotePort
729 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()
1073 iokit_release_port_send(remotePort); in free()
1146 thisMsg->msgHdr.msgh_remote_port = remotePort; in handler()