Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c78 promGetSibling(int node) in promGetSibling() function
149 node = promGetSibling(pnode->cookie[1]); in promSetNode()
221 promRootNode = promGetSibling(0); in sparcPromInit()
285 nextnode = promGetSibling(node); in promWalkGetDriverName()
298 promGetSibling(0); in sparcDriverName()
377 nextnode = promGetSibling(node); in promWalkAssignNodes()
438 promGetSibling(0); in sparcPromAssignNodes()
528 nextnode = promGetSibling(node); in promWalkNode2Pathname()
568 for (node = promGetChild(parent); node; node = promGetSibling(node)) { in promWalkPathname2Node()
582 for (node = promGetChild(parent); node; node = promGetSibling(node)) { in promWalkPathname2Node()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.h92 extern _X_EXPORT int promGetSibling(int node);