Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/files/
H A Def0e40d59c32d7ebeb94d242436e3144cefc174a.patch8 libwnck/pager-accessible-factory.h | 2 +-
9 libwnck/workspace-accessible-factory.h | 2 +-
12 diff --git a/libwnck/pager-accessible-factory.h b/libwnck/pager-accessible-factory.h
14 --- a/libwnck/pager-accessible-factory.h
15 +++ b/libwnck/pager-accessible-factory.h
25 diff --git a/libwnck/workspace-accessible-factory.h b/libwnck/workspace-accessible-factory.h
27 --- a/libwnck/workspace-accessible-factory.h
28 +++ b/libwnck/workspace-accessible-factory.h
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/
H A D0001-Allow-configuring-flash-image-files-compile-time.patch13 .../block_storage/factory/file/block_store_factory.c | 6 +++++-
14 .../service/block_storage/factory/file/component.cmake | 6 +++++-
15 .../block_storage/factory/semihosting/block_store_factory.c | 6 +++++-
16 .../block_storage/factory/semihosting/component.cmake | 6 +++++-
19 …it a/components/service/block_storage/factory/file/block_store_factory.c b/components/service/bloc…
21 --- a/components/service/block_storage/factory/file/block_store_factory.c
22 +++ b/components/service/block_storage/factory/file/block_store_factory.c
43 …--git a/components/service/block_storage/factory/file/component.cmake b/components/service/block_s…
45 --- a/components/service/block_storage/factory/file/component.cmake
46 +++ b/components/service/block_storage/factory/file/component.cmake
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_factory_reset_sub_menu.robot25 [Documentation] Verify navigation to factory reset page.
32 [Documentation] Verify existence of all sections in factory reset page.
39 [Documentation] Verify existence of all buttons in factory reset page.
48 [Documentation] Verify existence of all radio buttons in factory reset page.
52 # Navigate to factory reset page.
53 …vigate To Required Sub Menu ${xpath_settings_menu} ${xpath_factory_reset_sub_menu} factory-reset
67 # Navigate to factory reset page.
68 …vigate To Required Sub Menu ${xpath_settings_menu} ${xpath_factory_reset_sub_menu} factory-reset
87 # Navigate to factory reset page.
88 …vigate To Required Sub Menu ${xpath_settings_menu} ${xpath_factory_reset_sub_menu} factory-reset
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/
H A Dgrilo-plugins_0.3.16.bb18 # gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG relies on opengl b…
20 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'lua-factory', '', d)} \
23 PACKAGECONFIG[lua-factory] = "-Denable-lua-factory=yes,-Denable-lua-factory=no,lua libarchive json-…
/openbmc/phosphor-ipmi-blobs/
H A Dutils.cpp47 HandlerFactory factory; in loadLibraries() local
63 factory = reinterpret_cast<HandlerFactory>( in loadLibraries()
77 if (seen.count(factory) > 0) in loadLibraries()
81 seen.emplace(factory); in loadLibraries()
85 std::unique_ptr<GenericBlobInterface> result = factory(); in loadLibraries()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dmaketype.py30 def factory(var_type): function
44 obj = factory(var_type)
89 def register(name, factory): argument
94 factory_setup(name, factory)
95 available_types[factory.name] = factory
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/
H A DREADME.md5 The OpenBMC API defines a factory reset interface, which is intended to be used
9 factory defaults as needed.
15 Path: `/xyz/openbmc_project/network` The network factory reset overwrites the
22 Path: `/xyz/openbmc_project/software` The BMC software updater factory reset
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py253 def factory(self, objs): member in ConfigEntry
254 """Optional factory interface for subclasses to add
261 after all factory methods have been run."""
280 def factory(self, objs): member in Path
293 super(Path, self).factory(objs)
318 def factory(self, objs): member in Property
338 super(Property, self).factory(objs)
394 """Provide a factory method for groups whose members are
400 def factory(self, objs): member in ImplicitGroup
403 factory
518 def factory(self, objs): global() member in HasPropertyIndex
579 def factory(self, objs): global() member in HasPathIndex
632 def factory(self, objs): global() member in GroupOfFilters
658 def factory(self, objs): global() member in PropertyWatch
758 def factory(self, objs): global() member in ConditionCallback
801 def factory(self, objs): global() member in Condition
954 def factory(self, objs): global() member in Method
1039 def factory(self, objs): global() member in GroupOfCallbacks
1077 def factory(self, objs): global() member in GroupOfPathCallbacks
[all...]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py110 def factory(self, objs): member in ConfigEntry
230 def factory(self, objs): member in Fan
235 factory = Everything.classmap(self.rpolicy["type"])
236 rpolicy = factory(**self.rpolicy)
242 factory = Everything.classmap(m["type"])
243 sensor = factory(**m)
248 super(Fan, self).factory(objs)
290 factory = Everything.classmap(x["class"])
291 obj = factory(**x)
304 obj.factory(objs)
/openbmc/openpower-host-ipmi-oem/
H A DREADME.md30 This command will call to reset the BMC to its factory default. See the
31 [`FactoryReset`][0] interface for the factory reset implementation details.
35 1. Power the chassis off. The host needs to be powered off because the factory
40 2. Set the BMC to perform factory reset on reboot.
41 3. Reboot the BMC for the factory reset to take effect.
/openbmc/openpower-dbus-interfaces/xyz/openbmc_project/Common/FactoryReset/
H A DREADME.md5 The OpenBMC API defines a factory reset interface, which is intended to be used
9 factory defaults as needed.
17 The host software updater factory reset immediately clears persistence files
/openbmc/phosphor-buttons/inc/
H A Dpower_button_profile_factory.hpp29 static PowerButtonProfileFactory factory; in instance() local
30 return factory; in instance()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js8 (function (factory) {
11 define(['jquery'], factory);
14 factory(jQuery);
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A Dcpld_interface.cpp8 static CPLDFactory factory; in instance() local
9 return factory; in instance()
/openbmc/u-boot/board/davinci/da8xxevm/
H A DKconfig22 their MAC address in SPI Flash from the factory
29 their MAC address in SPI Flash from the factory,
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/
H A D025-factory-reset11 if /sbin/fw_printenv openbmcinit openbmconce | grep -w -q factory-reset ; then
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp513 CQGAVssProviderFactory *factory; in DllGetClassObject() local
515 factory = new CQGAVssProviderFactory; in DllGetClassObject()
519 factory->AddRef(); in DllGetClassObject()
520 HRESULT hr = factory->QueryInterface(riid, ppv); in DllGetClassObject()
521 factory->Release(); in DllGetClassObject()
/openbmc/openbmc/meta-openpower/classes/
H A Dopenpower-software-manager-mmc.bbclass6 openpower-bios-factory-reset.service \
/openbmc/u-boot/configs/
H A Ddisplay5_factory_defconfig33 CONFIG_SYS_PROMPT="display5 factory > "
60 …128k(SPL),1m(u-boot),64k(env1),64k(env2),4m(swu-kernel),16m(swu-initramfs),1m(factory),-(reserved)"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0015-se-proxy-protobuf-change.patch20 +#include <service/crypto/factory/crypto_provider_factory.h>
42 + EMSG("Failed to create crypto protobuf provider factory");
/openbmc/openbmc/meta-ibm/recipes-support/lldpd/
H A Dlldpd_%.bbappend1 #LLDP factory reset default configuration
/openbmc/webui-vue/src/views/Operations/FactoryReset/
H A DFactoryReset.vue6 <b-form id="factory-reset" @submit.prevent="onResetSubmit">
11 id="factory-reset-options"
/openbmc/u-boot/board/freescale/mx28evk/
H A DREADME53 factory. It comes with an empty slot (U23), which allows the insertion of a
56 mx28evk does not come with SPI NOR flash populated from the factory either.
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/
H A Dstatic-mac-addr.bb3 factory-specified > u-boot-specified > random"
/openbmc/u-boot/board/toradex/colibri_imx6/
H A DKconfig35 bool "Enable factory testing commands for Toradex iMX 6 modules"

1234