Home
last modified time | relevance | path

Searched refs:trailer (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/lcitool/
H A Drefresh44 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 Dmessage_handler.cpp118 (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 Dmessage.hpp81 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 Dmessage_parsers.cpp161 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 Dmsgbuf.hpp175 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 Dtout.py59 def Progress(msg, warning=False, trailer='...'): argument
68 _progress = msg + trailer
/openbmc/openbmc/meta-openembedded/
H A D.b4-config4 trailer-order = link*,fixes*,acked*,reviewed*,tested*,*
/openbmc/libpldm/src/msgbuf/
H A Dcore.h1288 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 Dmsgbuf.h72 #define pldm_msgbuf_span_until(ctx, trailer, cursor, length) \ argument
76 ctx, trailer, cursor, length)
/openbmc/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci30 def debug(msg="", trailer="\n"):
31 fd.write("[DBG] " + msg + trailer)
/openbmc/u-boot/test/py/
H A Dmultiplexed_log.css44 .block-trailer {
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md201 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