Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c230 char *error_msg = NULL; in hp_wmi_error_and_message() local
235 error_msg = "Success"; in hp_wmi_error_and_message()
239 error_msg = "Command failed"; in hp_wmi_error_and_message()
243 error_msg = "Invalid signature"; in hp_wmi_error_and_message()
247 error_msg = "Invalid command value/Feature not supported"; in hp_wmi_error_and_message()
251 error_msg = "Invalid command type"; in hp_wmi_error_and_message()
255 error_msg = "Invalid data size"; in hp_wmi_error_and_message()
259 error_msg = "Invalid command parameter"; in hp_wmi_error_and_message()
263 error_msg = "Secure/encrypted command required"; in hp_wmi_error_and_message()
267 error_msg = "No secure session established"; in hp_wmi_error_and_message()
[all …]
/linux/drivers/tty/vt/
H A Dgen_ucs_recompose_table.py159error_msg = f"Error: Common pair (0x{base:04X}, 0x{combining:04X}) not found in full data"
160 print(error_msg)
161 raise ValueError(error_msg)
163error_msg = (f"Error: Common pair (0x{base:04X}, 0x{combining:04X}) has different recomposition: "
165 print(error_msg)
166 raise ValueError(error_msg)
/linux/tools/testing/selftests/landlock/
H A Daudit_test.c54 const char *error_msg; in FIXTURE_SETUP() local
58 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP()
60 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP()
61 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP()
325 const char *error_msg; in FIXTURE_SETUP() local
329 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP()
331 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP()
332 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP()
514 const char *error_msg; in FIXTURE_SETUP() local
518 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_call.c40 #define __BPF_TEST_FAIL(name, __retval, type, error_msg) \ argument
46 .expected_err_msg = error_msg, \
53 #define TC_FAIL(name, retval, error_msg) __BPF_TEST_FAIL(name, retval, tc_test, error_msg) argument
54 #define SYSCALL_NULL_CTX_FAIL(name, retval, error_msg) \ argument
55 __BPF_TEST_FAIL(name, retval, syscall_null_ctx_test, error_msg)
/linux/net/ceph/
H A Dmessenger_v2.c2137 con->error_msg = "server is speaking msgr1 protocol"; in process_banner_prefix()
2139 con->error_msg = "protocol error, bad banner"; in process_banner_prefix()
2169 con->error_msg = "missing required protocol features"; in process_banner_payload()
2175 con->error_msg = "missing required protocol features"; in process_banner_payload()
2203 con->error_msg = "protocol error, unexpected hello"; in process_hello()
2220 con->error_msg = "wrong peer at address"; in process_hello()
2272 con->error_msg = "protocol error, unexpected auth_bad_method"; in process_auth_bad_method()
2331 con->error_msg = "protocol error, unexpected auth_reply_more"; in process_auth_reply_more()
2373 con->error_msg = "protocol error, unexpected auth_done"; in process_auth_done()
2433 con->error_msg = "protocol error, unexpected auth_signature"; in process_auth_signature()
[all …]
H A Dmessenger_v1.c691 con->error_msg = "protocol error, bad banner"; in verify_hello()
720 con->error_msg = "wrong peer at address"; in process_banner()
775 con->error_msg = "bad authorize reply"; in process_connect()
788 con->error_msg = "missing required protocol features"; in process_connect()
798 con->error_msg = "protocol version mismatch"; in process_connect()
806 con->error_msg = "connect authorization failure"; in process_connect()
886 con->error_msg = "missing required protocol features"; in process_connect()
924 con->error_msg = "protocol error, got WAIT as client"; in process_connect()
928 con->error_msg = "protocol error, garbage tag during connect"; in process_connect()
1195 con->error_msg = "bad message sequence # for incoming message"; in read_partial_message()
[all …]
H A Dmessenger.c1475 con->error_msg = "socket closed (con state " #x ")"; \ in con_sock_closed()
1581 if (!con->error_msg) in ceph_con_workfn()
1582 con->error_msg = "socket error on read"; in ceph_con_workfn()
1594 if (!con->error_msg) in ceph_con_workfn()
1595 con->error_msg = "socket error on write"; in ceph_con_workfn()
1621 ceph_pr_addr(&con->peer_addr), con->error_msg); in con_fault()
1622 con->error_msg = NULL; in con_fault()
2098 con->error_msg = "error allocating memory for incoming message"; in ceph_con_in_msg_alloc()
/linux/include/ras/
H A Dras_event.h100 const char *error_msg,
112 TP_ARGS(err_type, error_msg, label, error_count, mc_index,
118 __string( msg, error_msg )
/linux/drivers/tty/serial/
H A Dpch_uart.c973 char *error_msg[5] = {}; in pch_uart_err_ir() local
977 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir()
981 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir()
986 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir()
991 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir()
995 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir()
996 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
/linux/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c553 goto error_msg; in cx23885_audio_register()
579 error_msg: in cx23885_audio_register()
/linux/drivers/w1/
H A Dw1.c403 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local
407 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
412 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
/linux/fs/ocfs2/
H A Ddir.c304 const char *error_msg = NULL; in ocfs2_check_dir_entry() local
322 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry()
324 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry()
326 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry()
328 error_msg = "directory entry overrun"; in ocfs2_check_dir_entry()
331 error_msg = "directory entry too close to end"; in ocfs2_check_dir_entry()
333 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry()
336 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry()
340 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()
/linux/tools/bpf/bpftool/
H A Dmap.c195 const char *error_msg) in print_entry_error_msg() argument
197 int msg_size = strlen(error_msg); in print_entry_error_msg()
208 printf("value:%c%s", break_names ? '\n' : ' ', error_msg); in print_entry_error_msg()
/linux/include/linux/ceph/
H A Dmessenger.h484 const char *error_msg; /* error message, if any */ member