Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
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()
253 error_msg = "Invalid command type"; in hp_wmi_error_and_message()
257 error_msg = "Invalid data size"; in hp_wmi_error_and_message()
277 error_msg = "Secure session failed"; 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()
317 error_msg = "HEP not activated"; in hp_wmi_error_and_message()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
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/fs/ext4/
A Ddir.c84 const char *error_msg = NULL; in __ext4_check_dir_entry() local
92 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry()
94 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry()
97 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry()
99 error_msg = "directory entry overrun"; in __ext4_check_dir_entry()
103 error_msg = "directory entry too close to block end"; in __ext4_check_dir_entry()
106 error_msg = "inode out of bounds"; in __ext4_check_dir_entry()
114 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
120 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
A Dextents.c462 const char *error_msg; in __ext4_ext_check() local
466 error_msg = "invalid magic"; in __ext4_ext_check()
470 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
474 error_msg = "invalid eh_max"; in __ext4_ext_check()
479 error_msg = "too large eh_max"; in __ext4_ext_check()
483 error_msg = "invalid eh_entries"; in __ext4_ext_check()
487 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check()
491 error_msg = "invalid extent entries"; in __ext4_ext_check()
495 error_msg = "too large eh_depth"; in __ext4_ext_check()
501 error_msg = "extent tree corrupted"; in __ext4_ext_check()
[all …]
A Dnamei.c2181 const char *error_msg; in ext4_check_dx_root() local
2188 error_msg = "invalid name_len for '.'"; in ext4_check_dx_root()
2192 error_msg = "invalid name for '.'"; in ext4_check_dx_root()
2197 error_msg = "invalid rec_len for '.'"; in ext4_check_dx_root()
2203 error_msg = "invalid name_len for '..'"; in ext4_check_dx_root()
2207 error_msg = "invalid name for '..'"; in ext4_check_dx_root()
2212 error_msg = "invalid rec_len for '..'"; in ext4_check_dx_root()
2220 error_msg); in ext4_check_dx_root()
/linux/net/ceph/
A Dmessenger_v2.c2246 con->error_msg = "wrong peer at address"; in process_hello()
2542 con->error_msg = "wrong peer at address"; in process_server_ident()
2841 con->error_msg = "protocol error, bad tag"; in process_control()
2976 con->error_msg = "integrity error, bad crc"; in handle_preamble()
3005 con->error_msg = "integrity error, bad crc"; in handle_control()
3181 con->error_msg = "read processing error"; in ceph_con_v2_try_read()
3396 con->error_msg = "connect error"; in ceph_con_v2_try_write()
3404 con->error_msg = "connect error"; in ceph_con_v2_try_write()
3411 con->error_msg = "connect error"; in ceph_con_v2_try_write()
3420 con->error_msg = "write processing error"; in ceph_con_v2_try_write()
[all …]
A Dmessenger_v1.c695 con->error_msg = "protocol error, bad banner"; in verify_hello()
724 con->error_msg = "wrong peer at address"; in process_banner()
779 con->error_msg = "bad authorize reply"; in process_connect()
792 con->error_msg = "missing required protocol features"; in process_connect()
802 con->error_msg = "protocol version mismatch"; in process_connect()
810 con->error_msg = "connect authorization failure"; in process_connect()
928 con->error_msg = "protocol error, got WAIT as client"; in process_connect()
1421 con->error_msg = "bad crc/signature"; in ceph_con_v1_try_read()
1427 con->error_msg = "io error"; in ceph_con_v1_try_read()
1464 con->error_msg = "protocol error, garbage tag"; in ceph_con_v1_try_read()
[all …]
A Dmessenger.c1474 con->error_msg = "socket closed (con state " #x ")"; \ in con_sock_closed()
1580 if (!con->error_msg) in ceph_con_workfn()
1581 con->error_msg = "socket error on read"; in ceph_con_workfn()
1593 if (!con->error_msg) in ceph_con_workfn()
1594 con->error_msg = "socket error on write"; in ceph_con_workfn()
1620 ceph_pr_addr(&con->peer_addr), con->error_msg); in con_fault()
1621 con->error_msg = NULL; in con_fault()
2096 con->error_msg = "error allocating memory for incoming message"; in ceph_con_in_msg_alloc()
/linux/include/ras/
A Dras_event.h101 const char *error_msg,
113 TP_ARGS(err_type, error_msg, label, error_count, mc_index,
119 __string( msg, error_msg )
/linux/drivers/tty/serial/
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/
A Dcx23885-alsa.c553 goto error_msg; in cx23885_audio_register()
579 error_msg: in cx23885_audio_register()
/linux/drivers/gpu/drm/i915/
A Di915_gpu_error.c844 if (*error->error_msg) in __err_print_to_sgl()
845 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
1950 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function
1969 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
1975 len += scnprintf(error->error_msg + len, in error_msg()
1976 sizeof(error->error_msg) - len, in error_msg()
1981 return error->error_msg; in error_msg()
2171 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
A Di915_gpu_error.h205 char error_msg[128]; member
/linux/drivers/gpu/drm/i915/gt/
A Dintel_reset.c1444 char error_msg[80]; in intel_gt_handle_error() local
1451 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1454 msg = error_msg; in intel_gt_handle_error()
/linux/tools/bpf/bpftool/
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/drivers/w1/
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/
A Ddir.c304 const char *error_msg = NULL; in ocfs2_check_dir_entry() local
309 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry()
311 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry()
313 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry()
315 error_msg = "directory entry overrun"; in ocfs2_check_dir_entry()
318 error_msg = "directory entry too close to end"; in ocfs2_check_dir_entry()
320 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry()
323 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry()
327 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()
/linux/include/linux/ceph/
A Dmessenger.h482 const char *error_msg; /* error message, if any */ member
/linux/drivers/firewire/
A Dohci.c771 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument
779 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()

Completed in 83 milliseconds