Home
last modified time | relevance | path

Searched full:precondition (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/phosphor-fan-presence/control/
H A Dpreconditions.hpp11 namespace precondition namespace
15 * @brief A precondition to compare a group of property values and
17 * @details Compares each entry within the precondition group to a given value
19 * event is then initialized. At any point a precondition entry's value no
23 * @param[in] pg - Precondition property group of property values
27 * A lambda function to compare precondition property value states
34 * @brief A precondition to determine if there are any missing owners
37 * if any of the services are missing an owner, the precondition passes
44 * A lambda function precondition to check for group member services
49 } // namespace precondition
H A Dpreconditions.cpp15 namespace precondition namespace
25 // Compare given precondition entries in property_states_match()
48 // Init the events when all the precondition(s) are true in property_states_match()
58 // Unsubscribe the events' signals when any precondition is false in property_states_match()
82 // Init the events when all the precondition(s) are true in services_missing_owner()
89 // Unsubscribe the events' signals when any precondition is false in services_missing_owner()
97 } // namespace precondition
H A Dgen-fan-zone-defs.py615 Parses the precondition section of an event and populates the necessary
616 structures to generate a precondition for a set speed event.
620 # Add set speed event precondition name
623 # Add set speed event precondition group
625 zNum, zCond, event["precondition"], events_data
628 # Add set speed event precondition actions
631 pcs["name"] = event["precondition"]["name"]
635 if p["name"] == event["precondition"]["name"]
677 for pce in event["precondition"]["events"]:
684 # Add precondition event triggers
[all …]
H A Dtriggers.hpp42 * is initialized at application start or each time an event's precondition
/openbmc/phosphor-fan-presence/control/example/
H A Devents.yaml36 # on the precondition's resulting state]
37 # - name: [Name associated with an available precondition function]
38 # description: [A user description of the precondition's use]
40 # [Ordered list of required parameters for the precondition function]
50 # precondition{OPTIONAL}:
51 # name: [Name of the precondition function]
74 # events: [Define the event that is to be loaded when the precondition
339 # precondition:
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__manual_lifetime.hpp74 //! Precondition: The lifetime has started.
80 //! Precondition: The lifetime has started.
87 //! Precondition: The lifetime has started.
94 //! Precondition: The lifetime has started.
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dactive-semi,act8945a-charger.yaml37 active-semi,precondition-timeout:
40 Specifies the charger's PRECONDITION safety timer setting value in minutes.
73 active-semi,precondition-timeout = <40>;
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c283 * precondition: can both be called locked and unlocked
328 * precondition: perimeter lock is not acquired.
349 * Precondition: Since this function is called in brcms_pci_probe() context,
362 * Precondition: Since this function is called in brcms_pci_probe() context,
1341 * precondition: perimeter lock has been acquired
1350 * precondition: perimeter lock has been acquired
1361 * precondition: perimeter lock has been acquired
1419 * precondition: perimeter lock has been acquired
1434 * precondition: perimeter lock has been acquired
1457 * precondition: perimeter lock is not acquired
[all …]
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dactive-semi,act8945a.yaml105 active-semi,precondition-timeout:
106 description: Precondition timeout
254 active-semi,precondition-timeout = <40>;
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DZone.v1_6_3.json54 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu…
59 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu…
249 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu…
254 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu…
/openbmc/docs/
H A Dcommunity-membership.md85 - Code reviewer status may be a precondition to accepting large code
124 - Having an owner with platform maintainer status may be a precondition to
172 - Approver status may be a precondition to accepting large code contributions
/openbmc/linux/drivers/i2c/busses/
H A Di2c-aspeed.c173 /* precondition: bus.lock has been acquired. */
367 /* precondition: bus.lock has been acquired. */
400 /* precondition: bus.lock has been acquired. */
749 /* precondition: bus.lock has been acquired. */
909 /* precondition: bus.lock has been acquired. */
926 /* precondition: bus.lock has been acquired. */
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/
H A Devents.yaml228 precondition:
344 precondition:
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dact8945a.txt79 active-semi,precondition-timeout = <40>;
/openbmc/linux/include/kunit/
H A Dtry-catch.h36 * assertions. Assertions allow stating a precondition for a test simplifying
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/
H A Devents.yaml316 precondition:
591 precondition:
681 precondition:
/openbmc/linux/include/linux/
H A Di2c-atr.h60 * Precondition: all the adapters added with i2c_atr_add_adapter() must be
/openbmc/linux/drivers/staging/greybus/
H A Darche-apb-ctrl.c437 * Also, need to make sure we meet precondition for unipro suspend in arche_apb_ctrl_suspend()
438 * Precondition: Definition ??? in arche_apb_ctrl_suspend()
H A Darche-platform.c584 * Also, need to make sure we meet precondition for unipro suspend in arche_platform_suspend()
585 * Precondition: Definition ??? in arche_platform_suspend()
/openbmc/linux/rust/kernel/
H A Dstr.rs99 // SAFETY: The safety precondition guarantees `ptr` is a valid pointer in from_char_ptr()
102 // SAFETY: Lifetime guaranteed by the safety precondition. in from_char_ptr()
142 // SAFETY: Properties of `bytes` guaranteed by the safety precondition. in from_bytes_with_nul_unchecked()
/openbmc/linux/drivers/usb/misc/
H A Dehset.c42 * test command. Most hubs don't enforce this precondition, but there in ehset_prepare_port_for_testing()
/openbmc/linux/arch/arm64/lib/
H A Dcopy_template.S105 * precondition that src address is at least 16 bytes bigger than dst
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DZone_v1.xml82 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu…
86 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu…
108 …Endpoint` parameter specifies, the service shall return the HTTP `428 Precondition Required` statu…
112 … the current ETag of the zone, the service shall return the HTTP `428 Precondition Required` statu…
/openbmc/phosphor-fan-presence/control/templates/
H A Dfan_zone_defs.mako.cpp119 precondition::${a['name']}(
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A Ddelta.h284 * Precondition: stream header must have been successfully
300 * Precondition: get_streaminfo() must be successful

123