Home
last modified time | relevance | path

Searched refs:HostPowerOffRequest (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-ipmi-sys/
H A Dhost_power_off.cpp37 struct HostPowerOffRequest request; in hostPowerOff()
45 std::memcpy(&request, data.data(), sizeof(struct HostPowerOffRequest)); in hostPowerOff()
H A Dhost_power_off.hpp31 struct HostPowerOffRequest struct
/openbmc/google-ipmi-sys/test/
H A Dpoweroff_unittest.cpp44 struct HostPowerOffRequest requestContents; in TEST()