Home
last modified time | relevance | path

Searched refs:pldm_msgbuf_insert_int32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/libpldm/tests/oem/meta/
H A Dfileio.cpp29 pldm_msgbuf_insert_int32(ctx, sizeof(postCode)); in TEST()
/openbmc/libpldm/src/
H A Dmsgbuf.h807 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_insert_int32(struct pldm_msgbuf *ctx, in pldm_msgbuf_insert_int32() function
892 int32_t: pldm_msgbuf_insert_int32, \
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp531 EXPECT_EQ(pldm_msgbuf_insert_int32(ctx, src), 0); in TEST()
554 EXPECT_NE(pldm_msgbuf_insert_int32(ctx, val), 0); in TEST()