Home
last modified time | relevance | path

Searched refs:Info (Results 1 – 25 of 179) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dfix-security-format.patch17 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 D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch239 + 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 D09-cve-2014-8139-crc-overflow.patch32 Info(slide, 1, ((char *)slide, "%-22s ",
40 + Info(slide, 1,
48 Info(slide, 1, ((char *)slide,
H A DCVE-2018-18384.patch26 Info(slide, 0, ((char *)slide, LoadFarString(LongHdrStats),
38 Info(slide, 0, ((char *)slide, LoadFarString(LongFileTrailer),
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot3 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 Dtest_ipmi_inband_sdr.robot5 ... 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 Dtest_ipmi_sdr.robot21 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 At Power Off
[all …]
H A Dtest_ipmi_sel.robot157 # 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
394 Get Most Recent Addition Timestamp From SEL Info
[all …]
H A Dtest_ipmi_sol.robot34 ${sol_info_dict}= Get SOL Info
49 ${sol_info_dict}= Get SOL Info
219 # Get channel number from SOL Info and verify it is not empty.
228 # Get Payload Port from SOL Info and verify it equal with ipmi port.
239 # Set valid non-volatile-bit-rate from SOL Info.
251 # Set Invalid non-volatile-bit-rate from SOL Info.
265 # Set valid volatile-bit-rate from SOL Info.
277 # Set invalid volatile-bit-rate from SOL Info.
291 # Set the param 0 - set-in-progress from SOL Info.
294 # Get the param 0 - set-in-progress from SOL Info and verify.
[all …]
H A Dtest_ipmi_fru.robot21 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 Dsensordatahandler.hpp82 inline SensorName nameProperty(const Info& sensorInfo) in nameProperty()
95 inline SensorName nameLeaf(const Info& sensorInfo) in nameLeaf()
112 inline SensorName nameLeafProperty(const Info& sensorInfo) in nameLeafProperty()
126 SensorName nameParentLeaf(const Info& sensorInfo);
138 GetSensorResponse mapDbusToAssertion(const Info& sensorInfo,
151 GetSensorResponse assertion(const Info& sensorInfo);
161 GetSensorResponse eventdata2(const Info& sensorInfo);
173 GetSensorResponse readingAssertion(const Info& sensorInfo) in readingAssertion()
202 GetSensorResponse readingData(const Info& sensorInfo) in readingData()
340 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
[all …]
H A Dsensordatahandler.cpp53 SensorName nameParentLeaf(const Info& sensorInfo) in nameParentLeaf()
67 GetSensorResponse mapDbusToAssertion(const Info& sensorInfo, in mapDbusToAssertion()
101 GetSensorResponse mapDbusToEventdata2(const Info& sensorInfo) in mapDbusToEventdata2()
136 GetSensorResponse assertion(const Info& sensorInfo) in assertion()
142 GetSensorResponse eventdata2(const Info& sensorInfo) in eventdata2()
147 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo, in assertion()
163 std::optional<GetSensorResponse> eventdata2(uint8_t id, const Info& sensorInfo, in eventdata2()
199 ipmi_ret_t eventdata(const SetSensorReadingReq&, const Info& sensorInfo, in eventdata()
222 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion()
292 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData, const Info& sensorInfo) in assertion()
[all …]
H A Dhost-ipmid-whitelist.conf28 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 DInfo-ZIP1 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…
15Info-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 Dgbs-ipmid-whitelist.conf12 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/intel-ipmi-oem/
H A Dipmi-allowlist.conf25 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 Dcper-json-specification.tex348 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/ipmitool/contrib/
H A Dexchange-bmc-os-info.sysconf9 ### Set OS Info in BMC/Service Processor ###
15 ### Reset OS Info in BMC/Service Processor ###
22 ### Set BMC/Service Processor Info in OS ###
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp160 struct Info struct
177 std::function<uint8_t(SetSensorReadingReq&, const Info&)> updateFunc; argument
179 std::function<GetSensorResponse(const Info&)> getFunc; argument
181 std::function<std::optional<GetSensorResponse>(uint8_t, const Info&,
187 std::function<SensorName(const Info&)> sensorNameFunc; argument
192 using IdInfoMap = std::map<Id, Info>;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A Ddibbler_fix_getSize_crash.patch42 + 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/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot12 Get BMC IPv6 Info
51 @{ip_data}= Get BMC IPv6 Info
63 ${route_info}= Get BMC IPv6 Route Info
74 Get BMC IPv6 Route Info
/openbmc/linux/Documentation/driver-api/pldmfw/
H A Dfile-format.rst25 | Component Info |
71 | Package Version Info |
136 Component Info
186 | Component Version Info |
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_sensor_monitoring.robot44 Check Sensor Status And Reading Via Sensor Info
54 Check Sensor Status And Reading Via Sensor Info
56 Check Sensor Status And Reading Via Sensor Info
165 Check Sensor Status And Reading Via Sensor Info
166 [Documentation] Check Sensor Status And Reading Via Sensor Info.
/openbmc/openbmc-test-automation/gui/
H A D__init__.robot16 Get OpenBMC System Info
28 Get OpenBMC System Info
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-lefi-boardinfo18 Board Info
23 BIOS Info

12345678