Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/rust/kernel/sync/lock/
H A Dspinlock.rs94 type State = bindings::spinlock_t; typedef
98 ptr: *mut Self::State, in init()
113 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
H A Dmutex.rs95 type State = bindings::mutex; typedef
99 ptr: *mut Self::State, in init()
114 unsafe fn unlock(ptr: *mut Self::State, _guard_state: &Self::GuardState) { in unlock()
/openbmc/linux/rust/kernel/sync/
H A Dlock.rs29 type State; typedef
41 ptr: *mut Self::State, in init()
59 unsafe fn unlock(ptr: *mut Self::State, guard_state: &Self::GuardState); in unlock()
67 unsafe fn relock(ptr: *mut Self::State, guard_state: &mut Self::GuardState) { in relock()
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst76 User-mode emulation
95 !User-mode emulation
/openbmc/telemetry/src/
H A Dstate.hpp23 class State class
26 explicit State(Object& object) : object(object) {} in State() function in State
/openbmc/libbej/test/json/
H A Dstorage.json9 "State": "Enabled", string
21 "State": "Enabled", string
H A Dcircuit.json6 "State": "Enabled", string
H A Ddrive_oem.json11 "State": "Enabled", string
H A Dstorage_large.json9 "State": "Enabled", string
20 "State": "Enabled", string
/openbmc/linux/Documentation/locking/
H A Dlockdep-design.rst38 State chapter
/openbmc/hiomapd/Documentation/
H A Dmboxd.md62 ### State Transitions
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md63 ### State Transitions
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessiondef.hpp44 enum class State : uint8_t global() enum
/openbmc/phosphor-networkd/src/
H A Dneighbor.cpp79 Neighbor::State Neighbor::state(State /*state*/) in state() argument
/openbmc/pldm/libpldmresponder/
H A Dplatform_state_sensor.hpp37 const std::map<pldm::responder::pdr_utils::State, in getStateSensorEventState()
H A Dpdr_utils.hpp74 using State = uint8_t; typedef
/openbmc/openbmc-test-automation/data/
H A Dtask_state.json26 "State": "Enabled" string
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build34 subdir('State') subdir
/openbmc/bmcweb/include/
H A Dmultipart_parser.hpp33 enum class State enum
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dresource.hpp10 enum class State{ enum
/openbmc/qemu/python/tests/
H A Dprotocol.py279 class State(TestBase): class
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp74 enum State enum
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c74 typedef enum State { enum
101 } State; typedef
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCertificateService.v1_0_6.json211 "State": { object
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DCertificateService.v1_0_6.json211 "State": { object

12