Lines Matching refs:error_msg
232 char *error_msg = NULL; in hp_wmi_error_and_message() local
237 error_msg = "Success"; in hp_wmi_error_and_message()
241 error_msg = "Command failed"; in hp_wmi_error_and_message()
245 error_msg = "Invalid signature"; in hp_wmi_error_and_message()
249 error_msg = "Invalid command value/Feature not supported"; in hp_wmi_error_and_message()
253 error_msg = "Invalid command type"; in hp_wmi_error_and_message()
257 error_msg = "Invalid data size"; in hp_wmi_error_and_message()
261 error_msg = "Invalid command parameter"; in hp_wmi_error_and_message()
265 error_msg = "Secure/encrypted command required"; in hp_wmi_error_and_message()
269 error_msg = "No secure session established"; in hp_wmi_error_and_message()
273 error_msg = "Secure session already established"; in hp_wmi_error_and_message()
277 error_msg = "Secure session failed"; in hp_wmi_error_and_message()
281 error_msg = "Other permission/Authentication failed"; in hp_wmi_error_and_message()
285 error_msg = "Invalid BIOS administrator password"; in hp_wmi_error_and_message()
289 error_msg = "Nonce did not match"; in hp_wmi_error_and_message()
293 error_msg = "Generic/Other error"; in hp_wmi_error_and_message()
297 error_msg = "BIOS Admin password does not meet password policy requirements"; in hp_wmi_error_and_message()
301 error_msg = "BIOS Setup password is not set"; in hp_wmi_error_and_message()
305 error_msg = "P21 is not provisioned"; in hp_wmi_error_and_message()
309 …error_msg = "P21 is already provisioned or provisioning is in progress and a signing key has alrea… in hp_wmi_error_and_message()
313 error_msg = "P21 in use (cannot deprovision)"; in hp_wmi_error_and_message()
317 error_msg = "HEP not activated"; in hp_wmi_error_and_message()
321 error_msg = "HEP Transport already set"; in hp_wmi_error_and_message()
325 error_msg = "Check the current HEP state"; in hp_wmi_error_and_message()
329 error_msg = "Generic/Other error"; in hp_wmi_error_and_message()
335 pr_warn_ratelimited("Returned error 0x%x, \"%s\"\n", error_code, error_msg); in hp_wmi_error_and_message()