Lines Matching defs:node

131 		/* matching node must be returned held */
146 * matching node if found, NULL is returned.
167 * Look up a particular IO node in the MD. Returns the mde_cookie_t
168 * representing that IO node if present, and MDE_INVAL_ELEM_COOKIE otherwise.
170 * it can accommodate the worst case scenario, every node in the MD.
202 * Find the node of interest
208 " IO node %d\n", __func__, i);
217 " IO node %d\n", __func__, i);
223 DR_DBG_IO("%s: found IO node %s@%ld "
231 DR_DBG_IO("%s: IO node %ld not in MD\n", __func__, id);
238 mde_cookie_t node;
263 if (md_get_prop_str(cba->mdp, cba->node, "name", &devnm)) {
278 if (md_get_prop_data(cba->mdp, cba->node, "compatible",
311 if (md_get_prop_str(cba->mdp, cba->node, "device-type", &devtype)) {
328 if (md_get_prop_val(cba->mdp, cba->node, "cfg-handle", &devid)) {
349 if (md_get_prop_val(cba->mdp, cba->node, "local-mac-address",
367 if (md_get_prop_val(cba->mdp, cba->node, "mtu", &mtu)) {
390 * Find the parent node of the argument virtual device node in
393 * looking for a node with that name.
396 dr_vio_find_parent_md(md_t *mdp, mde_cookie_t node)
410 num_nodes = md_scan_dag(mdp, node,
438 mde_cookie_t node;
467 /* Assume we fail to find the node to be added. */
484 * Get the MD device node.
486 node = dr_io_find_node_md(mdp, name, devid, listp);
488 if (node == MDE_INVAL_ELEM_COOKIE) {
489 DR_DBG_IO("%s: scan for %s name node failed\n", __func__, name);
495 * Get the MD parent node.
497 pnode = dr_vio_find_parent_md(mdp, node);
519 * Get the devinfo parent node.
584 cba.node = node;
737 DR_DBG_IO("%s: node removal failed: %s (%p)",