Home
last modified time | relevance | path

Searched +full:fail +full:- +full:safe (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DMode.interface.yaml3 notion of a fail-safe mode.
10 - name: Manual
14 - name: FailSafe
17 Whether the object is in fail-safe mode or not.
/openbmc/phosphor-pid-control/pid/
H A Dpidloop.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
38 zone->updateSensors(); in processThermals()
40 zone->clearSetPoints(); in processThermals()
41 zone->clearRPMCeilings(); in processThermals()
43 zone->processThermals(); in processThermals()
45 zone->determineMaxSetPointRequest(); in processThermals()
63 zone->initializeLog(); in pidControlLoop()
66 zone->initializeCache(); in pidControlLoop()
73 nextTime = timer->expiry(); in pidControlLoop()
76 uint64_t msPerFanCycle = zone->getCycleIntervalTime(); in pidControlLoop()
[all …]
H A Dzone.hpp126 /* Method for reading whether in fail-safe mode over dbus */
151 ReadReturn r = sensor->read(); in processSensorInputs()
153 int64_t timeout = sensor->getTimeout(); in processSensorInputs()
157 std::chrono::duration_cast<std::chrono::seconds>(now - then) in processSensorInputs()
182 // check if fan fail. in processSensorInputs()
183 if (sensor->getFailed()) in processSensorInputs()
185 markSensorMissing(sensorInput, sensor->getFailReason()); in processSensorInputs()
200 outputFailsafeLogWithZone(_zoneId, this->getFailSafeMode(), in processSensorInputs()
217 outputFailsafeLogWithZone(_zoneId, this->getFailSafeMode(), in processSensorInputs()
235 // Zone fail safe Percent setting by configuration.
[all …]
H A Dzone_interface.hpp52 * set the input as failsafe - to default the zone to failsafe before it
85 /** Compute the value returned by getMaxSetPointRequest - called from the
90 /** Given the set points added via addSetPoint, return the maximum value -
95 /** Return if the zone has any sensors in fail safe mode. */
98 * fail safe.
/openbmc/linux/tools/testing/selftests/fpu/
Dtest_fpu.c
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
Dqcom,pm8941-charger.yaml
/openbmc/qemu/hw/remote/
H A Dmpqemu-link.c7 * See the COPYING file in the top-level directory.
14 #include "hw/remote/mpqemu-link.h"
17 #include "qemu/error-report.h"
18 #include "qemu/main-loop.h"
25 * This function is safe to call from:
26 * - main loop in co-routine context. Will block the main loop if not in
27 * co-routine context;
28 * - vCPU thread with no co-routine context and if the channel is not part
30 * - IOThread within co-routine context, outside of co-routine context
46 send[1].iov_base = (void *)&msg->data; in mpqemu_msg_send()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb5 LICENSE = "Apache-2.0"
8 RRECOMMENDS:${PN} += "packagegroup-obmc-ipmid-providers-libs"
9 …${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'transport-null', '', 'virtual-obmc-host-ipmi-hw',…
12 inherit obmc-phosphor-ipmiprovider-symlink
13 inherit obmc-phosphor-sdbus-service
14 inherit obmc-phosphor-systemd
15 inherit phosphor-ipmi-host
23 'VIRTUAL-RUNTIME_phosphor-ipmi-providers', True) or ''
25 whitelists = [ '{}-whitelist-native'.format(x) for x in whitelists ]
30 # ex. "example nvidia" -> -Doem-libraries="['example','nvidia']"
[all …]
/openbmc/phosphor-pid-control/ipmi/
H A DREADME5 [0] = Subcommand, Get(0) or Set(1), Get(2) for fail-safe mode.
/openbmc/linux/lib/
Dlocking-selftest.c
/openbmc/linux/tools/testing/selftests/ia64/
Daliasing-test.c
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DWidget-Workshop4 its documentation for NON-COMMERCIAL or COMMERCIAL purposes and
9 FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. WIDGET WORKSHOP
12 THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR RESALE AS ON-LINE
13 CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE PERFORMANCE,
/openbmc/linux/drivers/usb/chipidea/
Dotg_fsm.h
/openbmc/linux/include/linux/
Dpercpu-refcount.h
/openbmc/linux/arch/um/include/asm/
Dfixmap.h
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dlog_id.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
20 #include <phosphor-logging/lg2.hpp>
61 // Note: there isn't a need to be thread safe. in generatePELID()
86 if (idFile.fail()) in generatePELID()
102 if (idFile.fail()) in generatePELID()
/openbmc/linux/arch/microblaze/include/asm/
Dfixmap.h
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-Fix-invalid-sigprocmask-call.patch5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
11 The pthread_sigmask() and sigprocmask() functions shall fail if:
16 and this is how musl-libc is currently doing. Fix the call to be safe
22 2017-03-24 Yousong Zhou <yszhou4tech@gmail.com>
24 * common/signals-state-save-restore.c (save_original_signals_state):
27 Upstream-Status: Pending [not author, cherry-picked from LEDE https://bugs.lede-project.org/index.p…
28 Signed-off-by: André Draszik <adraszik@tycoint.com>
29 Signed-off-by: Khem Raj <raj.khem@gmail.com>
[all …]
/openbmc/openbmc/poky/meta/recipes-support/attr/acl/
H A D0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch15 process's heap memory management, but can also cause a process to fail
26 Fixes: 3737f00 ("use thread-safe getpwnam_r and getgrnam_r")
27 Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
29 Upstream-Status: Backport
30 Signed-off-by: Ross Burton <ross.burton@arm.com>
31 ---
35 diff --git a/libmisc/uid_gid_lookup.c b/libmisc/uid_gid_lookup.c
37 --- a/libmisc/uid_gid_lookup.c
39 @@ -91,6 +91,7 @@ __acl_get_uid(const char *token, uid_t *uid_p)
46 return result ? 0 : -1;
[all …]
/openbmc/linux/drivers/usb/host/
Dehci-mem.c
/openbmc/linux/arch/mips/include/asm/
Dfixmap.h
/openbmc/linux/include/kunit/
Dtest-bug.h
/openbmc/linux/Documentation/driver-api/firmware/
Dfirmware_cache.rst
/openbmc/linux/kernel/power/
Dautosleep.c
/openbmc/linux/Documentation/livepatch/
Dsystem-state.rst

12345678910>>...16