Home
last modified time | relevance | path

Searched refs:error (Results 6226 - 6250 of 17934) sorted by relevance

1...<<241242243244245246247248249250>>...718

/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsentelic.c1016 int error; in fsp_init() local
1044 error = fsp_activate_protocol(psmouse); in fsp_init()
1045 if (error) in fsp_init()
1049 error = fsp_set_input_params(psmouse); in fsp_init()
1050 if (error) in fsp_init()
1053 error = sysfs_create_group(&psmouse->ps2dev.serio->dev.kobj, in fsp_init()
1055 if (error) { in fsp_init()
1057 "Failed to create sysfs attributes (%d)", error); in fsp_init()
1066 return error; in fsp_init()
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_context.c86 int error; in vmci_ctx_create() local
90 error = -EINVAL; in vmci_ctx_create()
97 error = -EINVAL; in vmci_ctx_create()
103 error = -EINVAL; in vmci_ctx_create()
110 error = -EINVAL; in vmci_ctx_create()
126 error = -ENOMEM; in vmci_ctx_create()
133 error = -ENOMEM; in vmci_ctx_create()
140 error = -ENOMEM; in vmci_ctx_create()
182 return ERR_PTR(error); in vmci_ctx_create()
847 pr_devel("Failed to set cpt state (type=%d) (error in vmci_ctx_set_chkpt_state()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmoxart-mmc.c228 cmd->error = -ETIMEDOUT; in moxart_send_command()
231 cmd->error = -ETIMEDOUT; in moxart_send_command()
235 cmd->error = -EIO; in moxart_send_command()
321 data->error = -ETIMEDOUT; in moxart_transfer_pio()
337 data->error = -ETIMEDOUT; in moxart_transfer_pio()
404 mrq->cmd->error = -ETIMEDOUT; in moxart_request()
436 mrq->cmd->error = -ETIMEDOUT; in moxart_request()
442 mrq->cmd->data->error = -ETIMEDOUT; in moxart_request()
447 mrq->cmd->data->error = -ETIMEDOUT; in moxart_request()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c73 __be32 error; /* error code encountered while reading */ member
74 __be32 error_offset; /* offset being read when error occurred */
80 __be32 error; /* error code encountered while reading */ member
93 __be32 error; member
349 nfp_dump_error_tlv(struct nfp_dump_tl *spec, int error, in nfp_dump_error_tlv() argument
363 dump_header->error = cpu_to_be32(error); in nfp_dump_error_tlv()
489 dump_header->error in nfp_dump_csr_range()
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-rk3x.c192 * @error: error code for i2c transfer
223 int error; member
266 * @error: Error code to return in rk3x_i2c_xfer
268 static void rk3x_i2c_stop(struct rk3x_i2c *i2c, int error) in rk3x_i2c_stop() argument
274 i2c->error = error; in rk3x_i2c_stop()
415 rk3x_i2c_stop(i2c, i2c->error); in rk3x_i2c_handle_write()
449 rk3x_i2c_stop(i2c, i2c->error); in rk3x_i2c_handle_read()
503 * an error in rk3x_i2c_irq()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/
H A Dftmac100.c34 #error invalid MAX_PKT_SIZE
38 #error invalid RX_BUF_SIZE
322 bool error = false; in ftmac100_rx_packet_error() local
329 error = true; in ftmac100_rx_packet_error()
337 error = true; in ftmac100_rx_packet_error()
345 error = true; in ftmac100_rx_packet_error()
351 error = true; in ftmac100_rx_packet_error()
357 error = true; in ftmac100_rx_packet_error()
360 return error; in ftmac100_rx_packet_error()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dreada.c114 * this is the error case, the extent buffer has not been in __readahead_hook()
342 goto error; in reada_find_extent()
348 goto error; in reada_find_extent()
376 /* not a single zone found, error and out */ in reada_find_extent()
377 goto error; in reada_find_extent()
385 goto error; in reada_find_extent()
396 goto error; in reada_find_extent()
402 goto error; in reada_find_extent()
447 goto error; in reada_find_extent()
457 goto error; in reada_find_extent()
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Drxrpc.c358 * error is stored into the call struct, which the caller must check for.
423 call->error = ret; in afs_make_call()
477 call->error = ret; in afs_make_call()
497 ac->error = ret; in afs_make_call()
614 ret = call->error; in afs_wait_for_call_to_complete()
648 afs_set_call_complete(call, call->error, call->abort_code); in afs_wait_for_call_to_complete()
660 ac->error = call->error; in afs_wait_for_call_to_complete()
663 ret = ac->error; in afs_wait_for_call_to_complete()
802 * buffer is discarded on error o
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dfile.c371 int error, unsigned int flags) in ext4_dio_write_end_io()
376 if (error) in ext4_dio_write_end_io()
377 return error; in ext4_dio_write_end_io()
380 error = ext4_convert_unwritten_extents(NULL, inode, pos, size); in ext4_dio_write_end_io()
381 if (error < 0) in ext4_dio_write_end_io()
382 return error; in ext4_dio_write_end_io()
690 int error = 0; in ext4_dax_huge_fault() local
727 result = dax_iomap_fault(vmf, pe_size, &pfn, &error, &ext4_iomap_ops); in ext4_dax_huge_fault()
731 if ((result & VM_FAULT_ERROR) && error == -ENOSPC && in ext4_dax_huge_fault()
370 ext4_dio_write_end_io(struct kiocb *iocb, ssize_t size, int error, unsigned int flags) ext4_dio_write_end_io() argument
/kernel/linux/linux-5.10/fs/
H A Dfcntl.c38 int error = 0; in setfl() local
65 error = filp->f_op->check_flags(arg); in setfl()
66 if (error) in setfl()
67 return error; in setfl()
73 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
74 if (error < 0) in setfl()
76 if (error > 0) in setfl()
77 error = 0; in setfl()
84 return error; in setfl()
384 * into an error in do_fcntl()
[all...]
/kernel/linux/linux-5.10/fs/cachefiles/
H A Drdwr.c73 * - return -EIO on error, -ENODATA if the page is gone, -EINPROGRESS if we
157 int error, max; in cachefiles_read_copier() local
180 error = -ESTALE; in cachefiles_read_copier()
185 error = 0; in cachefiles_read_copier()
188 error = cachefiles_read_reissue(object, monitor); in cachefiles_read_copier()
189 if (error == -EINPROGRESS) in cachefiles_read_copier()
197 error = -EIO; in cachefiles_read_copier()
202 fscache_end_io(op, monitor->netfs_page, error); in cachefiles_read_copier()
356 _debug("read error %d", ret); in cachefiles_read_backing_file_one()
362 cachefiles_io_error_obj(object, "Page read error o in cachefiles_read_backing_file_one()
[all...]
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_context.c86 int error; in vmci_ctx_create() local
90 error = -EINVAL; in vmci_ctx_create()
97 error = -EINVAL; in vmci_ctx_create()
103 error = -EINVAL; in vmci_ctx_create()
110 error = -ENOMEM; in vmci_ctx_create()
126 error = -ENOMEM; in vmci_ctx_create()
133 error = -ENOMEM; in vmci_ctx_create()
140 error = -ENOMEM; in vmci_ctx_create()
182 return ERR_PTR(error); in vmci_ctx_create()
844 pr_devel("Failed to set cpt state (type=%d) (error in vmci_ctx_set_chkpt_state()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmoxart-mmc.c228 cmd->error = -ETIMEDOUT; in moxart_send_command()
231 cmd->error = -ETIMEDOUT; in moxart_send_command()
235 cmd->error = -EIO; in moxart_send_command()
320 data->error = -ETIMEDOUT; in moxart_transfer_pio()
336 data->error = -ETIMEDOUT; in moxart_transfer_pio()
402 mrq->cmd->error = -ETIMEDOUT; in moxart_request()
434 mrq->cmd->error = -ETIMEDOUT; in moxart_request()
440 mrq->cmd->data->error = -ETIMEDOUT; in moxart_request()
445 mrq->cmd->data->error = -ETIMEDOUT; in moxart_request()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c73 __be32 error; /* error code encountered while reading */ member
74 __be32 error_offset; /* offset being read when error occurred */
80 __be32 error; /* error code encountered while reading */ member
93 __be32 error; member
349 nfp_dump_error_tlv(struct nfp_dump_tl *spec, int error, in nfp_dump_error_tlv() argument
363 dump_header->error = cpu_to_be32(error); in nfp_dump_error_tlv()
489 dump_header->error in nfp_dump_csr_range()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dfcntl.c40 int error = 0; in setfl() local
66 error = filp->f_op->check_flags(arg); in setfl()
67 if (error) in setfl()
68 return error; in setfl()
74 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
75 if (error < 0) in setfl()
77 if (error > 0) in setfl()
78 error = 0; in setfl()
86 return error; in setfl()
369 * into an error in do_fcntl()
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Drxrpc.c295 * error is stored into the call struct, which the caller must check for.
350 call->error = ret; in afs_make_call()
412 call->error = ret; in afs_make_call()
430 ac->error = ret; in afs_make_call()
586 ret = call->error; in afs_wait_for_call_to_complete()
620 afs_set_call_complete(call, call->error, call->abort_code); in afs_wait_for_call_to_complete()
633 ac->error = call->error; in afs_wait_for_call_to_complete()
636 ret = ac->error; in afs_wait_for_call_to_complete()
774 * buffer is discarded on error o
[all...]
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Daead.c34 int error; in qce_aead_done() local
44 error = qce_dma_terminate_all(&qce->dma); in qce_aead_done()
45 if (error) in qce_aead_done()
46 dev_dbg(qce->dev, "aead dma termination error (%d)\n", in qce_aead_done()
47 error); in qce_aead_done()
66 error = qce_check_status(qce, &status); in qce_aead_done()
67 if (error < 0 && (error != -EBADMSG)) in qce_aead_done()
68 dev_err(qce->dev, "aead operation error (%x)\n", status); in qce_aead_done()
84 pr_err("Bad message error\ in qce_aead_done()
[all...]
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dsentelic.c1016 int error; in fsp_init() local
1044 error = fsp_activate_protocol(psmouse); in fsp_init()
1045 if (error) in fsp_init()
1049 error = fsp_set_input_params(psmouse); in fsp_init()
1050 if (error) in fsp_init()
1053 error = sysfs_create_group(&psmouse->ps2dev.serio->dev.kobj, in fsp_init()
1055 if (error) { in fsp_init()
1057 "Failed to create sysfs attributes (%d)", error); in fsp_init()
1066 return error; in fsp_init()
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dynl.py84 return f"Netlink error: {os.strerror(-self.nl_msg.error)}\n{self.nl_msg}"
195 self.error = 0
200 self.error = struct.unpack("i", self.raw[0:4])[0]
241 if self.error:
242 msg += '\terror: ' + str(self.error)
296 if nl_msg.error:
297 print("Netlink error:", nl_msg.error)
635 if nl_msg.error
[all...]
/third_party/ffmpeg/libavresample/
H A Dutils.c23 // #include "libavutil/error.h"
182 goto error; in avresample_open()
191 goto error; in avresample_open()
199 goto error; in avresample_open()
206 goto error; in avresample_open()
217 goto error; in avresample_open()
232 goto error; in avresample_open()
239 goto error; in avresample_open()
246 goto error; in avresample_open()
252 error in avresample_open()
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc462 void QPDF_PDFTOPDF_Processor::error(const char *fmt,...) // {{{ in error() function in QPDF_PDFTOPDF_Processor
495 error("loadFile failed: %s",e.what()); in loadFile()
503 error("loadFile failed: %s",e.what()); in loadFile()
508 error("loadFile with MustDuplicate is not supported"); in loadFile()
523 error("loadFilename failed: %s",e.what()); in loadFilename()
563 error("No PDF loaded"); in check_print_permissions()
574 error("No PDF loaded"); in get_pages()
590 error("No PDF loaded"); in new_page()
717 error("emitFile with MustDuplicate is not supported"); in emitFile()
/third_party/curl/lib/
H A Ddoh.c70 return "bad error code"; in doh_strerror()
142 /* label is too long or too short, error out */ in doh_encode()
211 goto error; \
236 goto error; in dohprobe()
349 goto error; in dohprobe()
352 goto error; in dohprobe()
355 error: in dohprobe()
393 goto error; in Curl_doh()
400 goto error; in Curl_doh()
410 goto error; in Curl_doh()
[all...]
/third_party/libsnd/src/
H A Dogg_vorbis.c192 ** pages are missing. If a page is missing, error out ; losing a in vorbis_read_header()
208 return psf->error ; in vorbis_read_header()
459 int error = 0 ; in ogg_vorbis_open() local
475 { if ((error = vorbis_read_header (psf))) in ogg_vorbis_open()
476 return error ; in ogg_vorbis_open()
509 return error ; in ogg_vorbis_open()
927 { psf->error = SFE_BAD_SEEK ; in vorbis_seek()
952 psf->error = SFE_BAD_SEEK ; in vorbis_seek()
1008 psf->error = SFE_MALFORMED_FILE ; in vorbis_calculate_granulepos()
1037 psf->error in vorbis_calculate_granulepos()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp681 const DWORD error = ::GetLastError(); in GetStream2() local
682 const HRESULT hres = Callback->OpenFileError(path, error); in GetStream2()
687 error == ERROR_NO_SYSTEM_RESOURCES in GetStream2()
689 error == EMFILE in GetStream2()
693 if (error == 0) in GetStream2()
695 return HRESULT_FROM_WIN32(error); in GetStream2()
974 HRESULT CArchiveUpdateCallback::InFileStream_On_Error(UINT_PTR val, DWORD error) in InFileStream_On_Error() argument
978 // if (error == ERROR_LOCK_VIOLATION) in InFileStream_On_Error()
987 RINOK(Callback->ReadingFileError(_openFiles_Paths[i], error)) in InFileStream_On_Error()
992 return HRESULT_FROM_WIN32(error); in InFileStream_On_Error()
[all...]
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js346 * Returns an error object indicating that the specified import is not defined.
350 * @returns {ERR_PACKAGE_IMPORT_NOT_DEFINED} - The error object.
359 * Returns an error object indicating that the specified subpath was not exported by the package.
363 * @returns {ERR_PACKAGE_PATH_NOT_EXPORTED} - The error object.
372 * Throws an error indicating that the given request is not a valid subpath match for the specified pattern.
389 * Creates an error object for an invalid package target.
395 * @returns {ERR_INVALID_PACKAGE_TARGET} - The error object.
1029 * Throw an error if an import is not allowed.
1094 * Throws an error if the parent URL is invalid or if the resolution is disallowed by the policy manifest.
1199 } catch (error) {
[all...]

Completed in 32 milliseconds

1...<<241242243244245246247248249250>>...718