Searched refs:sendPort (Results 1 – 2 of 2) sorted by relevance
244 ipc_port_t sendPort; in iokit_make_port_of_type() local253 sendPort = ipc_kobject_make_send( port, kobj, type ); in iokit_make_port_of_type()256 sendPort = IP_NULL; in iokit_make_port_of_type()261 return sendPort; in iokit_make_port_of_type()324 ipc_port_t sendPort; in iokit_make_send_right() local334 sendPort = ipc_kobject_make_send( port, kobj, type ); in iokit_make_send_right()337 sendPort = IP_NULL; in iokit_make_send_right()340 if (IP_VALID( sendPort )) { in iokit_make_send_right()346 kr = ipc_object_copyout( task->itk_space, ip_to_object(sendPort), in iokit_make_send_right()351 } else if (sendPort == IP_NULL) { in iokit_make_send_right()[all …]
2893 ipc_port_t sendPort; in objectInstantiate() local3028 sendPort = NULL; in objectInstantiate()3064 sendPort = NULL; in objectInstantiate()3532 ipc_port_t sendPort; in rpc() local3536 sendPort = NULL; in rpc()3566 sendPort = ipc_port_copy_send_mqueue(port); in rpc()3569 if (!sendPort) { in rpc()3579 mach->msgh.msgh_remote_port = sendPort; in rpc()3594 ipc_port_release_send(sendPort); in rpc()3692 ipc_port_t sendPort = NULL; in copySendRightForObject() local[all …]