Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp159 constexpr auto CONTROL_HOST_PATH = "/org/open_power/control/host0"; in resetOCC() local
163 auto service = utils::getService(CONTROL_HOST_PATH, CONTROL_HOST_INTF); in resetOCC()
166 auto method = bus.new_method_call(service.c_str(), CONTROL_HOST_PATH, in resetOCC()