Searched refs:err_string (Results 1 – 4 of 4) sorted by relevance
173 const char *err_string = GetCString(); in GetDescription() local175 (err_string != nullptr ? err_string : "")); in GetDescription()
113 std::string err_string = "[GPU Memory Error] Addr: " + addr; in callbackEvent() local114 err_string += " Reason: "; in callbackEvent()116 err_string += "No Idea! "; in callbackEvent()119 err_string += "Page not present or supervisor privilege. "; in callbackEvent()121 err_string += "Write access to a read-only page. "; in callbackEvent()123 err_string += "Execute access to a page marked NX. "; in callbackEvent()125 err_string += "Host access only. "; in callbackEvent()127 err_string += "ECC failure (if supported by HW). "; in callbackEvent()129 err_string += "Can't determine the exact fault address. "; in callbackEvent()131 fprintf(stderr, "%s\n", err_string.c_str()); in callbackEvent()
73 err_string = expr_error.GetCString()74 self.assertIn("selector", err_string)
29 auto err_string = packet_ref.substr(4); in GetResponseType() local30 for (auto e : err_string) in GetResponseType()