Home
last modified time | relevance | path

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

/openbmc/libpldm/src/msgbuf/
H A Dplatform.h77 return pldm__msgbuf_extract_uint16(ctx, val); in pldm_msgbuf_extract_sensor_value()
106 return pldm__msgbuf_extract_uint16( in pldm__msgbuf_extract_range_field_format()
141 return pldm__msgbuf_extract_uint16(ctx, dst); in pldm_msgbuf_extract_effecter_value()
171 return pldm__msgbuf_extract_uint16( in pldm__msgbuf_extract_effecter_data()
H A Dcore.h531 pldm__msgbuf_extract_uint16(struct pldm_msgbuf_ro *ctx, void *dst) in pldm__msgbuf_extract_uint16() function
1562 rc = pldm__msgbuf_extract_uint16(ctx, &value); in pldm__msgbuf_extract_uint16_to_size()
/openbmc/libpldm/src/
H A Dmsgbuf.h108 pldm_msgbuf_extract_typecheck(uint16_t, pldm__msgbuf_extract_uint16, \
140 uint16_t: pldm__msgbuf_extract_uint16, \
159 uint16_t *: pldm__msgbuf_extract_uint16, \
/openbmc/libpldm/tests/
H A Dmsgbuf.hpp202 pldm_msgbuf_extract_typecheck(uint16_t, pldm__msgbuf_extract_uint16, dst, \
242 return pldm__msgbuf_extract_uint16(ctx, buf); in pldm_msgbuf_typecheck_uint16_t()