Searched refs:rootdn (Results 1 – 1 of 1) sorted by relevance
1461 struct device_node *rootdn; in ibmvfc_gather_partition_info() local1465 rootdn = of_find_node_by_path("/"); in ibmvfc_gather_partition_info()1466 if (!rootdn) in ibmvfc_gather_partition_info()1469 name = of_get_property(rootdn, "ibm,partition-name", NULL); in ibmvfc_gather_partition_info()1472 num = of_get_property(rootdn, "ibm,partition-no", NULL); in ibmvfc_gather_partition_info()1475 of_node_put(rootdn); in ibmvfc_gather_partition_info()