Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_graph.c51 char portnode[PORT_MAX_NAME]; in ofw_graph_get_port_by_idx() local
54 snprintf(portnode, sizeof(portnode), "port@%d", idx); in ofw_graph_get_port_by_idx()
55 child = ofw_bus_find_child(node, portnode); in ofw_graph_get_port_by_idx()
61 snprintf(portnode, sizeof(portnode), "port"); in ofw_graph_get_port_by_idx()
62 child = ofw_bus_find_child(node, portnode); in ofw_graph_get_port_by_idx()