Home
last modified time | relevance | path

Searched refs:PROM_NULL_COMPONENT (Results 1 – 3 of 3) sorted by relevance

/arch/mips/fw/arc/
Dtree.c21 if (Current == PROM_NULL_COMPONENT) in ArcGetPeer()
22 return PROM_NULL_COMPONENT; in ArcGetPeer()
36 if (Current == PROM_NULL_COMPONENT) in ArcGetParent()
37 return PROM_NULL_COMPONENT; in ArcGetParent()
118 p = ArcGetChild(PROM_NULL_COMPONENT); in prom_testtree()
Didentify.c99 p = ArcGetChild(PROM_NULL_COMPONENT); in prom_identify_arch()
/arch/mips/include/asm/
Dsgialib.h48 #define PROM_NULL_COMPONENT ((pcomponent *) 0) macro