Lines Matching refs:sendPort
2893 ipc_port_t sendPort; in objectInstantiate() local
3028 sendPort = NULL; in objectInstantiate()
3030 sendPort = ipc_port_copy_send_mqueue(queue->ivars->serverPort); in objectInstantiate()
3041 machReply->objects[idx].name = sendPort; in objectInstantiate()
3064 sendPort = NULL; in objectInstantiate()
3066 sendPort = ipc_port_copy_send_mqueue(queue->ivars->serverPort); in objectInstantiate()
3070 machReply->objects[idx].name = sendPort; in objectInstantiate()
3532 ipc_port_t sendPort; in rpc() local
3536 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
3697 sendPort = ipc_kobject_make_send(port, kobj, type); in copySendRightForObject()
3701 return sendPort; in copySendRightForObject()