Searched refs:pldm_msgbuf_rw (Results 1 – 5 of 5) sorted by relevance
| /openbmc/libpldm/src/ |
| H A D | msgbuf.h | 31 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_init_errno, \ 37 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_discard, \ 42 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_complete, \ 47 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_complete_consumed, \ 53 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_validate, \ 58 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_consumed, \ 63 struct pldm_msgbuf_rw *: pldm__msgbuf_rw_invalidate, \ 68 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_span_required, \ 74 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_span_until, \ 80 struct pldm_msgbuf_rw *: pldm_msgbuf_rw_span_string_utf16, \ [all …]
|
| /openbmc/libpldm/tests/ |
| H A D | msgbuf.cpp | 16 struct pldm_msgbuf_rw _ctx; in TEST() 17 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST() 26 struct pldm_msgbuf_rw _ctx; in TEST() 27 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST() 35 struct pldm_msgbuf_rw _ctx; in TEST() 36 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST() 45 struct pldm_msgbuf_rw _ctx; in TEST() 46 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST() 54 struct pldm_msgbuf_rw _ctx; in TEST() 55 struct pldm_msgbuf_rw* ctx = &_ctx; in TEST() [all …]
|
| H A D | msgbuf.hpp | 45 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_init_errno(struct pldm_msgbuf_rw* ctx, in pldm_msgbuf_init_errno() 57 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_validate(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_validate() 69 LIBPLDM_CC_ALWAYS_INLINE int pldm__msgbuf_invalidate(struct pldm_msgbuf_rw* ctx) in pldm__msgbuf_invalidate() 79 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_consumed(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_consumed() 90 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_discard(struct pldm_msgbuf_rw* ctx, in pldm_msgbuf_discard() 101 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_complete(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_complete() 113 pldm_msgbuf_complete_consumed(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_complete_consumed() 126 pldm_msgbuf_span_required(struct pldm_msgbuf_rw* ctx, size_t required, in pldm_msgbuf_span_required() 133 pldm_msgbuf_span_string_ascii(struct pldm_msgbuf_rw* ctx, void** cursor, in pldm_msgbuf_span_string_ascii() 153 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_span_string_utf16(pldm_msgbuf_rw* ctx, in pldm_msgbuf_span_string_utf16() [all …]
|
| H A D | msgbuf_generic.c | 141 struct pldm_msgbuf_rw _ctx; in test_msgbuf_insert_generic_real32() 142 struct pldm_msgbuf_rw* ctx = &_ctx; in test_msgbuf_insert_generic_real32() 163 struct pldm_msgbuf_rw _ctx; in test_msgbuf_insert_generic_int32() 164 struct pldm_msgbuf_rw* ctx = &_ctx; in test_msgbuf_insert_generic_int32() 185 struct pldm_msgbuf_rw _ctx; in test_msgbuf_insert_generic_uint32() 186 struct pldm_msgbuf_rw* ctx = &_ctx; in test_msgbuf_insert_generic_uint32() 207 struct pldm_msgbuf_rw _ctx; in test_msgbuf_insert_generic_uint16() 208 struct pldm_msgbuf_rw* ctx = &_ctx; in test_msgbuf_insert_generic_uint16() 229 struct pldm_msgbuf_rw _ctx; in test_msgbuf_insert_generic_int16() 230 struct pldm_msgbuf_rw* ctx = &_ctx; in test_msgbuf_insert_generic_int16() [all …]
|
| /openbmc/libpldm/src/msgbuf/ |
| H A D | core.h | 69 struct pldm_msgbuf_rw { struct 90 void pldm__msgbuf_rw_cleanup(struct pldm_msgbuf_rw *ctx LIBPLDM_CC_UNUSED) in pldm__msgbuf_rw_cleanup() argument 115 int pldm__msgbuf_rw_invalidate(struct pldm_msgbuf_rw *ctx) in pldm__msgbuf_rw_invalidate() 174 pldm_msgbuf_rw_init_errno(struct pldm_msgbuf_rw *ctx, size_t minsize, in pldm_msgbuf_rw_init_errno() 239 int pldm_msgbuf_rw_validate(struct pldm_msgbuf_rw *ctx) in pldm_msgbuf_rw_validate() 282 int pldm_msgbuf_rw_consumed(struct pldm_msgbuf_rw *ctx) in pldm_msgbuf_rw_consumed() 314 int pldm_msgbuf_rw_discard(struct pldm_msgbuf_rw *ctx, int error) in pldm_msgbuf_rw_discard() 338 int pldm_msgbuf_rw_complete(struct pldm_msgbuf_rw *ctx) in pldm_msgbuf_rw_complete() 372 int pldm_msgbuf_rw_complete_consumed(struct pldm_msgbuf_rw *ctx) in pldm_msgbuf_rw_complete_consumed() 772 pldm_msgbuf_insert_uint64(struct pldm_msgbuf_rw *ctx, const uint64_t src) in pldm_msgbuf_insert_uint64() [all …]
|