Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c232 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()
[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()
643 const char *error_msg; in TEST_F()
647 error_msg = "socket already in use (e.g. auditd)"; in TEST_F()
649 error_msg = strerror(-self->audit_fd); in TEST_F()
650 TH_LOG("Failed to initialize audit: %s", error_msg); in TEST_F()
830 const char *error_msg;
834 error_msg
325 const char *error_msg; FIXTURE_SETUP() local
514 const char *error_msg; FIXTURE_SETUP() local
[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.c2135 con->error_msg = "server is speaking msgr1 protocol"; in process_banner_prefix()
2137 con->error_msg = "protocol error, bad banner"; in process_banner_prefix()
2167 con->error_msg = "missing required protocol features"; in process_banner_payload()
2173 con->error_msg = "missing required protocol features"; in process_banner_payload()
2201 con->error_msg = "protocol error, unexpected hello"; in process_hello()
2218 con->error_msg = "wrong peer at address"; in process_hello()
2270 con->error_msg = "protocol error, unexpected auth_bad_method"; in process_auth_bad_method()
2329 con->error_msg = "protocol error, unexpected auth_reply_more"; in process_auth_reply_more()
2369 con->error_msg = "protocol error, unexpected auth_done"; in process_auth_done()
2431 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()
2097 con->error_msg = "error allocating memory for incoming message"; in ceph_con_in_msg_alloc()
/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.c555 goto error_msg; in cx23885_audio_register()
581 error_msg: in cx23885_audio_register()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1474 char error_msg[80]; in intel_gt_handle_error() local
1481 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1484 msg = error_msg; in intel_gt_handle_error()
/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/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/fs/ext4/
H A Dextents.c459 const char *error_msg; in __ext4_ext_check() local
463 error_msg = "invalid magic"; in __ext4_ext_check()
467 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
471 error_msg = "invalid eh_max"; in __ext4_ext_check()
476 error_msg = "too large eh_max"; in __ext4_ext_check()
480 error_msg = "invalid eh_entries"; in __ext4_ext_check()
484 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check()
488 error_msg = "invalid extent entries"; in __ext4_ext_check()
492 error_msg = "too large eh_depth"; in __ext4_ext_check()
498 error_msg = "extent tree corrupted"; in __ext4_ext_check()
[all …]
/linux/include/linux/ceph/
H A Dmessenger.h484 const char *error_msg; /* error message, if any */ member
/linux/drivers/firewire/
H A Dohci.c562 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument
570 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()