Lines Matching refs:msg

109         std::string msg = "Could not get I2C bus and address from " + devPath;  in getI2CSearchKeys()  local
110 throw std::invalid_argument{msg.c_str()}; in getI2CSearchKeys()
149 std::string msg = "Could not get FSI links from " + devPath; in getFSISearchKeys() local
150 throw std::invalid_argument{msg.c_str()}; in getFSISearchKeys()
183 std::string msg = "Could not get SPI bus from " + devPath; in getSPISearchKeys() local
184 throw std::invalid_argument{msg.c_str()}; in getSPISearchKeys()
254 std::string msg = in extractCallouts() local
258 throw std::runtime_error(msg.c_str()); in extractCallouts()
293 std::string msg = "I2C: bus: " + busString + " address: " + addrString + in calloutI2C() local
296 return extractCallouts(callouts, msg); in calloutI2C()
300 std::string msg = "Problem looking up I2C callouts on " + busString + in calloutI2C()
302 throw std::invalid_argument(msg.c_str()); in calloutI2C()
342 std::string msg = "FSI: links: " + links + " dest: " + dest; in calloutFSI() local
344 return extractCallouts(callouts, msg); in calloutFSI()
348 std::string msg = "Problem looking up FSI callouts on " + links + ": " + in calloutFSI()
350 throw std::invalid_argument(msg.c_str()); in calloutFSI()
387 std::string msg = "FSI-I2C: links: " + links + " bus: " + busString + in calloutFSII2C() local
390 return extractCallouts(callouts, msg); in calloutFSII2C()
394 std::string msg = "Problem looking up FSI-I2C callouts on " + links + in calloutFSII2C() local
396 throw std::invalid_argument(msg.c_str()); in calloutFSII2C()
426 std::string msg = "FSI-SPI: links: " + links + " bus: " + busString + in calloutFSISPI() local
429 return extractCallouts(callouts, msg); in calloutFSISPI()
433 std::string msg = "Problem looking up FSI-SPI callouts on " + links + in calloutFSISPI()
435 throw std::invalid_argument(msg.c_str()); in calloutFSISPI()
480 std::string msg = in findCallouts()
482 throw std::invalid_argument{msg.c_str()}; in findCallouts()