Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.cpp107 ((error - pidinfoptr->lastError) / pidinfoptr->ts); in pid()
178 pidinfoptr->lastError = error; in pid()
H A Dpid.hpp29 double lastError; // value of last error member
/openbmc/phosphor-pid-control/pid/
H A Dutil.cpp60 << " last_error: " << info->lastError in dumpPIDStruct()
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py136 raise Exception("Query failed: " + q.lastError().text())
141 raise Exception("Query failed: " + q.lastError().text())
H A Dexport-to-postgresql.py318 raise Exception("Query failed: " + q.lastError().text())
H A Dexported-sql-viewer.py186 raise Exception("Query failed: " + query.lastError().text())
4977 raise Exception("Failed to open database " + dbname + " error: " + db.lastError().text())