Home
last modified time | relevance | path

Searched refs:error (Results 2176 - 2200 of 10149) sorted by relevance

1...<<81828384858687888990>>...406

/kernel/linux/linux-6.6/fs/omfs/
H A Dfile.c344 int error; in omfs_setattr() local
346 error = setattr_prepare(&nop_mnt_idmap, dentry, attr); in omfs_setattr()
347 if (error) in omfs_setattr()
348 return error; in omfs_setattr()
352 error = inode_newsize_ok(inode, attr->ia_size); in omfs_setattr()
353 if (error) in omfs_setattr()
354 return error; in omfs_setattr()
/kernel/linux/linux-6.6/fs/ramfs/
H A Dinode.c102 int error = -ENOSPC; in ramfs_mknod() local
107 error = 0; in ramfs_mknod()
110 return error; in ramfs_mknod()
132 int error = -ENOSPC; in ramfs_symlink() local
137 error = page_symlink(inode, symname, l); in ramfs_symlink()
138 if (!error) { in ramfs_symlink()
145 return error; in ramfs_symlink()
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_inode.c183 * Returns the matching inode on success, else an error code.
208 printk(KERN_WARNING "vxfs: error on page 0x%p for inode %ld\n", in __vxfs_iget()
227 int error; in vxfs_stiget() local
234 error = __vxfs_iget(VXFS_SBI(sbp)->vsi_stilist, VXFS_INO(inode), ino); in vxfs_stiget()
235 if (error) { in vxfs_stiget()
258 int error; in vxfs_iget() local
267 error = __vxfs_iget(VXFS_SBI(sbp)->vsi_ilist, vip, ino); in vxfs_iget()
268 if (error) { in vxfs_iget()
270 return ERR_PTR(error); in vxfs_iget()
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c236 * Return: 0 on success, or negative error code on failure.
358 * Return: 0 on success, negative error code on failure.
363 int error, minor; in telem_device_probe() local
368 error = minor; in telem_device_probe()
369 dev_err(&pdev->dev, "Failed to find minor number: %d\n", error); in telem_device_probe()
370 return error; in telem_device_probe()
393 error = cdev_device_add(&dev_data->cdev, &dev_data->dev); in telem_device_probe()
394 if (error) { in telem_device_probe()
397 return error; in telem_device_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H A Drpi-panel-attiny-regulator.c307 goto error; in attiny_i2c_probe()
313 goto error; in attiny_i2c_probe()
323 goto error; in attiny_i2c_probe()
340 goto error; in attiny_i2c_probe()
353 goto error; in attiny_i2c_probe()
371 goto error; in attiny_i2c_probe()
376 error: in attiny_i2c_probe()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dlg-vl600.c120 goto error; in vl600_rx_fixup()
128 goto error; in vl600_rx_fixup()
136 goto error; in vl600_rx_fixup()
159 goto error; in vl600_rx_fixup()
167 goto error; in vl600_rx_fixup()
202 goto error; in vl600_rx_fixup()
221 error: in vl600_rx_fixup()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_ad7417_sensor.c50 goto error; in wf_ad7417_temp_get()
53 goto error; in wf_ad7417_temp_get()
64 error: in wf_ad7417_temp_get()
115 goto error; in wf_ad7417_adc_get()
124 goto error; in wf_ad7417_adc_get()
129 goto error; in wf_ad7417_adc_get()
142 error: in wf_ad7417_adc_get()
/kernel/linux/linux-6.6/drivers/input/
H A Dff-core.c173 int error; in erase_effect() local
175 error = check_effect_access(ff, effect_id, file); in erase_effect()
176 if (error) in erase_effect()
177 return error; in erase_effect()
185 error = ff->erase(dev, effect_id); in erase_effect()
186 if (error) { in erase_effect()
191 return error; in erase_effect()
358 * This function is only needed in error path as input core will
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dmaple_keyb.c150 int i, error; in probe_maple_kbd() local
159 error = -ENOMEM; in probe_maple_kbd()
165 error = -ENOMEM; in probe_maple_kbd()
186 error = input_register_device(idev); in probe_maple_kbd()
187 if (error) in probe_maple_kbd()
198 return error; in probe_maple_kbd()
206 return error; in probe_maple_kbd()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dlpc32xx_ts.c205 int error; in lpc32xx_ts_probe() local
251 error = devm_request_irq(dev, tsc->irq, lpc32xx_ts_interrupt, in lpc32xx_ts_probe()
253 if (error) { in lpc32xx_ts_probe()
255 return error; in lpc32xx_ts_probe()
258 error = input_register_device(input); in lpc32xx_ts_probe()
259 if (error) { in lpc32xx_ts_probe()
261 return error; in lpc32xx_ts_probe()
/kernel/linux/linux-6.6/net/sctp/
H A Dchunk.c78 int error, sent; in sctp_datamsg_destroy() local
91 error = msg->send_error ?: asoc->outqueue.error; in sctp_datamsg_destroy()
97 error, GFP_ATOMIC); in sctp_datamsg_destroy()
105 sent, error, in sctp_datamsg_destroy()
349 void sctp_chunk_fail(struct sctp_chunk *chunk, int error) in sctp_chunk_fail() argument
352 chunk->msg->send_error = error; in sctp_chunk_fail()
/kernel/linux/linux-6.6/security/integrity/evm/
H A Devm_crypto.c231 int error; in evm_calc_hmac_or_hash() local
245 error = -ENODATA; in evm_calc_hmac_or_hash()
261 error = 0; in evm_calc_hmac_or_hash()
275 error = -ENOMEM; in evm_calc_hmac_or_hash()
287 error = 0; in evm_calc_hmac_or_hash()
299 error = -EPERM; in evm_calc_hmac_or_hash()
303 return error; in evm_calc_hmac_or_hash()
/kernel/linux/linux-6.6/drivers/scsi/
H A Da3000.c220 int error; in amiga_a3000_scsi_probe() local
240 error = -ENOMEM; in amiga_a3000_scsi_probe()
260 error = request_irq(IRQ_AMIGA_PORTS, a3000_intr, IRQF_SHARED, in amiga_a3000_scsi_probe()
262 if (error) in amiga_a3000_scsi_probe()
267 error = scsi_add_host(instance, NULL); in amiga_a3000_scsi_probe()
268 if (error) in amiga_a3000_scsi_probe()
282 return error; in amiga_a3000_scsi_probe()
H A Da2091.c203 int error; in a2091_probe() local
219 error = -ENOMEM; in a2091_probe()
240 error = request_irq(IRQ_AMIGA_PORTS, a2091_intr, IRQF_SHARED, in a2091_probe()
242 if (error) in a2091_probe()
247 error = scsi_add_host(instance, NULL); in a2091_probe()
248 if (error) in a2091_probe()
262 return error; in a2091_probe()
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dfirmware.c49 char error; /* true if an error occurred parsing this record */ member
78 * iff an error occurred, false will be returned and record->error will be true.
86 record->error = false; in usb6fire_fw_ihex_next_record()
98 record->error = true; in usb6fire_fw_ihex_next_record()
117 record->error = true; in usb6fire_fw_ihex_next_record()
127 record->error = true; in usb6fire_fw_ihex_next_record()
136 record->error = true; in usb6fire_fw_ihex_next_record()
148 /* read all records, if loop ends, record->error indicate in usb6fire_fw_ihex_init()
[all...]
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Dwindows.py42 from devicetest.error import ErrorMessage
88 LOG.error(err_msg)
139 except ParamError as error:
140 LOG.error(error, error_no=error.error_no)
154 LOG.error(err_msg)
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py36 from devicetest.error import ErrorCategory
37 from devicetest.error import ErrorMessage
120 log.error(ErrorMessage.Common.Code_0201005)
156 except Exception as error:
158 log.error(err_msg)
159 raise DeviceTestError(err_msg) from error
298 log.error("check port state error, reason: {}".format(e))
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dprepare.py26 from devicetest.error import ErrorMessage
57 self.log.error("parse prepare config exception error.")
96 self.log.error("system '{}' is not support".format(sys_type))
183 self.log.error(error_msg)
184 self.log.error(traceback.format_exc())
187 error_msg = "run prepare error! {}".format(e)
188 self.log.error(error_msg)
189 self.log.error(traceback.format_exc())
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py138 LOG.error("%s has not set driver." % hap_file_path)
193 LOG.error("%s is not exist." % test_case_path)
215 LOG.error("Test case dir does not exist. %s" % test_case_out_path)
304 LOG.error("data_dic is empty.")
312 LOG.error("%s is not in part deps info json." % test_part)
314 LOG.error("Part deps info %s is not exist." % external_deps_path)
334 LOG.error("xts %s is not exist." % xts_test_case_path)
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-writecache.c131 int error; member
218 int error; member
428 if (!cmpxchg(&(wc)->error, 0, err)) \
433 #define writecache_has_error(wc) (unlikely(READ_ONCE((wc)->error)))
456 static void writecache_notify_io(unsigned long error, void *context) in writecache_notify_io() argument
460 if (unlikely(error != 0)) in writecache_notify_io()
461 writecache_error(endio->wc, -EIO, "error writing metadata"); in writecache_notify_io()
511 /* writing via async dm-io (implied by notify.fn above) won't return an error */ in ssd_commit_flushed()
552 writecache_error(wc, r, "error writing superblock"); in ssd_commit_superblock()
581 writecache_error(wc, r, "error flushin in writecache_disk_flush()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsev.c89 int ret, asid, error = 0; in sev_flush_asids() local
103 ret = sev_guest_df_flush(&error); in sev_flush_asids()
108 pr_err("SEV: DF_FLUSH failed, ret=%d, error=%#x\n", ret, error); in sev_flush_asids()
265 ret = sev_platform_init(&argp->error); in sev_guest_init()
285 static int sev_bind_asid(struct kvm *kvm, unsigned int handle, int *error) in sev_bind_asid() argument
294 ret = sev_guest_activate(&activate, error); in sev_bind_asid()
299 static int __sev_issue_cmd(int fd, int id, void *data, int *error) in __sev_issue_cmd() argument
308 ret = sev_issue_cmd_external_user(f.file, id, data, error); in __sev_issue_cmd()
314 static int sev_issue_cmd(struct kvm *kvm, int id, void *data, int *error) in sev_issue_cmd() argument
327 int *error = &argp->error; sev_launch_start() local
624 __sev_launch_update_vmsa(struct kvm *kvm, struct kvm_vcpu *vcpu, int *error) __sev_launch_update_vmsa() argument
785 __sev_issue_dbg_cmd(struct kvm *kvm, unsigned long src, unsigned long dst, int size, int *error, bool enc) __sev_issue_dbg_cmd() argument
855 __sev_dbg_encrypt_user(struct kvm *kvm, unsigned long paddr, void __user *vaddr, unsigned long dst_paddr, void __user *dst_vaddr, int size, int *error) __sev_dbg_encrypt_user() argument
1399 int *error = &argp->error; sev_receive_start() local
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-writecache.c132 int error; member
237 int error; member
450 if (!cmpxchg(&(wc)->error, 0, err)) \
455 #define writecache_has_error(wc) (unlikely(READ_ONCE((wc)->error)))
478 static void writecache_notify_io(unsigned long error, void *context) in writecache_notify_io() argument
482 if (unlikely(error != 0)) in writecache_notify_io()
483 writecache_error(endio->wc, -EIO, "error writing metadata"); in writecache_notify_io()
533 /* writing via async dm-io (implied by notify.fn above) won't return an error */ in ssd_commit_flushed()
573 writecache_error(wc, r, "error writing superblock"); in ssd_commit_superblock()
601 writecache_error(wc, r, "error flushin in writecache_disk_flush()
[all...]
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c98 * @status: Command response status. Non 0, is error
179 * error.
181 * @error Returns 0 for success, negative error code for a
193 int error; member
248 * Return: 0 for success, negative error code for failure.
276 * error code on failure.
296 client_data->response.error = 0; in loader_cl_send()
302 "ishtp_cl_send error %d\n", rv); in loader_cl_send()
316 if (client_data->response.error < in loader_cl_send()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dtoshsd.c168 host->cmd->error = -EIO; in toshsd_thread_irq()
255 cmd->opcode, cmd->error, cmd->flags); in toshsd_cmd_irq()
276 if (data->error == 0) in toshsd_data_end_irq()
293 int error = 0, ret = IRQ_HANDLED; in toshsd_irq() local
310 error = -ETIMEDOUT; in toshsd_irq()
313 error = -EILSEQ; in toshsd_irq()
321 dev_err(&host->pdev->dev, "Buffer status error: { %s%s%s%s%s%s}\n", in toshsd_irq()
330 dev_err(&host->pdev->dev, "detail error status { %s%s%s%s%s%s%s%s%s%s%s%s%s}\n", in toshsd_irq()
344 error = -EIO; in toshsd_irq()
347 if (error) { in toshsd_irq()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-armada-3700.c577 dev_err(&spi->dev, "failed to enable clk with error %d\n", ret); in a3700_spi_prepare_message()
657 goto error; in a3700_spi_transfer_one_fifo()
662 goto error; in a3700_spi_transfer_one_fifo()
670 goto error; in a3700_spi_transfer_one_fifo()
675 goto error; in a3700_spi_transfer_one_fifo()
725 goto error; in a3700_spi_transfer_one_fifo()
732 error: in a3700_spi_transfer_one_fifo()
833 goto error; in a3700_spi_probe()
857 goto error; in a3700_spi_probe()
863 goto error; in a3700_spi_probe()
[all...]

Completed in 22 milliseconds

1...<<81828384858687888990>>...406