Home
last modified time | relevance | path

Searched refs:error (Results 901 - 925 of 18148) sorted by relevance

1...<<31323334353637383940>>...726

/kernel/linux/linux-5.10/lib/
H A Ddecompress_unlzo.c102 void (*error) (char *x)) in unlzo()
114 error("NULL output pointer and no flush function provided"); in unlzo()
119 error("Could not allocate output buffer"); in unlzo()
125 error("Both input pointer and fill function provided, don't know what to do"); in unlzo()
130 error("NULL input pointer and missing fill function"); in unlzo()
135 error("Could not allocate input buffer"); in unlzo()
156 error("invalid header"); in unlzo()
179 error("file corrupted"); in unlzo()
194 error("dest len longer than block size"); in unlzo()
205 error("fil in unlzo()
[all...]
/kernel/linux/linux-5.10/kernel/power/
H A Dprocess.c125 int error; in freeze_processes() local
127 error = __usermodehelper_disable(UMH_FREEZING); in freeze_processes()
128 if (error) in freeze_processes()
129 return error; in freeze_processes()
140 error = try_to_freeze_tasks(true); in freeze_processes()
141 if (!error) { in freeze_processes()
154 if (!error && !oom_killer_disable(msecs_to_jiffies(freeze_timeout_msecs))) in freeze_processes()
155 error = -EBUSY; in freeze_processes()
157 if (error) in freeze_processes()
159 return error; in freeze_processes()
172 int error; freeze_kernel_threads() local
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_mid_powerbtn.c95 "Read error %d while reading MSIC_PB_STATUS\n", ret); in mid_pb_isr()
130 int error; in mid_pb_probe() local
162 error = ddata->setup(ddata); in mid_pb_probe()
163 if (error) in mid_pb_probe()
164 return error; in mid_pb_probe()
171 error = devm_request_threaded_irq(&pdev->dev, irq, NULL, mid_pb_isr, in mid_pb_probe()
173 if (error) { in mid_pb_probe()
176 return error; in mid_pb_probe()
179 error = input_register_device(input); in mid_pb_probe()
180 if (error) { in mid_pb_probe()
[all...]
H A Dsurface3_button.c98 int error; in surface3_button_device_create() local
128 error = -ENODEV; in surface3_button_device_create()
138 error = -ENOMEM; in surface3_button_device_create()
142 error = platform_device_add_data(pd, gpio_keys_pdata, in surface3_button_device_create()
144 if (error) in surface3_button_device_create()
147 error = platform_device_add(pd); in surface3_button_device_create()
148 if (error) in surface3_button_device_create()
157 return ERR_PTR(error); in surface3_button_device_create()
188 int error; in surface3_button_probe() local
195 error in surface3_button_probe()
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dgetroot.c37 * Note that this function frees the inode in case of error.
75 int error = -ENOMEM; in nfs_get_root() local
87 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo); in nfs_get_root()
88 if (error < 0) { in nfs_get_root()
89 dprintk("nfs_get_root: getattr error = %d\n", -error); 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 in nfs_get_root()
[all...]
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/
H A Dtrace-agent.c36 goto error; in get_total_cpus()
39 goto error; in get_total_cpus()
44 error: in get_total_cpus()
55 pr_err("agent_info zalloc error\n"); in agent_info_new()
90 goto error; in parse_size()
93 goto error; in parse_size()
101 error: in parse_size()
118 goto error; in make_path()
134 goto error; in make_path()
139 error in make_path()
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unlzo.c101 void (*error) (char *x)) in unlzo()
113 error("NULL output pointer and no flush function provided"); in unlzo()
118 error("Could not allocate output buffer"); in unlzo()
124 error("Both input pointer and fill function provided, don't know what to do"); in unlzo()
129 error("NULL input pointer and missing fill function"); in unlzo()
134 error("Could not allocate input buffer"); in unlzo()
155 error("invalid header"); in unlzo()
178 error("file corrupted"); in unlzo()
193 error("dest len longer than block size"); in unlzo()
204 error("fil in unlzo()
[all...]
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H A Dfsl-mc-msi.c63 int error; in __fsl_mc_msi_write_msg() local
88 error = dprc_set_irq(mc_bus_dev->mc_io, in __fsl_mc_msi_write_msg()
93 if (error < 0) { in __fsl_mc_msi_write_msg()
95 "dprc_set_irq() failed: %d\n", error); in __fsl_mc_msi_write_msg()
101 error = dprc_set_obj_irq(mc_bus_dev->mc_io, in __fsl_mc_msi_write_msg()
108 if (error < 0) { in __fsl_mc_msi_write_msg()
110 "dprc_obj_set_irq() failed: %d\n", error); in __fsl_mc_msi_write_msg()
227 int error; in fsl_mc_msi_alloc_descs() local
234 error = -ENOMEM; in fsl_mc_msi_alloc_descs()
247 return error; in fsl_mc_msi_alloc_descs()
254 int error; fsl_mc_msi_domain_alloc_irqs() local
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-cougar.c163 int error = 0; in cougar_bind_shared_data() local
171 error = -ENOMEM; in cougar_bind_shared_data()
182 error = devm_add_action(&hdev->dev, cougar_remove_shared_data, cougar); in cougar_bind_shared_data()
183 if (error) { in cougar_bind_shared_data()
186 return error; in cougar_bind_shared_data()
191 return error; in cougar_bind_shared_data()
200 int error; in cougar_probe() local
207 error = hid_parse(hdev); in cougar_probe()
208 if (error) { in cougar_probe()
210 return error; in cougar_probe()
[all...]
/kernel/linux/linux-6.6/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()
80 error = -EINVAL; in s3_wmi_query_block()
87 return error; in s3_wmi_query_block()
174 int error; in s3_wmi_create_and_register_input() local
187 error = input_register_device(input); in s3_wmi_create_and_register_input()
188 if (error) in s3_wmi_create_and_register_input()
189 return error; in s3_wmi_create_and_register_input()
198 int error; in s3_wmi_probe() local
213 error in s3_wmi_probe()
256 int error; s3_wmi_init() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-cougar.c163 int error = 0; in cougar_bind_shared_data() local
171 error = -ENOMEM; in cougar_bind_shared_data()
182 error = devm_add_action_or_reset(&hdev->dev, cougar_remove_shared_data, cougar); in cougar_bind_shared_data()
183 if (error) { in cougar_bind_shared_data()
185 return error; in cougar_bind_shared_data()
190 return error; in cougar_bind_shared_data()
199 int error; in cougar_probe() local
206 error = hid_parse(hdev); in cougar_probe()
207 if (error) { in cougar_probe()
209 return error; in cougar_probe()
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dpwm-beeper.c34 int error; in pwm_beeper_on() local
42 error = pwm_apply_state(beeper->pwm, &state); in pwm_beeper_on()
43 if (error) in pwm_beeper_on()
44 return error; in pwm_beeper_on()
47 error = regulator_enable(beeper->amplifier); in pwm_beeper_on()
48 if (error) { in pwm_beeper_on()
50 return error; in pwm_beeper_on()
128 int error; in pwm_beeper_probe() local
141 error = pwm_apply_state(beeper->pwm, &state); in pwm_beeper_probe()
142 if (error) { in pwm_beeper_probe()
[all...]
H A Dtwl6040-vibra.c236 int error; in twl6040_vibra_probe() local
279 error = devm_request_threaded_irq(&pdev->dev, info->irq, NULL, in twl6040_vibra_probe()
283 if (error) { in twl6040_vibra_probe()
284 dev_err(info->dev, "VIB IRQ request failed: %d\n", error); in twl6040_vibra_probe()
285 return error; in twl6040_vibra_probe()
294 error = devm_regulator_bulk_get(twl6040_core_dev, in twl6040_vibra_probe()
297 if (error) { in twl6040_vibra_probe()
298 dev_err(info->dev, "couldn't get regulators %d\n", error); in twl6040_vibra_probe()
299 return error; in twl6040_vibra_probe()
303 error in twl6040_vibra_probe()
[all...]
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py63 messages.append(error(filename, "Wrong number of test results, expected %d, found %d" % (len(mustpass), len(results))))
71 messages.append(error(filename, "Multiple results for " + result.name))
85 messages.append(error(filename, result.name + ": " + result.statusCode))
87 messages.append(error(filename, "Missing result for " + caseName))
90 messages.append(error(filename, "Results are not in the expected order"))
111 messages.append(error(statementPath, "Multiple CONFORM_VERSIONs"))
120 messages.append(error(statementPath, "Multiple PRODUCTs"))
125 messages.append(error(statementPath, "Multiple OSes"))
132 messages.append(error(statementPath, "No CONFORM_VERSION"))
134 messages.append(error(statementPat
[all...]
/kernel/linux/linux-5.10/security/keys/
H A Dkeyctl.c71 * If successful, the new key's serial number is returned, otherwise an error
87 goto error; in SYSCALL_DEFINE5()
92 goto error; in SYSCALL_DEFINE5()
99 goto error; in SYSCALL_DEFINE5()
150 error: in SYSCALL_DEFINE5()
182 goto error; in SYSCALL_DEFINE4()
188 goto error; in SYSCALL_DEFINE4()
247 error: in SYSCALL_DEFINE4()
268 goto error; in keyctl_get_keyring_ID()
273 error in keyctl_get_keyring_ID()
1335 keyctl_reject_key(key_serial_t id, unsigned timeout, unsigned error, key_serial_t ringid) keyctl_reject_key() argument
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4client.c210 goto error; in nfs4_alloc_client()
214 goto error; in nfs4_alloc_client()
242 goto error; in nfs4_alloc_client()
251 goto error; in nfs4_alloc_client()
254 goto error; in nfs4_alloc_client()
263 goto error; in nfs4_alloc_client()
268 error: in nfs4_alloc_client()
310 int error; in nfs4_init_callback() local
315 error = xprt_setup_backchannel(xprt, NFS41_BC_MIN_CALLBACKS); in nfs4_init_callback()
316 if (error < in nfs4_init_callback()
418 int error; nfs4_init_client() local
1032 int error; nfs4_server_common_setup() local
1097 int error; nfs4_init_server() local
1153 int error; nfs4_create_server() local
1188 int error; nfs4_create_referral_server() local
1264 int error; nfs_probe_destination() local
1308 int error; nfs4_update_server() local
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci-driver.c353 int error, node, cpu; in pci_call_probe() local
377 error = -ENOMEM; in pci_call_probe()
390 error = work_on_cpu(cpu, local_pci_probe, &ddi); in pci_call_probe()
392 error = local_pci_probe(&ddi); in pci_call_probe()
396 return error; in pci_call_probe()
404 * returns 0 on success, else error.
410 int error = 0; in __pci_device_probe() local
413 error = -ENODEV; in __pci_device_probe()
417 error = pci_call_probe(drv, pci_dev, id); in __pci_device_probe()
419 return error; in __pci_device_probe()
446 int error; pci_device_probe() local
546 int error = pci_set_power_state(pci_dev, PCI_D0); pci_restore_standard_config() local
649 int error; pci_legacy_suspend() local
727 int error = pm->prepare(dev); pci_pm_prepare() local
834 int error; pci_pm_suspend() local
880 int error; pci_pm_suspend_noirq() local
1066 int error; pci_pm_freeze() local
1086 int error; pci_pm_freeze_noirq() local
1132 int error = 0; pci_pm_thaw() local
1172 int error; pci_pm_poweroff() local
1210 int error; pci_pm_poweroff_noirq() local
1298 int error; pci_pm_runtime_suspend() local
1355 int error = 0; pci_pm_runtime_resume() local
[all...]
/kernel/linux/linux-6.6/security/keys/
H A Dkeyctl.c71 * If successful, the new key's serial number is returned, otherwise an error
87 goto error; in SYSCALL_DEFINE5()
92 goto error; in SYSCALL_DEFINE5()
99 goto error; in SYSCALL_DEFINE5()
150 error: in SYSCALL_DEFINE5()
182 goto error; in SYSCALL_DEFINE4()
188 goto error; in SYSCALL_DEFINE4()
247 error: in SYSCALL_DEFINE4()
268 goto error; in keyctl_get_keyring_ID()
273 error in keyctl_get_keyring_ID()
1335 keyctl_reject_key(key_serial_t id, unsigned timeout, unsigned error, key_serial_t ringid) keyctl_reject_key() argument
[all...]
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_proxy.cpp28 TAG_LOGE(AAFwkTag::DBOBSMGR, "write token error"); in WriteInterfaceToken()
37 TAG_LOGE(AAFwkTag::DBOBSMGR, "write uri error"); in WriteParam()
47 TAG_LOGE(AAFwkTag::DBOBSMGR, "write dataObserver error"); in WriteParam()
67 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER, data, reply, option); in RegisterObserver() local
68 if (error != NO_ERROR) { in RegisterObserver()
69 TAG_LOGE(AAFwkTag::DBOBSMGR, "sendRequest error:%{public}d, uri:%{public}s", error, in RegisterObserver()
71 return error; in RegisterObserver()
92 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER, data, reply, option); in UnregisterObserver() local
93 if (error ! in UnregisterObserver()
116 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE, data, reply, option); NotifyChange() local
148 auto error = SendTransactCmd(IDataObsMgr::REGISTER_OBSERVER_EXT, data, reply, option); RegisterObserverExt() local
173 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER_EXT, data, reply, option); UnregisterObserverExt() local
203 auto error = SendTransactCmd(IDataObsMgr::UNREGISTER_OBSERVER_ALL_EXT, data, reply, option); UnregisterObserverExt() local
230 auto error = SendTransactCmd(IDataObsMgr::NOTIFY_CHANGE_EXT, data, reply, option); NotifyChangeExt() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp64 nodeResult.error += "gpuQueueWaitSignal count must be smaller than" + in ParseQueueWaitSignals()
69 nodeResult.error += "gpuQueueWaitSignal count must be smaller than" + in ParseQueueWaitSignals()
80 SafeGetJsonValue(node, "typeName", nodeResult.error, data.typeName); in ParseRenderNode()
81 SafeGetJsonValue(node, "nodeName", nodeResult.error, data.nodeName); in ParseRenderNode()
84 SafeGetJsonValue(node, "nodeDataStoreName", nodeResult.error, data.description.nodeDataStoreName); in ParseRenderNode()
87 SafeGetJsonEnum(*queue, "type", nodeResult.error, data.description.queue.type); in ParseRenderNode()
88 SafeGetJsonValue(*queue, "index", nodeResult.error, data.description.queue.index); in ParseRenderNode()
112 SafeGetJsonValue(node, "nodeName", nodeResult.error, data.nodeName); in ParseOutputResources()
113 SafeGetJsonValue(node, "name", nodeResult.error, data.name); in ParseOutputResources()
125 SafeGetJsonValue(*iter, "version", result.error, ve in CompatibilityCheck()
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dtwl6040-vibra.c235 int error; in twl6040_vibra_probe() local
278 error = devm_request_threaded_irq(&pdev->dev, info->irq, NULL, in twl6040_vibra_probe()
282 if (error) { in twl6040_vibra_probe()
283 dev_err(info->dev, "VIB IRQ request failed: %d\n", error); in twl6040_vibra_probe()
284 return error; in twl6040_vibra_probe()
293 error = devm_regulator_bulk_get(twl6040_core_dev, in twl6040_vibra_probe()
296 if (error) { in twl6040_vibra_probe()
297 dev_err(info->dev, "couldn't get regulators %d\n", error); in twl6040_vibra_probe()
298 return error; in twl6040_vibra_probe()
302 error in twl6040_vibra_probe()
[all...]
/test/xts/acts/multimedia/media/media_js_standard/
H A DMediaTestBase.js64 }).catch(error => {
65 console.log('case getRawFileDescriptor err: ' + error);
76 }).catch(error => {
77 console.log('case getRawFileDescriptor err: ' + error);
85 }).catch(error => {
86 console.log('case closeRawFileDescriptor err: ' + error);
97 }).catch(error => {
99 console.log('case getRawFd err: ' + error);
108 }).catch(error => {
109 console.log('case closeRawFd err: ' + error);
[all...]
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_fragments.c89 int error, bytes_sent; in main() local
182 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
183 test_check_msg_notification(&inmessage, error, in main()
192 error = test_recvmsg(sk1, &inmessage, MSG_WAITALL); in main()
193 test_check_msg_notification(&inmessage, error, in main()
202 error = test_recvmsg(sk2, &inmessage, MSG_WAITALL); in main()
203 test_check_msg_data(&inmessage, error, msg_len, MSG_EOR, stream, ppid); in main()
217 error = test_getsockopt(sk1, SCTP_DISABLE_FRAGMENTS, &disable_frag, in main()
219 if ((error != 0) && (disable_frag != 1)) in main()
221 "error in main()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ar5523/
H A Dar5523.c102 ar5523_err(ar, "RX USB error %d.\n", urb->status); in ar5523_cmd_rx_cb()
205 int error; in ar5523_submit_rx_cmd() local
212 error = usb_submit_urb(ar->rx_cmd_urb, GFP_ATOMIC); in ar5523_submit_rx_cmd()
213 if (error) { in ar5523_submit_rx_cmd()
214 if (error != -ENODEV) in ar5523_submit_rx_cmd()
215 ar5523_err(ar, "error %d when submitting rx urb\n", in ar5523_submit_rx_cmd()
216 error); in ar5523_submit_rx_cmd()
217 return error; in ar5523_submit_rx_cmd()
254 int xferlen, error; in ar5523_cmd() local
280 error in ar5523_cmd()
314 int error; ar5523_config() local
331 int error; ar5523_config_multi() local
349 int error; ar5523_get_status() local
362 int error; ar5523_get_capability() local
386 int error; ar5523_get_devcap() local
501 int error; ar5523_switch_chan() local
631 int error; ar5523_rx_refill_work() local
806 int error = 0, paylen; ar5523_tx_work_locked() local
979 int error; ar5523_stat_work() local
1001 int error; ar5523_start() local
1285 int error; ar5523_bss_info_changed() local
1389 int error; ar5523_get_devstatus() local
1413 int error; ar5523_get_max_rxsz() local
1501 int error = -ENXIO; ar5523_load_firmware() local
1591 int error = -ENOMEM; ar5523_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ar5523/
H A Dar5523.c102 ar5523_err(ar, "RX USB error %d.\n", urb->status); in ar5523_cmd_rx_cb()
205 int error; in ar5523_submit_rx_cmd() local
212 error = usb_submit_urb(ar->rx_cmd_urb, GFP_ATOMIC); in ar5523_submit_rx_cmd()
213 if (error) { in ar5523_submit_rx_cmd()
214 if (error != -ENODEV) in ar5523_submit_rx_cmd()
215 ar5523_err(ar, "error %d when submitting rx urb\n", in ar5523_submit_rx_cmd()
216 error); in ar5523_submit_rx_cmd()
217 return error; in ar5523_submit_rx_cmd()
254 int xferlen, error; in ar5523_cmd() local
280 error in ar5523_cmd()
314 int error; ar5523_config() local
331 int error; ar5523_config_multi() local
349 int error; ar5523_get_status() local
362 int error; ar5523_get_capability() local
386 int error; ar5523_get_devcap() local
501 int error; ar5523_switch_chan() local
631 int error; ar5523_rx_refill_work() local
806 int error = 0, paylen; ar5523_tx_work_locked() local
979 int error; ar5523_stat_work() local
1001 int error; ar5523_start() local
1285 int error; ar5523_bss_info_changed() local
1390 int error; ar5523_get_devstatus() local
1414 int error; ar5523_get_max_rxsz() local
1502 int error = -ENXIO; ar5523_load_firmware() local
1591 int error = -ENOMEM; ar5523_probe() local
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...726