Home
last modified time | relevance | path

Searched refs:error (Results 251 – 275 of 8904) sorted by relevance

1...<<11121314151617181920>>...357

/openbmc/linux/lib/
H A Ddecompress_unlz4.c35 void (*error) (char *x)) in unlz4()
58 error("Could not allocate output buffer"); in unlz4()
74 error("Could not allocate input buffer"); in unlz4()
86 error("data corrupted"); in unlz4()
98 error("invalid header"); in unlz4()
112 error("data corrupted"); in unlz4()
144 error("chunk length is longer than allocated"); in unlz4()
149 error("data corrupted"); in unlz4()
169 error("Decoding failed"); in unlz4()
187 error("data corrupted"); in unlz4()
[all …]
/openbmc/linux/fs/nfs/
H A Dgetroot.c75 int error = -ENOMEM; in nfs_get_root() local
88 if (error < 0) { in nfs_get_root()
97 error = PTR_ERR(inode); in nfs_get_root()
102 error = nfs_superblock_set_dummy_root(s, inode); in nfs_get_root()
103 if (error != 0) in nfs_get_root()
113 error = PTR_ERR(root); in nfs_get_root()
131 error = -ESTALE; in nfs_get_root()
137 if (error) in nfs_get_root()
145 if (error) in nfs_get_root()
152 error = 0; in nfs_get_root()
[all …]
/openbmc/webui-vue/src/store/modules/Logs/
H A DDumpsStore.js31 .catch((error) => console.log(error));
39 .catch((error) => console.log(error));
50 .catch((error) => console.log(error));
61 .catch((error) => {
62 console.log(error);
75 .catch((error) => {
76 console.log(error);
83 console.log(error);
84 return error;
128 .catch((error) => {
[all …]
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f3a.c61 int error; in rmi_f3a_attention() local
77 if (error) { in rmi_f3a_attention()
172 int error; in rmi_f3a_initialize() local
177 error); in rmi_f3a_initialize()
187 if (error) { in rmi_f3a_initialize()
189 return error; in rmi_f3a_initialize()
195 if (error) { in rmi_f3a_initialize()
197 return error; in rmi_f3a_initialize()
201 if (error) in rmi_f3a_initialize()
212 int error; in rmi_f3a_probe() local
[all …]
/openbmc/linux/drivers/input/keyboard/
H A Dbcm-keypad.c135 int error; in bcm_kp_start() local
139 if (error) in bcm_kp_start()
197 int error; in bcm_kp_matrix_key_parse_dt() local
206 if (error) { in bcm_kp_matrix_key_parse_dt()
310 int error; in bcm_kp_probe() local
344 if (error) in bcm_kp_probe()
350 if (error) { in bcm_kp_probe()
379 if (error) in bcm_kp_probe()
383 if (error) in bcm_kp_probe()
397 if (error) { in bcm_kp_probe()
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda10071.c83 error: in tda10071_cmd_execute()
128 error: in tda10071_set_tone()
174 error: in tda10071_set_voltage()
234 error: in tda10071_diseqc_send_master_cmd()
294 error: in tda10071_diseqc_recv_slave_reply()
358 error: in tda10071_diseqc_send_burst()
496 error: in tda10071_read_status()
687 error: in tda10071_set_frontend()
745 error: in tda10071_get_frontend()
1033 error: in tda10071_init()
[all …]
/openbmc/linux/drivers/hid/
H A Dwacom_sys.c604 return error < 0 ? error : 0; in wacom_set_device_mode()
1239 int error; in __wacom_devm_sysfs_create_group() local
1279 int error; in wacom_devm_kfifo_alloc() local
1330 int error; in wacom_led_brightness_set() local
1362 int error; in wacom_led_register_one() local
1465 if (error) in wacom_led_groups_alloc_and_register_one()
1531 int error; in wacom_led_groups_allocate() local
1539 if (error) in wacom_led_groups_allocate()
1560 if (error) in wacom_leds_alloc_and_register()
1576 int error; in wacom_initialize_leds() local
[all …]
/openbmc/linux/security/apparmor/
H A Dfile.c110 ad.error = error; in aa_audit_file()
167 int error; in path_name() local
256 int error; in profile_path_perm() local
264 if (error) in profile_path_perm()
290 int error; in aa_path_perm() local
339 int error; in profile_path_link() local
344 if (error) in profile_path_link()
351 if (error) in profile_path_link()
406 error = 0; in profile_path_link()
445 int error; in aa_path_link() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c881 if (error->gt->uc && error->gt->uc->guc.is_guc_capture) in __err_print_to_sgl()
1079 kfree(error); in __i915_gpu_coredump_free()
2003 error = kzalloc(sizeof(*error), gfp); in i915_gpu_coredump_alloc()
2004 if (!error) in i915_gpu_coredump_alloc()
2017 return error; in i915_gpu_coredump_alloc()
2093 if (!error) in __i915_gpu_coredump()
2108 error->gt->uc = gt_record_uc(error->gt, compress); in __i915_gpu_coredump()
2123 error->simulated |= error->gt->simulated; in __i915_gpu_coredump()
2128 return error; in __i915_gpu_coredump()
2213 return error; in i915_first_error_state()
[all …]
/openbmc/linux/sound/isa/ad1848/
H A Dad1848.c73 int error; in snd_ad1848_probe() local
76 if (error < 0) in snd_ad1848_probe()
77 return error; in snd_ad1848_probe()
82 if (error < 0) in snd_ad1848_probe()
83 return error; in snd_ad1848_probe()
88 if (error < 0) in snd_ad1848_probe()
89 return error; in snd_ad1848_probe()
92 if (error < 0) in snd_ad1848_probe()
93 return error; in snd_ad1848_probe()
108 if (error < 0) in snd_ad1848_probe()
[all …]
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp71 error( in transferHostDataToSocket()
85 error( in transferHostDataToSocket()
102 error( in transferHostDataToSocket()
114 error( in transferHostDataToSocket()
152 error( in transferDataHost()
166 error( in transferDataHost()
219 error( in transferDataHost()
262 error( in encodeRWResponseHandler()
314 error( in encodeRWTypeMemoryResponseHandler()
328 error( in encodeRWTypeResponseHandler()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso_bench_rx.c80 error(1, 0, "illegal domain"); in setup_sockaddr()
106 error(1, errno, "poll"); in do_poll()
132 error(1, errno, "socket"); in do_socket()
136 error(1, errno, "setsockopt rcvbuf"); in do_socket()
142 error(1, errno, "bind"); in do_socket()
148 error(1, errno, "listen"); in do_socket()
156 error(1, errno, "accept"); in do_socket()
158 error(1, errno, "close accept fd"); in do_socket()
175 error(1, errno, "flush"); in do_flush_tcp()
263 error(1, errno, "recv"); in do_flush_udp()
[all …]
H A Dtcp_fastopen_backup_key.c56 error(1, errno, "Unable to get key"); in get_keys()
74 error(1, errno, "Unable to set key"); in set_keys()
114 error(1, 0, "Unsupported family %d", family); in build_rcv_fd()
195 error(1, errno, "failed to sendto"); in connect_and_send()
253 error(1, errno, "failed to create epoll"); in run_one_test()
270 error(1, errno, "epoll_wait failed"); in run_one_test()
274 error(1, errno, "failed to accept"); in run_one_test()
277 error(1, errno, "failed epoll add"); in run_one_test()
282 error(1, errno, "failed recv data"); in run_one_test()
284 error(1, errno, "failed epoll del"); in run_one_test()
[all …]
/openbmc/linux/drivers/input/mouse/
H A Dcyapa_gen3.c411 int error; in cyapa_gen3_bl_enter() local
415 if (error) in cyapa_gen3_bl_enter()
428 if (error) in cyapa_gen3_bl_enter()
460 int error; in cyapa_gen3_bl_activate() local
464 if (error) in cyapa_gen3_bl_activate()
470 if (error) in cyapa_gen3_bl_activate()
480 int error; in cyapa_gen3_bl_deactivate() local
484 if (error) in cyapa_gen3_bl_deactivate()
490 if (error) in cyapa_gen3_bl_deactivate()
512 int error; in cyapa_gen3_bl_exit() local
[all …]
/openbmc/linux/fs/gfs2/
H A Dmain.c78 int error; in init_gfs2_fs() local
85 if (error) in init_gfs2_fs()
86 return error; in init_gfs2_fs()
89 if (error) in init_gfs2_fs()
93 if (error) in init_gfs2_fs()
96 error = -ENOMEM; in init_gfs2_fs()
151 if (error) in init_gfs2_fs()
154 error = -ENOMEM; in init_gfs2_fs()
176 if (error) in init_gfs2_fs()
180 if (error) in init_gfs2_fs()
[all …]
/openbmc/linux/sound/isa/
H A Dals100.c167 int error; in snd_card_als100_probe() local
176 if (error < 0) in snd_card_als100_probe()
177 return error; in snd_card_als100_probe()
181 if (error) in snd_card_als100_probe()
182 return error; in snd_card_als100_probe()
192 if (error < 0) in snd_card_als100_probe()
193 return error; in snd_card_als100_probe()
212 if (error < 0) in snd_card_als100_probe()
213 return error; in snd_card_als100_probe()
216 if (error < 0) in snd_card_als100_probe()
[all …]
/openbmc/linux/fs/ext4/
H A Dfsmap.c93 int error; in ext4_getfsmap_helper() local
150 if (error) in ext4_getfsmap_helper()
172 if (error) in ext4_getfsmap_helper()
200 int error; in ext4_getfsmap_datadev_helper() local
218 if (error) in ext4_getfsmap_datadev_helper()
323 int error; in ext4_getfsmap_find_sb() local
328 if (error) in ext4_getfsmap_find_sb()
339 if (error) in ext4_getfsmap_find_sb()
413 int error; in ext4_getfsmap_find_fixed_metadata() local
511 if (error) in ext4_getfsmap_datadev()
[all …]
/openbmc/linux/drivers/memstick/host/
H A Dr592.c491 if (error) in r592_execute_tpc()
501 if (error) in r592_execute_tpc()
553 if (error) in r592_execute_tpc()
556 dev->req->error = error; in r592_execute_tpc()
564 int error; in r592_process_thread() local
575 if (error == -ENXIO || error == -EAGAIN) { in r592_process_thread()
630 int error; in r592_irq() local
748 if (error) in r592_probe()
753 if (error) in r592_probe()
757 if (error) in r592_probe()
[all …]
/openbmc/linux/drivers/platform/surface/
H A Dsurface3-wmi.c62 int error = 0; in s3_wmi_query_block() local
67 error = -EIO; in s3_wmi_query_block()
87 return error; in s3_wmi_query_block()
174 int error; in s3_wmi_create_and_register_input() local
188 if (error) in s3_wmi_create_and_register_input()
198 int error; in s3_wmi_probe() local
214 if (error) in s3_wmi_probe()
226 return error; in s3_wmi_probe()
256 int error; in s3_wmi_init() local
263 if (error) in s3_wmi_init()
[all …]
/openbmc/linux/kernel/power/
H A Dprocess.c123 int error; in freeze_processes() local
126 if (error) in freeze_processes()
127 return error; in freeze_processes()
137 error = try_to_freeze_tasks(true); in freeze_processes()
138 if (!error) in freeze_processes()
150 error = -EBUSY; in freeze_processes()
152 if (error) in freeze_processes()
154 return error; in freeze_processes()
167 int error; in freeze_kernel_threads() local
174 if (error) in freeze_kernel_threads()
[all …]
H A Dswap.c317 int error; in mark_swapfiles() local
460 if (error) in swap_write_page()
469 if (error) in swap_write_page()
508 if (error) in swap_writer_finish()
916 int error; in swsusp_write() local
947 error = swap_writer_finish(&handle, flags, error); in swsusp_write()
973 int error; in get_swap_reader() local
1020 int error; in swap_read_page() local
1029 if (error) in swap_read_page()
1484 int error; in swsusp_read() local
[all …]
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c931 if (error) in kvp_get_ip_info()
1372 if (error) in kvp_set_ip_info()
1380 if (error) in kvp_set_ip_info()
1407 if (error) in kvp_set_ip_info()
1412 if (error) in kvp_set_ip_info()
1417 if (error) in kvp_set_ip_info()
1421 if (error) in kvp_set_ip_info()
1521 error, gai_strerror(error)); in kvp_get_domain_name()
1539 int error; in main() local
1675 hv_msg->error = error; in main()
[all …]
/openbmc/linux/drivers/crypto/caam/
H A Derror.c221 const char *error) in report_ccb_status() argument
268 const char *error) in report_jump_status() argument
271 status, error, __func__); in report_jump_status()
277 const char *error) in report_deco_status() argument
308 const char *error) in report_qi_status() argument
331 const char *error) in report_jr_status() argument
340 const char *error) in report_cond_code_status() argument
352 const char *error); in caam_strstatus()
353 const char *error; in caam_strstatus() member
373 const char *error = status_src[ssrc].error; in caam_strstatus() local
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_notify_failure.c76 int error = 0; in xfs_dax_failure_fn() local
88 if (error == -ENODATA) in xfs_dax_failure_fn()
90 if (error) { in xfs_dax_failure_fn()
100 return error; in xfs_dax_failure_fn()
114 int error = 0; in xfs_dax_notify_ddev_failure() local
122 if (error) in xfs_dax_notify_ddev_failure()
123 return error; in xfs_dax_notify_ddev_failure()
134 if (error) { in xfs_dax_notify_ddev_failure()
161 if (error) in xfs_dax_notify_ddev_failure()
170 if (!error) in xfs_dax_notify_ddev_failure()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c332 int error; in ia_css_bufq_enqueue_buffer() local
351 return error; in ia_css_bufq_enqueue_buffer()
358 int error; in ia_css_bufq_dequeue_buffer() local
379 return error; in ia_css_bufq_dequeue_buffer()
388 int error = 0; in ia_css_bufq_enqueue_psys_event() local
402 return error; in ia_css_bufq_enqueue_psys_event()
424 return error; in ia_css_bufq_dequeue_psys_event()
445 return error; in ia_css_bufq_dequeue_isys_event()
463 return error; in ia_css_bufq_enqueue_isys_event()
469 int error; in ia_css_bufq_enqueue_tag_cmd() local
[all …]

1...<<11121314151617181920>>...357