Home
last modified time | relevance | path

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

/openbmc/libpldm/src/
H A Dmsgbuf.h887 pldm_msgbuf_insert_int16(struct pldm_msgbuf *ctx, const int16_t src) in pldm_msgbuf_insert_int16() function
951 int16_t: pldm_msgbuf_insert_int16, \
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp614 EXPECT_EQ(pldm_msgbuf_insert_int16(ctx, src), PLDM_SUCCESS); in TEST()
638 EXPECT_NE(pldm_msgbuf_insert_int16(ctx, val), PLDM_SUCCESS); in TEST()