Home
last modified time | relevance | path

Searched refs:LIBPLDM_CC_COUNTED_BY (Results 1 – 5 of 5) sorted by relevance

/openbmc/libpldm/include/libpldm/
H A Dcompiler.h16 #define LIBPLDM_CC_COUNTED_BY(x) __attribute__((counted_by(x))) macro
29 #ifndef LIBPLDM_CC_COUNTED_BY
30 #define LIBPLDM_CC_COUNTED_BY(x) macro
H A Dplatform.h1255 uint8_t event_data[] LIBPLDM_CC_COUNTED_BY(event_data_length);
/openbmc/libpldm/include/libpldm/oem/meta/
H A Dfile_io.h36 uint8_t data[] LIBPLDM_CC_COUNTED_BY(length);
91 uint8_t data[] LIBPLDM_CC_COUNTED_BY(length);
/openbmc/libpldm/docs/checklists/
H A Dchanges.md331 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()`
/openbmc/libpldm/
H A DCONTRIBUTING.md331 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()`