/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_hpmfwupg.h | 114 # pragma pack(1) 143 # pragma pack(0) 156 # pragma pack(1) 162 # pragma pack(0) 166 # pragma pack(1) 202 # pragma pack(0) 206 # pragma pack(1) 213 # pragma pack(0) 228 # pragma pack(1) 236 # pragma pack(0) [all …]
|
H A D | ipmi_fru.h | 71 #pragma pack(1) 89 #pragma pack(0) 126 #pragma pack(1) 143 #pragma pack(0) 147 #pragma pack(1) 193 #pragma pack(0) 200 #pragma pack(1) 220 #pragma pack(0) 224 #pragma pack(1) 242 #pragma pack(0) [all …]
|
H A D | ipmi_pef.h | 54 #pragma pack(1) 98 #pragma pack(0) 334 #pragma pack(1) 355 #pragma pack(0) 400 #pragma pack(1) 423 #pragma pack(0) 427 #pragma pack(1) 435 #pragma pack(0) 439 #pragma pack(1) 449 #pragma pack(0) [all …]
|
H A D | ipmi_fwum.h | 134 # pragma pack(1) 149 # pragma pack(0) 153 # pragma pack(1) 165 # pragma pack(0) 169 # pragma pack(1) 175 # pragma pack(0) 179 # pragma pack(1) 190 # pragma pack(0) 194 # pragma pack(1) 200 # pragma pack(0) [all …]
|
H A D | ipmi_sdr.h | 107 #pragma pack(1) 118 #pragma pack(0) 122 #pragma pack(1) 131 #pragma pack(0) 135 #pragma pack(1) 142 #pragma pack(0) 147 #pragma pack(1) 158 #pragma pack(0) 162 #pragma pack(1) 183 #pragma pack(0) [all …]
|
H A D | ipmi_mc.h | 56 #pragma pack(1) 70 #pragma pack(0) 93 #pragma pack(1) 100 #pragma pack(0) 119 #pragma pack(1) 132 #pragma pack(0)
|
/openbmc/u-boot/doc/imx/habv4/script_examples/ |
H A D | genIVT.pl | 4 print $out pack("V", 0x412000D1); # Signature 5 print $out pack("V", 0x80800000); # Load Address (*load_address) 6 print $out pack("V", 0x0); # Reserved 7 print $out pack("V", 0x0); # DCD pointer 8 print $out pack("V", 0x0); # Boot Data 9 print $out pack("V", 0x80EEA000); # Self Pointer (*ivt) 10 print $out pack("V", 0x80EEA020); # CSF Pointer (*csf) 11 print $out pack("V", 0x0); # Reserved
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/ |
H A D | redfish-schema-pack_2024.4.bb | 15 cat > ${WORKDIR}/redfish-schema-pack.pc <<EOF 17 schema_dir = ${DOLLAR}{prefix}/share/redfish-schema-pack 19 Name: redfish-schema-pack 20 Description: DMTF Redfish Schema Pack 26 install -d ${D}${datadir}/redfish-schema-pack/ 30 install -d ${D}${datadir}/redfish-schema-pack/$PATHSEG 32 ${D}${datadir}/redfish-schema-pack/$PATHSEG 36 install -m 0644 ${WORKDIR}/redfish-schema-pack.pc ${D}${libdir}/pkgconfig/
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch | 4 Subject: [PATCH] build/pack.c: do not insert payloadflags into .rpm metadata 13 build/pack.c | 2 +- 16 diff --git a/build/pack.c b/build/pack.c 18 --- a/build/pack.c 19 +++ b/build/pack.c
|
H A D | 0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch | 13 build/pack.c | 4 ---- 16 diff --git a/build/pack.c b/build/pack.c 18 --- a/build/pack.c 19 +++ b/build/pack.c
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | firmware_handlers_builder.cpp | 73 std::unique_ptr<ActionPack> pack = std::make_unique<ActionPack>(); in buildHandlerFromJson() local 80 pack->preparation = std::move(buildSystemd(prep)); in buildHandlerFromJson() 84 pack->preparation = SkipAction::CreateSkipAction(); in buildHandlerFromJson() 96 pack->verification = std::move(buildFileSystemd(verify)); in buildHandlerFromJson() 100 pack->verification = std::move(buildSystemd(verify)); in buildHandlerFromJson() 104 pack->verification = SkipAction::CreateSkipAction(); in buildHandlerFromJson() 116 pack->update = SystemdNoFile::CreateSystemdNoFile( in buildHandlerFromJson() 122 pack->update = std::move(buildFileSystemd(update)); in buildHandlerFromJson() 126 pack->update = std::move(buildSystemd(update)); in buildHandlerFromJson() 130 pack->update = SkipAction::CreateSkipAction(); in buildHandlerFromJson() [all …]
|
H A D | firmware_handler.cpp | 154 auto* pack = getActionPack(); in getActionStatus() local 163 * therefore pack will be known. */ in getActionStatus() 164 if (!pack) in getActionStatus() 168 value = pack->verification->status(); in getActionStatus() 178 if (!pack) in getActionStatus() 182 value = pack->update->status(); in getActionStatus() 746 auto* pack = getActionPack(); in changeState() local 747 if (pack) in changeState() 749 pack->preparation->trigger(); in changeState() 800 auto* pack = getActionPack(); in abortVerification() local [all …]
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | pack.cpp | 27 p.pack(v); in TEST() 39 p.pack(v); in TEST() 51 p.pack(v); in TEST() 63 p.pack(v); in TEST() 75 p.pack(v); in TEST() 90 p.pack(v1, v2); in TEST() 107 p.pack(v1, v2, v3, v4, v5, v6, v7, v8); in TEST() 121 p.pack(v); in TEST() 136 p.pack(v1, v2); in TEST() 151 p.pack(v); in TEST() [all …]
|
/openbmc/boost-dbus/include/dbus/ |
H A D | message.hpp | 133 bool pack(const Element& e, const Args&... args) { in pack() function 134 if (this->pack(e) == false) { in pack() 137 return pack(args...); in pack() 142 typename std::enable_if<is_fixed_type<Element>::value, bool>::type pack( in pack() function 148 typename std::enable_if<std::is_pointer<Element>::value, bool>::type pack( in pack() function 150 return pack(*e); in pack() 157 pack(const Container& c) { in pack() function 167 if (!sub.pack(element)) { in pack() 174 bool pack(const char* c) { in pack() function 178 // bool pack specialization [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 97 * @brief a payload class that provides a mechanism to pack and unpack data 106 * newly created payload object to pack all the parameters into a buffer that is 109 * These interfaces make calls into the message/pack.hpp and message/unpack.hpp 186 // this interface only allows full-byte access; pack in partial bytes in append() 217 * @brief empty out the bucket and pack it as bytes LSB-first 241 // base empty pack 242 int pack() in pack() function 248 * @brief pack arbitrary values (of any supported type) into the buffer 253 * @param arg - the first argument to pack 254 * @param args... - the optional remaining arguments to pack [all …]
|
/openbmc/openpower-proc-control/procedures/common/ |
H A D | collect_sbe_hb_data.cpp | 55 } PACK; member 81 } PACK; member 108 entry("SBE_MAJOR_ISTEP=%d", msg->PACK.majorStep), in collectSBEHBData() 109 entry("SBE_MINOR_ISTEP=%d", msg->PACK.minorStep), in collectSBEHBData() 125 if (HB_MBX5_VALID_FLAG == msg->PACK.magic) in collectSBEHBData() 128 entry("HB_MAJOR_ISTEP=%d", msg->PACK.majorStep), in collectSBEHBData() 129 entry("HB_MINOR_ISTEP=%d", msg->PACK.minorStep), in collectSBEHBData()
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/ |
H A D | log_handlers_builder.cpp | 73 auto pack = std::make_unique<LogBlobHandler::ActionPack>(); in buildHandlerFromJson() local 80 pack->onOpen = std::move(buildSystemd(onOpen)); in buildHandlerFromJson() 84 pack->onOpen = SkipAction::CreateSkipAction(); in buildHandlerFromJson() 96 pack->onDelete = std::move(buildSystemd(onDelete)); in buildHandlerFromJson() 100 pack->onDelete = SkipAction::CreateSkipAction(); in buildHandlerFromJson() 108 output.actions = std::move(pack); in buildHandlerFromJson()
|
/openbmc/boost-dbus/test/ |
H A D | message.cpp | 30 m2.pack(1); in TEST() 47 m.pack(v); in TEST() 50 m.pack(v, av); in TEST() 53 m.pack(foo, foo, foo); in TEST() 66 m.pack(v, av); in TEST()
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 479 ret.pack(set); in getLanIPv6Address() 480 ret.pack(types::enum_cast<uint4_t>(source), uint3_t{}, enabled); in getLanIPv6Address() 481 ret.pack(stdplus::raw::asView<char>(addr)); in getLanIPv6Address() 482 ret.pack(prefix); in getLanIPv6Address() 483 ret.pack(types::enum_cast<uint8_t>(status)); in getLanIPv6Address() 1131 ret.pack(current_revision); in getLan() 1178 ret.pack(types::enum_cast<uint2_t>(status), uint6_t{}); in getLan() 1184 ret.pack(support, uint2_t{}); in getLan() 1190 ret.pack(enables, uint2_t{}); // Callback in getLan() 1191 ret.pack(enables, uint2_t{}); // User in getLan() [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | pack.hpp | 67 * @brief Utility to pack a single C++ element into a Payload 72 * @tparam S - Type of element to pack. 77 /** @brief Do the operation to pack element. 79 * @param[in] p - Payload to pack into. 80 * @param[out] t - The reference to pack item into. 85 "Attempt to pack a type that has no IPMI pack operation"); in op() 86 // if not on a byte boundary, must pack values LSbit/LSByte first in op() 108 return std::apply([&p](const T&... args) { return p.pack(args...); }, in op() 125 lg2::error("long string truncated on IPMI message pack"); in op()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 044 | 58 sector = b''.join(struct.pack('>Q', 65 sector = b''.join(struct.pack('>H', 1) for j in range(0, 64 * 256)) 72 table = b''.join(struct.pack('>Q', (1 << 63) | off_l2 + 512 * j) 85 table = struct.pack('>1024Q', *pytable) 90 table = b''.join(struct.pack('>Q', (1 << 63) | off + 512 * j)
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | rmcp.h | 68 #pragma pack(1) 78 #pragma pack(0) 82 #pragma pack(1) 94 #pragma pack(0)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | pythonutil.py | 2 from struct import pack 9 packed_value = pack("!I", bits)
|
/openbmc/pldm/tools/fw-update/ |
H A D | pldm_fwup_pkg_creator.py | 80 struct.pack( 114 struct.pack( 150 pldm_fw_up_pkg.write(struct.pack("<H", int(component_bitmap_bit_length))) 181 struct.pack("<BH", package_header_format_revision, package_header_size) 290 struct.pack( 317 struct.pack(format_string, descriptor_type, descriptor_length) 351 pldm_fw_up_pkg.write(struct.pack("<B", device_id_record_count)) 413 struct.pack( 486 pldm_fw_up_pkg.write(struct.pack("<H", len(components))) 551 struct.pack( [all …]
|
/openbmc/u-boot/tools/kermit/ |
H A D | send_cmd | 11 set rec pack 1000 12 set send pack 1000
|