Searched refs:dest_path (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | klgraph.c | 633 char dest_path[50]; in klhwg_connect_one_router() local 685 board_to_path(dest_brd, dest_path); in klhwg_connect_one_router() 687 rc = hwgraph_traverse(hwgraph_root, dest_path, &dest_hndl); in klhwg_connect_one_router() 692 panic("Can't find router: %s", dest_path); in klhwg_connect_one_router() 695 sprintf(dest_path, "%d", port); in klhwg_connect_one_router() 697 rc = hwgraph_edge_add(router_hndl, dest_hndl, dest_path); in klhwg_connect_one_router() 701 path_buffer, dest_path)); in klhwg_connect_one_router() 707 path_buffer, dest_path, (void *)dest_hndl, rc); in klhwg_connect_one_router() 709 …UNCTION__, __LINE__, router_hndl, dest_hndl, "Created edge %s from vhdl1 to vhdl2.\n", dest_path)); in klhwg_connect_one_router() 759 char dest_path[50]; in klhwg_connect_hubs() local [all …]
|