Lines Matching refs:port

148 	const char* name, uint64 kinds, port_id port, team_id team,
159 node.port = port;
190 ", flavor_id %" B_PRId32 ", name \"%s\", kinds %#" B_PRIx64", port %"
192 kinds, port, team);
295 status_t status = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
330 status_t status = SendToPort(node.port, NODE_FINAL_RELEASE, &command,
396 node->port = registeredNode.port;
441 TRACE("NodeManager::GetClone leave: node id %" B_PRId32 ", node port %"
442 B_PRId32 ", node kind %#" B_PRIx64 "\n", node->node, node->port,
520 NodeManager::FindNodeID(port_id port, media_node_id* _id)
528 if (node.port == port) {
530 TRACE("NodeManager::FindNodeID found port %" B_PRId32 ", node %"
531 B_PRId32 "\n", port, node.node_id);
537 if (outIterator->source.port == port) {
539 TRACE("NodeManager::FindNodeID found output port %" B_PRId32
540 ", node %" B_PRId32 "\n", port, node.node_id);
547 if (inIterator->destination.port == port) {
549 TRACE("NodeManager::FindNodeID found input port %" B_PRId32
550 ", node %" B_PRId32 "\n", port, node.node_id);
556 ERROR("NodeManager::FindNodeID failed, port %" B_PRId32 "\n", port);
587 ASSERT(node.port == registeredNode.port);
617 ASSERT(node.port == registeredNode.port);
723 info.node.port = node.port;
1258 "id %" B_PRId32 ", port %" B_PRId32 ", creator %" B_PRId32 ", "
1261 node.flavor_id, node.port, node.creator, node.containing_team,
1275 printf(" media_input: node-id %" B_PRId32 ", node-port %"
1276 B_PRId32 ", source-port %" B_PRId32 ", source-id %" B_PRId32
1277 ", dest-port %" B_PRId32 ", dest-id %" B_PRId32 ", name "
1278 "\"%s\"\n", input.node.node, input.node.port, input.source.port,
1279 input.source.id, input.destination.port, input.destination.id,
1288 printf(" media_output: node-id %" B_PRId32 ", node-port %"
1289 B_PRId32 ", source-port %" B_PRId32 ", source-id %" B_PRId32
1290 ", dest-port %" B_PRId32 ", dest-id %" B_PRId32 ", name "
1291 "\"%s\"\n", output.node.node, output.node.port,
1292 output.source.port, output.source.id, output.destination.port,
1403 SendToPort(timeSource.port, TIMESOURCE_REMOVE_SLAVE_NODE,