Home
last modified time | relevance | path

Searched full:purpose (Results 1 – 25 of 5850) sorted by relevance

12345678910>>...234

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/clemente/
H A Dplatform-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina/
H A Dplatform-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dharma-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dyosemite4-temporary-host-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
H A Dyosemite4-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
31 Purpose:
39 Purpose:
47 Purpose:
55 Purpose:
/openbmc/linux/Documentation/hwmon/
Dmc13783-adc.rst
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dsantabarbara-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
[all …]
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dminerva-temporary-software-versions.yml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
38 Purpose:
46 Purpose:
54 Purpose:
62 Purpose:
70 Purpose:
78 Purpose:
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-mini-nand.dts54 partition@0 { /* for testing purpose */
58 partition@1 { /* for testing purpose */
62 partition@2 { /* for testing purpose */
66 partition@3 { /* for testing purpose */
70 partition@4 { /* for testing purpose */
74 partition@5 { /* for testing purpose */
78 partition@6 { /* for testing purpose */
82 partition@7 { /* for testing purpose */
86 partition@8 { /* for testing purpose */
90 partition@9 { /* for testing purpose */
[all …]
H A Dzynqmp-zc1751-xm016-dc2.dts123 partition@0 { /* for testing purpose */
127 partition@1 { /* for testing purpose */
131 partition@2 { /* for testing purpose */
135 partition@3 { /* for testing purpose */
139 partition@4 { /* for testing purpose */
143 partition@5 { /* for testing purpose */
148 partition@6 { /* for testing purpose */
152 partition@7 { /* for testing purpose */
156 partition@8 { /* for testing purpose */
160 partition@9 { /* for testing purpose */
[all …]
H A Dzynqmp-zc1751-xm017-dc3.dts119 partition@0 { /* for testing purpose */
123 partition@1 { /* for testing purpose */
127 partition@2 { /* for testing purpose */
131 partition@3 { /* for testing purpose */
135 partition@4 { /* for testing purpose */
139 partition@5 { /* for testing purpose */
144 partition@6 { /* for testing purpose */
148 partition@7 { /* for testing purpose */
152 partition@8 { /* for testing purpose */
156 partition@9 { /* for testing purpose */
[all …]
/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40 REG_GP0, /* General Purpose Register 0 */
41 REG_GP1, /* General Purpose Register 1 */
42 REG_GP2, /* General Purpose Register 2 */
43 REG_GP3, /* General Purpose Register 3 */
59 REG_GP4, /* General Purpose Register 4 */
60 REG_GP5, /* General Purpose Register 5 */
61 REG_GP6, /* General Purpose Register 6 */
62 REG_GP7, /* General Purpose Register 7 */
142 case REG_GP4: /* General Purpose Register 4 */ in allwinner_rtc_sun6i_read()
[all …]
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_version.cpp15 purpose=xyz.openbmc_project.Software.Version.VersionPurpose.PSU
22 "purpose=xyz.openbmc_project.Software.Version.VersionPurpose.PSU\r\n"
68 {"purpose", "version", "extended_version"}); in TEST_F()
70 auto purpose = ret["purpose"]; in TEST_F() local
75 purpose); in TEST_F()
98 {"purpose", "version", "extended_version"}); in TEST_F()
100 auto purpose = ret["purpose"]; in TEST_F() local
105 purpose); in TEST_F()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dupdate_manager.cpp43 bool verifyImagePurpose(Version::VersionPurpose purpose, in verifyImagePurpose() argument
46 if (purpose == Version::VersionPurpose::Host) in verifyImagePurpose()
139 // Get purpose in processImage()
140 auto purposeString = Version::getValue(manifestPath.string(), "purpose"); in processImage()
143 error("Unable to read purpose from manifest file"); in processImage()
155 "Failed to convert manifest purpose ({PURPOSE}) to enum; setting to Unknown.", in processImage()
156 "PURPOSE", purposeString); in processImage()
158 auto purpose = convertedPurpose.value_or(Version::VersionPurpose::Unknown); in processImage() local
160 if (!verifyImagePurpose(purpose, itemUpdater.type)) in processImage()
162 error("Purpose ({PURPOSE}) is not supported", "PURPOSE", purpose); in processImage()
[all …]
H A Dserialize.hpp26 /** @brief Serialization function - stores purpose information to file
29 * @param[in] purpose - VersionPurpose value for that version.
31 void storePurpose(const std::string& flashId, VersionPurpose purpose);
41 /** @brief Serialization function - restores purpose information from file
44 * @param[in] purpose - VersionPurpose reference for that version.
47 bool restorePurpose(const std::string& flashId, VersionPurpose& purpose);
/openbmc/linux/drivers/scsi/arm/
Dqueue.h
Dmsgqueue.h
Dmsgqueue.c
/openbmc/linux/arch/x86/lib/
Dkaslr.c
/openbmc/openbmc-test-automation/data/
H A Dopenbmc_redfish_interop_profile.json5 "Purpose": "A minimally viable profile describes the requirements for openBMC.", string
10 "Purpose": "Every implementation must have at least 1 chassis.", string
18 "Purpose": "Every implementation must have at least 1 computer system.", string
27 "Purpose": "Computer system with basic properties.", string
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dventura-temporary-software-versions.yaml6 Purpose:
14 Purpose:
22 Purpose:
30 Purpose:
/openbmc/linux/Documentation/virt/kvm/x86/
Dhypercalls.rst
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC0-1.05 Statement of Purpose
9 Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributin…
22purpose whatsoever, including without limitation commercial, advertising or promotional purposes (…
24Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affecte…
29 …imitation warranties of title, merchantability, fitness for a particular purpose, non infringement…
/openbmc/linux/arch/mips/include/asm/sgi/
Dheart.h
/openbmc/linux/drivers/media/pci/cx88/
Dcx88-reg.h

12345678910>>...234