Home
last modified time | relevance | path

Searched refs:hotPluggable (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/host-bmc/dbus/
H A Dpcie_slot.cpp44 bool PCIeSlot::hotPluggable() const in hotPluggable() function in pldm::dbus::PCIeSlot
47 hotPluggable(); in hotPluggable()
50 bool PCIeSlot::hotPluggable(bool value) in hotPluggable() function in pldm::dbus::PCIeSlot
53 hotPluggable(value); in hotPluggable()
H A Dpcie_slot.hpp52 bool hotPluggable() const override;
55 bool hotPluggable(bool value) override;
/openbmc/bmcweb/redfish-core/lib/
H A Dpcie_slots.hpp53 const bool* hotPluggable = nullptr; in onPcieSlotGetAllDone() local
58 hotPluggable); in onPcieSlotGetAllDone()
110 if (hotPluggable != nullptr) in onPcieSlotGetAllDone()
112 slot["HotPluggable"] = *hotPluggable; in onPcieSlotGetAllDone()
/openbmc/smbios-mdr/src/
H A Dpcieslot.cpp109 PCIeSlot::hotPluggable(characteristics & 0x2); in pcieIsHotPluggable()