| /openbmc/qemu/tests/lcitool/ |
| H A D | refresh | 44 def generate(filename, cmd, trailer): argument 52 if trailer is not None: 53 content += trailer 66 def generate_dockerfile(host, target, project="qemu", cross=None, trailer=None, argument 74 if trailer is not None: 75 trailer += "\n".join(add_user_mapping) 77 trailer = "\n".join(add_user_mapping) 80 trailer += "\nENV ENABLE_RUST 1\n" 81 generate(filename, cmd, trailer) argument 84 def generate_cirrus(target, trailer 93 generate_yaml(os, target, arch, trailer=None) global() argument [all...] |
| /openbmc/phosphor-net-ipmid/ |
| H A D | message_handler.cpp | 118 (sizeof(LAN::header::Request) + sizeof(LAN::trailer::Request))) in executeCommand() 125 auto end = inMessage->payload.end() - sizeof(LAN::trailer::Request); in executeCommand() 201 sizeof(LAN::trailer::Request)); in sendUnsolicitedIPMIPayload() 222 auto trailer = reinterpret_cast<LAN::trailer::Request*>( in sendUnsolicitedIPMIPayload() local 228 trailer->checksum = crc8bit(&respHeader->rqaddr, assembledSize - 3); in sendUnsolicitedIPMIPayload()
|
| H A D | message.hpp | 81 namespace trailer namespace 210 sizeof(LAN::trailer::Response)); in createResponse() 233 auto trailer = reinterpret_cast<LAN::trailer::Response*>( in createResponse() local 235 trailer->checksum = crc8bit(&respHeader->rsaddr, assembledSize - 3); in createResponse()
|
| H A D | message_parsers.cpp | 161 auto trailer = in flatten() local 163 trailer->legacyPad = 0x00; in flatten() 340 auto trailer = reinterpret_cast<const SessionTrailer_t*>( in verifyPacketIntegrity() local 345 if (trailer->padLength != paddingLen) in verifyPacketIntegrity() 385 auto trailer = reinterpret_cast<SessionTrailer_t*>( in addIntegrityData() local 388 trailer->padLength = paddingLen; in addIntegrityData() 389 trailer->nextHeader = parser::RMCP_MESSAGE_CLASS_IPMI; in addIntegrityData()
|
| /openbmc/libpldm/tests/ |
| H A D | msgbuf.hpp | 175 size_t trailer, in pldm_msgbuf_span_until() argument 179 return pldm_msgbuf_ro_span_until(ctx, trailer, cursor, length); in pldm_msgbuf_span_until() 183 size_t trailer, in pldm_msgbuf_span_until() argument 187 return pldm_msgbuf_rw_span_until(ctx, trailer, cursor, length); in pldm_msgbuf_span_until()
|
| /openbmc/u-boot/tools/patman/ |
| H A D | tout.py | 59 def Progress(msg, warning=False, trailer='...'): argument 68 _progress = msg + trailer
|
| /openbmc/openbmc/meta-openembedded/ |
| H A D | .b4-config | 4 trailer-order = link*,fixes*,acked*,reviewed*,tested*,*
|
| /openbmc/libpldm/src/msgbuf/ |
| H A D | core.h | 1288 size_t trailer, const void **cursor, size_t *length) in pldm__msgbuf_span_until() argument 1291 if (trailer > INTMAX_MAX) { in pldm__msgbuf_span_until() 1296 if (*remaining >= (intmax_t)trailer) { in pldm__msgbuf_span_until() 1301 delta = *remaining - (intmax_t)trailer; in pldm__msgbuf_span_until() 1309 *remaining = (intmax_t)trailer; in pldm__msgbuf_span_until() 1313 if (*remaining > INTMAX_MIN + (intmax_t)trailer) { in pldm__msgbuf_span_until() 1314 *remaining = INTMAX_MIN + (intmax_t)trailer; in pldm__msgbuf_span_until() 1323 int pldm_msgbuf_ro_span_until(struct pldm_msgbuf_ro *ctx, size_t trailer, in pldm_msgbuf_ro_span_until() argument 1326 return pldm__msgbuf_span_until(&ctx->cursor, &ctx->remaining, trailer, in pldm_msgbuf_ro_span_until() 1332 int pldm_msgbuf_rw_span_until(struct pldm_msgbuf_rw *ctx, size_t trailer, in pldm_msgbuf_rw_span_until() argument [all …]
|
| /openbmc/libpldm/src/ |
| H A D | msgbuf.h | 72 #define pldm_msgbuf_span_until(ctx, trailer, cursor, length) \ argument 76 ctx, trailer, cursor, length)
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | tcg_gen_extract.cocci | 30 def debug(msg="", trailer="\n"): 31 fd.write("[DBG] " + msg + trailer)
|
| /openbmc/u-boot/test/py/ |
| H A D | multiplexed_log.css | 44 .block-trailer {
|
| /openbmc/libmctp/docs/bindings/ |
| H A D | vendor-ibm-astlpc.md | 201 3. Medium-specific packet trailer fields 218 A medium-specific packet trailer must immediately follow the payload. The length 219 of the trailer is not accounted for in the length field of the medium-specific 220 packet header: The length of the trailer is implied by the negotiated protocol 223 For protocol versions 1 and 2, the medium-specific trailer length is zero. 225 For protocol version 3, the medium-specific trailer comprises a CRC-32 checksum
|