| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | fix-security-format.patch | 17 Info(slide, 0x401, ((char *)slide, 19 Info(slide, 0x401, ((char *)slide, 29 - Info(slide, 0x401, ((char *)slide, LoadFarString(EndSigMsg))); 30 - Info(slide, 0x401, ((char *)slide, LoadFarString(ReportMsg))); 31 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(EndSigMsg))); 32 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(ReportMsg))); 41 Info(slide, 0x401, 43 Info(slide, 0x401, 53 - Info(slide, 0x401, ((char *)slide, LoadFarString(EndSigMsg))); 54 + Info(slide, 0x401, ((char *)slide, "%s", LoadFarString(EndSigMsg))); [all …]
|
| H A D | 09-cve-2014-8139-crc-overflow.patch | 32 Info(slide, 1, ((char *)slide, "%-22s ", 40 + Info(slide, 1, 48 Info(slide, 1, ((char *)slide,
|
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 239 + Info(slide, 0x401, ((char *)slide, 246 + Info(slide, 0x401, ((char *)slide, 254 + Info(slide, 0x401, ((char *)slide, 275 + Info(slide, 0x401, ((char *)slide, 282 + Info(slide, 0x401, ((char *)slide, 290 + Info(slide, 0x401, ((char *)slide, 339 + Info(slide, 0x401, ((char *)slide, 346 + Info(slide, 0x401, ((char *)slide, 354 + Info(slide, 0x401, ((char *)slide, 375 + Info(slide, 0x401, ((char *)slide, [all …]
|
| H A D | CVE-2018-18384.patch | 26 Info(slide, 0, ((char *)slide, LoadFarString(LongHdrStats), 38 Info(slide, 0, ((char *)slide, LoadFarString(LongFileTrailer),
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_systeminfo_parameters.robot | 3 Documentation Module to test IPMI System Info Parameters functionality. 33 Verify System Info Set In Progress 34 [Documentation] Verify Set In Progress of System Info Parameter, 40 Set System Info Set In Progress 0x00 42 # Get System Info Parameter for param 0 - Set In Progress. 44 ${complete}= Get System Info Set In Progress 51 Set System Info Set In Progress 0x01 53 # Get System Info Parameter for param 0 - Set In Progress. 55 ${inprogress}= Get System Info Set In Progress 62 Verify System Info Set In Progress After BMC Reboot [all …]
|
| H A D | test_ipmi_inband_sdr.robot | 5 ... 2. Get Device SDR Info, 27 # Gets the Total Record Count from SDR Info and the last Record entry number. 77 Verify Sensor And SDR Count In Get Device SDR Info Via Inband IPMI 78 [Documentation] Verify Sensor and SDR Count in Get Device SDR Info via inband IPMI. 84 # Get Sensor Count From Get Device SDR Info command. 85 ${sensor_count1}= Get Sensor Count From SDR Info 89 # Get SDR Count From Get Device SDR Info command. 90 ${SDR_count1}= Get SDR Count From SDR Info 105 # Get Sensor Count From Get Device SDR Info command. 106 ${sensor_count2}= Get Sensor Count From SDR Info [all …]
|
| H A D | test_ipmi_sdr.robot | 21 Verify SDR Info 45 ... ${IPMI_RAW_CMD['SDR']['Get SDR allocation Info'][0]} 47 ${sdr_info}= Get SDR Info 71 Test CPU Core SDR Info At Power On 77 Test SDR Info core 80 Test DIMM SDR Info At Power On 86 Test SDR Info dimm 89 Test GPU SDR Info At Power On 95 Test SDR Info gv100card 98 Test CPU Core SDR Info A [all...] |
| H A D | test_ipmi_sel.robot | 157 # Get Most Recent Addition Timestamp from SEL Info. 158 ${addition_timestamp}= Get Most Recent Addition Timestamp From SEL Info 189 # Get Most Recent Addition Timestamp from SEL Info. 190 ${addition}= Get Most Recent Addition Timestamp From SEL Info 200 [Documentation] Verify Most Recent Erase Timestamp In SEL Info with current 207 # Get Most Recent Addition Timestamp from SEL Info. 208 ${addition_timestamp}= Get Most Recent Addition Timestamp From SEL Info 211 # Get Most Recent Erase Timestamp from SEL Info. 212 ${erase_timestamp}= Get Most Recent Erase Timestamp From SEL Info 425 Get Most Recent Addition Timestamp From SEL Info [all …]
|
| H A D | test_ipmi_sol.robot | 34 ${sol_info_dict}= Get SOL Info 49 ${sol_info_dict}= Get SOL Info 220 # Get channel number from SOL Info and verify it is not empty. 229 # Get Payload Port from SOL Info and verify it equal with ipmi port. 240 # Set valid non-volatile-bit-rate from SOL Info. 252 # Set Invalid non-volatile-bit-rate from SOL Info. 266 # Set valid volatile-bit-rate from SOL Info. 278 # Set invalid volatile-bit-rate from SOL Info. 292 # Set the param 0 - set-in-progress from SOL Info. 295 # Get the param 0 - set-in-progress from SOL Info an [all...] |
| H A D | test_ipmi_fru.robot | 21 Test FRU Info Of Power Supplies 26 ${ipmi_fru_component_info}= Get Component FRU Info ${COMPONENT_NAME_OF_POWER_SUPPLY} 101 ${status} ${fru_objs}= Run Keyword And Ignore Error Get Fru Info
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensordatahandler.hpp | 91 inline SensorName nameProperty(const Info& sensorInfo) in nameProperty() 104 inline SensorName nameLeaf(const Info& sensorInfo) in nameLeaf() 121 inline SensorName nameLeafProperty(const Info& sensorInfo) in nameLeafProperty() 135 SensorName nameParentLeaf(const Info& sensorInfo); 147 GetSensorResponse mapDbusToAssertion(const Info& sensorInfo, 160 GetSensorResponse assertion(const Info& sensorInfo); 170 GetSensorResponse eventdata2(const Info& sensorInfo); 182 GetSensorResponse readingAssertion(const Info& sensorInfo) in readingAssertion() 220 GetSensorResponse readingData(const Info& sensorInfo) in readingData() 369 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo, [all …]
|
| H A D | sensordatahandler.cpp | 53 SensorName nameParentLeaf(const Info& sensorInfo) in nameParentLeaf() 67 GetSensorResponse mapDbusToAssertion(const Info& sensorInfo, in mapDbusToAssertion() 112 GetSensorResponse mapDbusToEventdata2(const Info& sensorInfo) in mapDbusToEventdata2() 157 GetSensorResponse assertion(const Info& sensorInfo) in assertion() 163 GetSensorResponse eventdata2(const Info& sensorInfo) in eventdata2() 168 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo, in assertion() 184 std::optional<GetSensorResponse> eventdata2(uint8_t id, const Info& sensorInfo, in eventdata2() 220 ipmi::Cc eventdata(const SetSensorReadingReq&, const Info& sensorInfo, in eventdata() 243 ipmi::Cc assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion() 313 ipmi::Cc assertion(const SetSensorReadingReq& cmdData, const Info [all...] |
| H A D | host-ipmid-whitelist.conf | 28 0x06:0x42 //<App>:<Get Channel Info Command> 33 0x0A:0x10 //<Storage>:<Get FRU Inventory Area Info> 35 0x0A:0x20 //<Storage>:<Get SDR Repository Info> 38 0x0A:0x40 //<Storage>:<Get SEL Info> 50 0x2C:0x07 //<Group Extension>:<Get Sensor Info>
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Info-ZIP | 1 Info-ZIP License 3 Copyright (c) 1990-2009 Info-ZIP. All rights reserved. 5 For the purposes of this copyright and license, "Info-ZIP" is defined as the following set of indiv… 9 … is," without warranty of any kind, express or implied. In no event shall Info-ZIP or its contribu… 15 …Info-ZIP--must be plainly marked as such and must not be misrepresented as being the original sour… 16 …* Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip," "UnZipSFX," "WiZ," "Pock…
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 12 0x04:0x20 //<Sensor/Event>:<Get Device SDR Info> 32 0x06:0x3D //<App>:<Get Session Info> 35 0x06:0x42 //<App>:<Get Channel Info> 44 0x06:0x4B //<App>:<Get Payload Instance Info> 46 0x06:0x58 //<App>:<Set System Info Parameters> 47 0x06:0x59 //<App>:<Get System Info Parameters> 48 0x0A:0x10 //<Storage>:<Get FRU Inventory Area Info> 50 0x0A:0x20 //<Storage>:<Get SDR Repository Info> 53 0x0A:0x40 //<Storage>:<Get SEL Info> 68 0x2C:0x07 //<Group Extension>:<Get Sensor Info>
|
| /openbmc/ipmitool/contrib/ |
| H A D | exchange-bmc-os-info.sysconf | 9 ### Set OS Info in BMC/Service Processor ### 15 ### Reset OS Info in BMC/Service Processor ### 22 ### Set BMC/Service Processor Info in OS ###
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | dibbler_fix_getSize_crash.patch | 42 + Log(Info) << "### CPE Debug - Option with index " << optionCount++ << LogEnd ; 43 + Log(Info) << "### CPE Debug - Option with type " << (*opt)->getOptType() << LogEnd ; 46 + Log(Info) << "### CPE Debug - Packet size of option (Add 4) " << pktsize << LogEnd ;
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 161 struct Info struct 178 std::function<uint8_t(SetSensorReadingReq&, const Info&)> updateFunc; argument 180 std::function<GetSensorResponse(const Info&)> getFunc; argument 182 std::function<std::optional<GetSensorResponse>(uint8_t, const Info&, 188 std::function<SensorName(const Info&)> sensorNameFunc; argument 193 using IdInfoMap = std::map<Id, Info>;
|
| /openbmc/intel-ipmi-oem/ |
| H A D | ipmi-allowlist.conf | 25 0x04:0x20:0xff7f //<Sensor/Event>:<Get Device SDR Info> 63 0x06:0x3d:0xffff //<App>:<Get Channel Session Info> 67 0x06:0x42:0xff7f //<App>:<Get Channel Info> 76 0x06:0x4b:0xffff //<App>:<Get Payload Instance Info> 81 0x06:0x50:0xff7f //<App>:<Get Channel OEM Payload Info> 87 0x06:0x58:0xff7f //<App>:<Set System Info Parameters> 88 0x06:0x59:0xff7f //<App>:<Get System Info Parameters> 93 0x08:0x24:0xf93e //<Firmware>:<Get Boot Certificate Info> 105 0x0a:0x10:0xff7f //<Storage>:<Get FRU Inventory Area Info> 108 0x0a:0x20:0xff7f //<Storage>:<Get SDR Repository Info> [all …]
|
| /openbmc/libcper/specification/document/ |
| H A D | cper-json-specification.tex | 348 processorErrorInfo & array & Array of IA32/x64 Processor Error Info Structures as described in Subs… 350 processorContextInfo & array & Array of IA32/x64 Processor Context Info Structures as described in … 362 processorErrorInfoNum & int & The number of IA32/x64 Processor Error Info Structures (\ref{subsecti… 364 processorContextInfoNum & int & The number of IA32/x64 Processor Context Info Structures (\ref{subs… 381 % IA32/x64 Processor Error Info structure. 382 \subsection{IA32/x64 Processor Error Info Structure} 384 This structure describes a single IA32/x64 Processor Error Info sub-section, which is part of the l… 389 validationBits & object & An IA32/x64 Processor Error Info Validation structure, as defined in Subs… 400 \jsontableend{IA32/x64 Processor Error Info structure field table.} 402 % IA32/x64 Processor Error Info Validation structure. [all …]
|
| /openbmc/openbmc-test-automation/gui/ |
| H A D | __init__.robot | 16 Get OpenBMC System Info 28 Get OpenBMC System Info
|
| /openbmc/openbmc-test-automation/oem/ieisystem/ |
| H A D | test_sensor_monitoring.robot | 48 Check Sensor Status And Reading Via Sensor Info 58 Check Sensor Status And Reading Via Sensor Info 60 Check Sensor Status And Reading Via Sensor Info 69 Check Sensor Status And Reading Via Sensor Info 78 Check Sensor Status And Reading Via Sensor Info 185 Check Sensor Status And Reading Via Sensor Info
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_sensor_monitoring.robot | 46 Check Sensor Status And Reading Via Sensor Info 56 Check Sensor Status And Reading Via Sensor Info 58 Check Sensor Status And Reading Via Sensor Info 171 Check Sensor Status And Reading Via Sensor Info 172 [Documentation] Check Sensor Status And Reading Via Sensor Info.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
| H A D | tinyproxy.conf | 119 LogLevel Info
|
| /openbmc/bmcweb/http/ |
| H A D | logging.hpp | 43 Info, enumerator 57 {LogLevel::Info, 6}, in toSystemdLevel() 205 crow::vlog<crow::LogLevel::Info, Args...>( in BMCWEB_LOG_INFO()
|