Home
last modified time | relevance | path

Searched defs:busPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Doverlay.cpp101 static int deleteDevice(std::string_view busPath, uint64_t address, in deleteDevice()
117 static int createDevice(std::string_view busPath, std::string_view parameters, in createDevice()
134 static bool deviceIsCreated(std::string_view busPath, uint64_t bus, in deviceIsCreated()
151 std::string_view name, std::string_view busPath, in buildDevice()
211 std::string busPath(exportTemplate.busPath); in exportDevice() local
H A Ddevices.hpp36 std::string_view busPath; member
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp1169 fs::path busPath = fs::path("/dev/i2c-" + std::to_string(busNum)); in rescanOneBus() local
1252 for (const auto& busPath : busPaths) in rescanBusses() local