Home
last modified time | relevance | path

Searched refs:pldm__msgbuf_extract_uint8 (Results 1 – 4 of 4) sorted by relevance

/openbmc/libpldm/src/msgbuf/
H A Dplatform.h72 return pldm__msgbuf_extract_uint8(ctx, val); in pldm_msgbuf_extract_sensor_value()
97 return pldm__msgbuf_extract_uint8( in pldm__msgbuf_extract_range_field_format()
136 return pldm__msgbuf_extract_uint8(ctx, dst); in pldm_msgbuf_extract_effecter_value()
162 return pldm__msgbuf_extract_uint8( in pldm__msgbuf_extract_effecter_data()
H A Dcore.h489 pldm__msgbuf_extract_uint8(struct pldm_msgbuf_ro *ctx, void *dst) in pldm__msgbuf_extract_uint8() function
1531 rc = pldm__msgbuf_extract_uint8(ctx, &value); in pldm__msgbuf_extract_uint8_to_size()
/openbmc/libpldm/src/
H A Dmsgbuf.h100 pldm_msgbuf_extract_typecheck(uint8_t, pldm__msgbuf_extract_uint8, \
138 uint8_t: pldm__msgbuf_extract_uint8, \
157 uint8_t *: pldm__msgbuf_extract_uint8, \
/openbmc/libpldm/tests/
H A Dmsgbuf.hpp194 pldm_msgbuf_extract_typecheck(uint8_t, pldm__msgbuf_extract_uint8, dst, \
226 return pldm__msgbuf_extract_uint8(ctx, buf); in pldm_msgbuf_typecheck_uint8_t()