Searched refs:RedfishPropertyLeaf (Results 1 – 3 of 3) sorted by relevance
/openbmc/libbej/include/libbej/ |
H A D | bej_tree.h | 94 struct RedfishPropertyLeaf struct 105 struct RedfishPropertyLeaf leaf; argument 113 struct RedfishPropertyLeaf leaf; 122 struct RedfishPropertyLeaf leaf; 134 struct RedfishPropertyLeaf leaf; 143 struct RedfishPropertyLeaf leaf; 154 struct RedfishPropertyLeaf leaf;
|
/openbmc/libbej/src/ |
H A D | bej_tree.c | 41 static void bejTreeInitChildNode(struct RedfishPropertyLeaf* node, in bejTreeInitChildNode() 57 bejTreeInitChildNode((struct RedfishPropertyLeaf*)child, name, bejNull); in bejTreeAddNull() 65 bejTreeInitChildNode((struct RedfishPropertyLeaf*)child, name, bejInteger); in bejTreeAddInteger() 79 bejTreeInitChildNode((struct RedfishPropertyLeaf*)child, name, bejEnum); in bejTreeAddEnum() 88 bejTreeInitChildNode((struct RedfishPropertyLeaf*)child, name, bejString); in bejTreeAddString() 97 bejTreeInitChildNode((struct RedfishPropertyLeaf*)child, name, bejReal); in bejTreeAddReal() 111 bejTreeInitChildNode((struct RedfishPropertyLeaf*)child, name, bejBoolean); in bejTreeAddBool()
|
H A D | bej_encoder_metadata.c | 427 struct RedfishPropertyLeaf* chNode = childPtr; in bejUpdateLeafNodeMetaData() 557 struct RedfishPropertyLeaf* leafChild = childPtr; in bejProcessChildNodes()
|