Home
last modified time | relevance | path

Searched refs:pldm_msgbuf_insert_int8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/libpldm/src/
H A Dmsgbuf.h918 pldm_msgbuf_insert_int8(struct pldm_msgbuf *ctx, const int8_t src) in pldm_msgbuf_insert_int8() function
949 int8_t: pldm_msgbuf_insert_int8, \
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp688 EXPECT_EQ(pldm_msgbuf_insert_int8(ctx, src), PLDM_SUCCESS); in TEST()
712 EXPECT_NE(pldm_msgbuf_insert_int8(ctx, val), PLDM_SUCCESS); in TEST()