Searched refs:readOnlyProperty (Results 1 – 5 of 5) sorted by relevance
/openbmc/libbej/test/ |
H A D | bej_tree_test.cpp | 19 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 36 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 53 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 98 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST() 131 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST() 150 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST() 169 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST() 188 EXPECT_THAT(child.leaf.nodeAttr.format.readOnlyProperty, 0); in TEST() 199 EXPECT_THAT(parent.nodeAttr.format.readOnlyProperty, 0); in TEST() 204 EXPECT_THAT(parent.nodeAttr.format.readOnlyProperty, 1); in TEST()
|
/openbmc/libbej/src/ |
H A D | bej_tree.c | 9 node->nodeAttr.format.readOnlyProperty = 0; in bejTreeInitParent() 48 node->nodeAttr.format.readOnlyProperty = 0; in bejTreeInitChildNode() 133 bool deferredBinding, bool readOnlyProperty, in bejTreeUpdateNodeFlags() argument 137 node->format.readOnlyProperty = readOnlyProperty; in bejTreeUpdateNodeFlags()
|
H A D | bej_decoder_core.c | 729 if (params.sflv.format.readOnlyProperty) in bejDecode()
|
/openbmc/libbej/include/libbej/ |
H A D | bej_common.h | 102 uint8_t readOnlyProperty:1; member
|
H A D | bej_tree.h | 295 bool deferredBinding, bool readOnlyProperty,
|