Home
last modified time | relevance | path

Searched refs:BejDictionaryProperty (Results 1 – 5 of 5) sorted by relevance

/openbmc/libbej/src/
H A Dbej_dictionary.c17 sizeof(struct BejDictionaryProperty); in bejGetPropertyEntryIndex()
42 sizeof(struct BejDictionaryProperty)) in bejValidatePropertyOffset()
76 sizeof(struct BejDictionaryProperty); in bejDictGetFirstAnnotatedPropertyOffset()
81 const struct BejDictionaryProperty** property) in bejDictGetProperty()
95 const struct BejDictionaryProperty* p = in bejDictGetProperty()
96 (const struct BejDictionaryProperty*)(dictionary + propertyOffset); in bejDictGetProperty()
102 propertyOffset += sizeof(struct BejDictionaryProperty); in bejDictGetProperty()
119 const char* propertyName, const struct BejDictionaryProperty** property, in bejDictGetPropertyByName()
136 const struct BejDictionaryProperty* p = in bejDictGetPropertyByName()
137 (const struct BejDictionaryProperty*)(dictionary + in bejDictGetPropertyByName()
[all …]
H A Dbej_decoder_core.c156 const struct BejDictionaryProperty** prop) in bejGetDictionaryAndProperty()
198 const struct BejDictionaryProperty* prop; in bejGetPropName()
316 const struct BejDictionaryProperty* prop; in bejHandleBejSet()
381 const struct BejDictionaryProperty* prop; in bejHandleBejArray()
493 const struct BejDictionaryProperty* prop; in bejHandleBejEnum()
515 const struct BejDictionaryProperty* enumValueProp; in bejHandleBejEnum()
646 const struct BejDictionaryProperty* outerProp; in bejHandleBejPropertyAnnotation()
H A Dbej_encoder_metadata.c155 const struct BejDictionaryProperty* property; in bejFindSeqNumAndChildDictOffset()
337 const struct BejDictionaryProperty* enumValueProperty; in bejUpdateEnumMetaData()
/openbmc/libbej/test/
H A Dbej_dictionary_test.cpp70 sizeof(BejDictionaryHeader) + sizeof(BejDictionaryProperty)); in TEST()
82 uint16_t offset = propHead + sizeof(BejDictionaryProperty) * index; in TEST()
83 const struct BejDictionaryProperty* property; in TEST()
97 const struct BejDictionaryProperty* property; in TEST()
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h35 struct BejDictionaryProperty struct
84 const struct BejDictionaryProperty** property);
114 const char* propertyName, const struct BejDictionaryProperty** property,