Searched defs:Backplane (Results 1 – 7 of 7) sorted by relevance
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 854 struct Backplane : std::enable_shared_from_this<Backplane> struct 857 Backplane(size_t busIn, size_t addressIn, size_t backplaneIndexIn, in Backplane() function 865 void populateAsset(const std::string& rootPath, const std::string& busname) in populateAsset() 895 static std::string zeroPad(const uint8_t val) in zeroPad() 903 void run(const std::string& rootPath, const std::string& busname) in run() 982 timer.async_wait([weak{std::weak_ptr<Backplane>(shared_from_this())}]( in runTimer() argument 1017 void createDrives() in createDrives() 1038 void updateDrives() in updateDrives() 1066 bool getPresent() in getPresent() 1072 bool getTypeID(uint8_t& val) in getTypeID() [all …]
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | physical_context.hpp | 26 Backplane, enumerator
|
H A D | resource.hpp | 90 Backplane, enumerator
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | PhysicalContext.json | 92 "Backplane": "A backplane within the chassis.", string
|
H A D | Resource.v1_20_0.json | 302 "Backplane": "A backplane.", string 310 "Backplane": "This value shall indicate the part is a backplane in an enclosure.", string 318 "Backplane": "v1_12_0", string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | PhysicalContext.json | 92 "Backplane": "A backplane within the chassis.", string
|
H A D | Resource.v1_20_0.json | 302 "Backplane": "A backplane.", string 310 "Backplane": "This value shall indicate the part is a backplane in an enclosure.", string 318 "Backplane": "v1_12_0", string
|