Home
last modified time | relevance | path

Searched defs:portName (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-modbus/rtu/inventory/
H A Dmodbus_inventory.cpp273 auto Device::probePort(std::string portName) -> sdbusplus::async::task<void> in probePort()
304 auto Device::probeDevice(uint8_t address, const std::string& portName, in probeDevice()
384 auto Device::addInventorySource(uint8_t address, const std::string& portName, in addInventorySource()
/openbmc/phosphor-modbus/tests/
H A Dtest_firmware.cpp53 static constexpr auto portName = "TestPort0"; member in FirmwareTest
H A Dtest_sensors.cpp52 static constexpr auto portName = "TestPort0"; member in SensorsTest
/openbmc/phosphor-networkd/src/
H A Dutil.cpp255 std::string portName = line.substr(portStart, portEnd - portStart); in parseLLDPConf() local
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_config.hpp88 std::string portName = "unknown"; member