Searched refs:dnodep (Results 1 – 2 of 2) sorted by relevance
210 disk_node_t *dnodep; in get_disk_temp() local219 dnodep = &disk_nodes[i]; in get_disk_temp()220 if (dnodep->proph != proph) in get_disk_temp()223 if (disk_temperature(dnodep->diskp, &temp) < 0) in get_disk_temp()517 disk_node_t *dnodep; in add_disk_nodes_and_props() local524 dnodep = &disk_nodes[i]; in add_disk_nodes_and_props()528 err = ptree_get_node_by_path(dnodep->parent_path, &nodeh); in add_disk_nodes_and_props()533 dnodep->parent_path); in add_disk_nodes_and_props()537 diskp = dnodep->diskp; in add_disk_nodes_and_props()543 nodename = dnodep->disk_name; in add_disk_nodes_and_props()[all …]
200 disk_node_t *dnodep; in get_disk_temp() local209 dnodep = &disk_nodes[i]; in get_disk_temp()210 if (dnodep->proph != proph) in get_disk_temp()213 if (disk_temperature(dnodep->diskp, &temp) < 0) in get_disk_temp()514 disk_node_t *dnodep; in add_disk_nodes_and_props() local523 dnodep = &disk_nodes[i]; in add_disk_nodes_and_props()527 err = ptree_get_node_by_path(dnodep->parent_path, &nodeh); in add_disk_nodes_and_props()532 dnodep->parent_path); in add_disk_nodes_and_props()537 diskp = dnodep->diskp; in add_disk_nodes_and_props()545 nodename = dnodep->disk_name; in add_disk_nodes_and_props()[all …]