Home
last modified time | relevance | path

Searched refs:promGetChild (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c92 promGetChild(int node) in promGetChild() function
151 node = promGetChild(pnode->cookie[1]); in promSetNode()
276 nextnode = promGetChild(node); in promWalkGetDriverName()
373 nextnode = promGetChild(node); in promWalkAssignNodes()
523 nextnode = promGetChild(node); in promWalkNode2Pathname()
546 (ret, promRootNode, promGetChild(promRootNode), pnode->node, 0)) in sparcPromNode2Pathname()
568 for (node = promGetChild(parent); node; node = promGetSibling(node)) { in promWalkPathname2Node()
582 for (node = promGetChild(parent); node; node = promGetSibling(node)) { in promWalkPathname2Node()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.h93 extern _X_EXPORT int promGetChild(int node);