Home
last modified time | relevance | path

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

/linux-6.15/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()
251 error_msg = "Invalid command type"; in hp_wmi_error_and_message()
255 error_msg = "Invalid data size"; in hp_wmi_error_and_message()
275 error_msg = "Secure session failed"; in hp_wmi_error_and_message()
287 error_msg = "Nonce did not match"; in hp_wmi_error_and_message()
291 error_msg = "Generic/Other error"; in hp_wmi_error_and_message()
315 error_msg = "HEP not activated"; in hp_wmi_error_and_message()
[all …]
/linux-6.15/tools/testing/selftests/landlock/
H A Daudit_test.c53 const char *error_msg; in FIXTURE_SETUP() local
57 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP()
59 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP()
60 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP()
324 const char *error_msg; in FIXTURE_SETUP() local
328 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP()
330 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP()
331 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP()
513 const char *error_msg; in FIXTURE_SETUP() local
517 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP()
[all …]
/linux-6.15/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-6.15/fs/ext4/
H 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()
109 error_msg = "'.' directory cannot be the last in data block"; in __ext4_check_dir_entry()
117 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
123 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
H 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 …]
H A Dnamei.c2166 const char *error_msg; in ext4_check_dx_root() local
2173 error_msg = "invalid name_len for '.'"; in ext4_check_dx_root()
2177 error_msg = "invalid name for '.'"; in ext4_check_dx_root()
2182 error_msg = "invalid rec_len for '.'"; in ext4_check_dx_root()
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()
2205 error_msg); in ext4_check_dx_root()
/linux-6.15/net/ceph/
H 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 …]
H 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 …]
H 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-6.15/include/ras/
H 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-6.15/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-6.15/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c553 goto error_msg; in cx23885_audio_register()
579 error_msg: in cx23885_audio_register()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_gpu_error.c839 if (*error->error_msg) in __err_print_to_sgl()
840 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
1952 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function
1971 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
1977 len += scnprintf(error->error_msg + len, in error_msg()
1978 sizeof(error->error_msg) - len, in error_msg()
1983 return error->error_msg; in error_msg()
2169 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
H A Di915_gpu_error.h203 char error_msg[128]; member
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c1475 char error_msg[80]; in intel_gt_handle_error() local
1482 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1485 msg = error_msg; in intel_gt_handle_error()
/linux-6.15/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-6.15/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-6.15/fs/ocfs2/
H 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-6.15/include/linux/ceph/
H A Dmessenger.h482 const char *error_msg; /* error message, if any */ member
/linux-6.15/drivers/firewire/
H 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()