Home
last modified time | relevance | path

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

/openbmc/libpldm/src/msgbuf/
H A Dplatform.h81 return pldm__msgbuf_extract_uint32(ctx, val); in pldm_msgbuf_extract_sensor_value()
114 return pldm__msgbuf_extract_uint32( in pldm__msgbuf_extract_range_field_format()
145 return pldm__msgbuf_extract_uint32(ctx, dst); in pldm_msgbuf_extract_effecter_value()
179 return pldm__msgbuf_extract_uint32( in pldm__msgbuf_extract_effecter_data()
H A Dcore.h600 pldm__msgbuf_extract_uint32(struct pldm_msgbuf_ro *ctx, void *dst) in pldm__msgbuf_extract_uint32() function
1593 rc = pldm__msgbuf_extract_uint32(ctx, &value); in pldm__msgbuf_extract_uint32_to_size()
/openbmc/libpldm/src/
H A Dmsgbuf.h116 pldm_msgbuf_extract_typecheck(uint32_t, pldm__msgbuf_extract_uint32, \
142 uint32_t: pldm__msgbuf_extract_uint32, \
161 uint32_t *: pldm__msgbuf_extract_uint32, \
/openbmc/libpldm/tests/
H A Dmsgbuf.hpp210 pldm_msgbuf_extract_typecheck(uint32_t, pldm__msgbuf_extract_uint32, dst, \
258 return pldm__msgbuf_extract_uint32(ctx, buf); in pldm_msgbuf_typecheck_uint32_t()