Searched refs:dev_find_node_by_compatible (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h173 Prom_node *dev_find_node_by_compatible(Prom_node *root, char *compat);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c757 dev_find_node_by_compatible(Prom_node *root, char *compatible) function
789 node = dev_find_node_by_compatible(root->child, compatible);
804 return (dev_find_node_by_compatible(root->sibling, compatible));
819 node = dev_find_node_by_compatible(root->child, compatible);
828 node = dev_find_node_by_compatible(root->sibling, compatible);
832 return (dev_find_node_by_compatible(root->parent->sibling, compatible));
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c146 for (pci = dev_find_node_by_compatible(board->nodes, SCHIZO_COMPATIBLE);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c240 for (pci = dev_find_node_by_compatible(board->nodes, SCHIZO_COMPATIBLE);
1310 for (pnode = dev_find_node_by_compatible(bnode->nodes,

Completed in 80 milliseconds