Home
last modified time | relevance | path

Searched refs:existing (Results 51 – 75 of 1074) sorted by relevance

12345678910>>...43

/openbmc/linux/Documentation/dev-tools/kunit/
H A Drun_manual.rst20 - We have an existing kernel configuration to test.
23 - Wish to integrate with some existing testing systems.
/openbmc/qemu/plugins/
H A Dloader.c230 void *existing; in plugin_load() local
233 existing = g_hash_table_lookup(plugin.id_ht, &ctx->id); in plugin_load()
234 if (likely(existing == NULL)) { in plugin_load()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c254 static int combine_test_results(int existing, int latest) in combine_test_results() argument
256 if (existing == TEST_FAIL) in combine_test_results()
258 if (existing == TEST_SKIP) in combine_test_results()
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/
H A Dlibtool-native_2.4.7.bb10 # Remove any existing libtool m4 since old stale versions would break
H A Dnativesdk-libtool_2.4.7.bb13 # Remove any existing libtool m4 since old stale versions would break
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DFilePath.interface.yaml4 Typically, this is added onto an existing object path to show a relationship
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A DKconfig7 validate the existing APIs in the media subsystem. It can also aid developers
/openbmc/docs/designs/
H A Dhw-fault-monitor.md30 The following are a few related existing OpenBMC modules:
96 - On CATERR, the Host Error Monitor requests a crash dump (this is an existing
121 consist of components incorporated into the existing repositories
124 In the existing Host Error Monitor module, new monitors will be created to add
145 added into the existing Phosphor Debug Collector repository with an associated
149 existing Phosphor Debug Collector daemon (specifically the one whose main()
171 (/redfish/v1/Systems/system/LogServices/EventLog) or other logs already existing
H A Ddump-manager.md14 required for the debugging needs to be collected as a dump. The existing OpenBMC
109 This proposal focuses on re-using the existing
115 #### Brief design points of existing phosphor-debug-collector
141 #### Updates proposed to the existing phosphor-debug-collector.
225 - The existing BMC dump interface needs to be re-used. The current interface is
227 will be provided for BMC dump also without changing the existing interface.
240 existing dump manager functions are not broken.
/openbmc/openpower-occ-control/
H A Docc_manager.cpp1012 auto existing = sensorData.find(sensorPath); in readTempSensors() local
1013 if (existing != sensorData.end()) in readTempSensors()
1016 if ((std::isnan(existing->second) && (tempValue == 0)) || in readTempSensors()
1017 ((existing->second == 0) && std::isnan(tempValue))) in readTempSensors()
1023 existing->second = tempValue; in readTempSensors()
1025 if (std::isnan(existing->second) || (tempValue > existing->second)) in readTempSensors()
1027 existing->second = tempValue; in readTempSensors()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-msc19 If operating mode changes, existing buffer is deallocated,
34 Writing to this file deallocates existing buffer (provided
/openbmc/linux/security/integrity/evm/
H A DKconfig27 additional info to the calculation, requires existing EVM
44 additional info to the calculation, requires existing EVM
/openbmc/u-boot/fs/ext4/
H A DKconfig13 existing ext4 filesystem partition.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DReplace.interface.yaml2 Certificate interface to replace existing certificate.
H A DReplaceAll.interface.yaml2 Authority Manager's interface to replace existing authorities list.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A Detcd.service10 EnvironmentFile=/etc/etcd.d/etcd-existing.conf
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxev_1.2.6.bb6 typed in, clicked in, etc.). You can also attach it to an existing window."
/openbmc/linux/Documentation/bpf/
H A Dmap_cpumap.rst60 helper. This helper replaces existing elements atomically. The ``value`` parameter
74 - BPF_ANY: Create a new element or update an existing element.
76 - BPF_EXIST: Update an existing element.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-lohit_2.92.1.bb3 SUMMARY = "The project goal is to improve existing offerings of the fonts \
/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/
H A Dphosphor-virtual-sensor_git.bb2 DESCRIPTION = "virtual sensors created from existing sensors and config data"
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/
H A DNotify.interface.yaml4 update an existing dump object or add a new one with the provided
5 properties. The existing create interface should be used when the data is
/openbmc/qemu/tests/qemu-iotests/
H A D282.out10 == Pre-existing image file should also be deleted after the error ==
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Dtegra20-i2c.txt13 (TODO: merge with existing example):
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A Dinitrd.txt7 userspace environments, you might wish to press an existing initrd
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/
H A Dnopoll_0.4.6.b400.bb4 provide WebSocket support to existing TCP oriented applications.\

12345678910>>...43