Lines Matching refs:pcomponent
18 pcomponent * __init
19 ArcGetPeer(pcomponent *Current) in ArcGetPeer()
24 return (pcomponent *) ARC_CALL1(next_component, Current); in ArcGetPeer()
27 pcomponent * __init
28 ArcGetChild(pcomponent *Current) in ArcGetChild()
30 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild()
33 pcomponent * __init
34 ArcGetParent(pcomponent *Current) in ArcGetParent()
39 return (pcomponent *) ARC_CALL1(parent_component, Current); in ArcGetParent()
43 ArcGetConfigurationData(VOID *Buffer, pcomponent *Current) in ArcGetConfigurationData()
48 pcomponent * __init
49 ArcAddChild(pcomponent *Current, pcomponent *Template, VOID *ConfigurationData) in ArcAddChild()
51 return (pcomponent *) in ArcAddChild()
56 ArcDeleteComponent(pcomponent *ComponentToDelete) in ArcDeleteComponent()
61 pcomponent * __init
64 return (pcomponent *)ARC_CALL1(component_by_path, Path); in ArcGetComponent()
94 dump_component(pcomponent *p) in dump_component()
104 traverse(pcomponent *p, int op) in traverse()
116 pcomponent *p; in prom_testtree()