Searched refs:pcomponent (Results 1 – 4 of 4) sorted by relevance
18 pcomponent * __init19 ArcGetPeer(pcomponent *Current) in ArcGetPeer()24 return (pcomponent *) ARC_CALL1(next_component, Current); in ArcGetPeer()27 pcomponent * __init28 ArcGetChild(pcomponent *Current) in ArcGetChild()30 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild()33 pcomponent * __init34 ArcGetParent(pcomponent *Current) in ArcGetParent()39 return (pcomponent *) ARC_CALL1(parent_component, Current); in ArcGetParent()43 ArcGetConfigurationData(VOID *Buffer, pcomponent *Current) in ArcGetConfigurationData()[all …]
91 pcomponent *p; in prom_identify_arch()
57 #define PROM_NULL_COMPONENT ((pcomponent *) 0)60 extern pcomponent *ArcGetPeer(pcomponent *this);63 extern pcomponent *ArcGetChild(pcomponent *this);66 extern pcomponent *prom_getparent(pcomponent *child);72 extern long prom_getcdata(void *buffer, pcomponent *this);75 extern pcomponent *prom_childadd(pcomponent *this, pcomponent *tmp, void *data);76 extern long prom_delcomponent(pcomponent *this);77 extern pcomponent *prom_componentbypath(char *path);
91 typedef struct linux_component pcomponent; typedef