Home
last modified time | relevance | path

Searched refs:error (Results 6401 - 6425 of 18405) sorted by relevance

1...<<251252253254255256257258259260>>...737

/kernel/linux/linux-6.6/fs/ext2/
H A Ddir.c108 char *error; in ext2_check_page() local
138 /* Too bad, we had an error */ in ext2_check_page()
147 error = "rec_len is smaller than minimal"; in ext2_check_page()
150 error = "unaligned directory entry"; in ext2_check_page()
153 error = "rec_len is too small for name_len"; in ext2_check_page()
156 error = "directory entry across blocks"; in ext2_check_page()
159 error = "inode out of bounds"; in ext2_check_page()
164 dir->i_ino, error, (page->index<<PAGE_SHIFT)+offs, in ext2_check_page()
/kernel/linux/linux-6.6/fs/ufs/
H A Ddir.c125 char *error; in ufs_check_page() local
156 /* Too bad, we had an error */ in ufs_check_page()
165 error = "rec_len is smaller than minimal"; in ufs_check_page()
168 error = "unaligned directory entry"; in ufs_check_page()
171 error = "rec_len is too small for name_len"; in ufs_check_page()
174 error = "directory entry across blocks"; in ufs_check_page()
177 error = "inode out of bounds"; in ufs_check_page()
181 dir->i_ino, error, (page->index<<PAGE_SHIFT)+offs, in ufs_check_page()
/kernel/linux/linux-6.6/fs/debugfs/
H A Dinode.c318 * doesn't exist or an error occurs, %NULL will be returned. The returned
344 int error; in start_creating() local
357 error = simple_pin_fs(&debug_fs_type, &debugfs_mount, in start_creating()
359 if (error) { in start_creating()
361 return ERR_PTR(error); in start_creating()
472 * you are responsible here.) If an error occurs, ERR_PTR(-ERROR) will be
480 * passed to them could be an error and they don't crash in that case.
578 * you are responsible here.) If an error occurs, ERR_PTR(-ERROR) will be
586 * passed to them could be an error and they don't crash in that case.
697 * unloaded, you are responsible here.) If an error occur
826 int error; debugfs_rename() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_inode_buf.c30 * If the readahead buffer is invalid, we need to mark it with an error and
32 * from disk. We don't report the error otherwise to avoid warnings during log
35 * the error to, so this will distinguish it from a non-ra verifier failure.
36 * Changes to this readahead error behaviour also need to be reflected in
176 int error; in xfs_inode_from_disk() local
246 error = xfs_iformat_data_fork(ip, from); in xfs_inode_from_disk()
247 if (error) in xfs_inode_from_disk()
248 return error; in xfs_inode_from_disk()
250 error = xfs_iformat_attr_fork(ip, from); in xfs_inode_from_disk()
251 if (error) in xfs_inode_from_disk()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Defifb.c106 * (error) message to display. But the boot graphics may have been destroyed by
191 goto error; in efifb_show_boot_graphics()
195 goto error; in efifb_show_boot_graphics()
201 goto error; in efifb_show_boot_graphics()
209 goto error; in efifb_show_boot_graphics()
213 goto error; in efifb_show_boot_graphics()
216 goto error; in efifb_show_boot_graphics()
245 error: in efifb_show_boot_graphics()
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c73 int error; in virtio_crypto_dataq_akcipher_callback() local
77 error = 0; in virtio_crypto_dataq_akcipher_callback()
81 error = -EINVAL; in virtio_crypto_dataq_akcipher_callback()
84 error = -EBADMSG; in virtio_crypto_dataq_akcipher_callback()
88 error = -EKEYREJECTED; in virtio_crypto_dataq_akcipher_callback()
92 error = -EIO; in virtio_crypto_dataq_akcipher_callback()
103 virtio_crypto_akcipher_finalize_req(vc_akcipher_req, akcipher_req, error); in virtio_crypto_dataq_akcipher_callback()
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dsha.c46 int error; in qce_ahash_done() local
49 error = qce_dma_terminate_all(&qce->dma); in qce_ahash_done()
50 if (error) in qce_ahash_done()
51 dev_dbg(qce->dev, "ahash dma termination error (%d)\n", error); in qce_ahash_done()
63 error = qce_check_status(qce, &status); in qce_ahash_done()
64 if (error < 0) in qce_ahash_done()
65 dev_dbg(qce->dev, "ahash operation error (%x)\n", status); in qce_ahash_done()
72 qce->async_req_done(tmpl->qce, error); in qce_ahash_done()
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c189 int error = -1; in solo_fillbuf() local
204 error = 0; in solo_fillbuf()
209 error = solo_p2m_dma_t(solo_dev, 0, addr, fdma_addr, in solo_fillbuf()
215 if (!error) { in solo_fillbuf()
222 vb2_buffer_done(vb, error ? VB2_BUF_STATE_ERROR : VB2_BUF_STATE_DONE); in solo_fillbuf()
657 if (solo_dev->disp_hdl.error) { in solo_v4l2_init()
658 ret = solo_dev->disp_hdl.error; in solo_v4l2_init()
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c660 goto error; in medusa_video_init()
668 goto error; in medusa_video_init()
686 goto error; in medusa_video_init()
694 goto error; in medusa_video_init()
703 goto error; in medusa_video_init()
725 goto error; in medusa_video_init()
729 error: in medusa_video_init()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c184 int error = 0; in rtl8192cu_endpoint_mapping() local
187 error = configvernoutep(hw); in rtl8192cu_endpoint_mapping()
189 error = configvertoutep(hw); in rtl8192cu_endpoint_mapping()
190 if (error) in rtl8192cu_endpoint_mapping()
192 error = _out_ep_mapping(hw); in rtl8192cu_endpoint_mapping()
193 if (error) in rtl8192cu_endpoint_mapping()
196 return error; in rtl8192cu_endpoint_mapping()
615 /* Set NAVUSEHDR to prevent Ps-poll AId filed to be changed to error in rtl92cu_fill_fake_txdesc()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-di.c441 unsigned div, error; in ipu_di_config_clock() local
448 error = rate / (sig->mode.pixelclock / 1000); in ipu_di_config_clock()
450 dev_dbg(di->ipu->dev, " IPU clock can give %lu with divider %u, error %c%d.%d%%\n", in ipu_di_config_clock()
451 rate, div, error < 1000 ? '-' : '+', in ipu_di_config_clock()
452 abs(error - 1000) / 10, abs(error - 1000) % 10); in ipu_di_config_clock()
454 /* Allow a 1% error */ in ipu_di_config_clock()
455 if (error < 1010 && error >= 990) { in ipu_di_config_clock()
/kernel/linux/linux-6.6/security/keys/
H A Drequest_key.c53 * @error: The success or failute of the construction.
56 * if an error is indicated. The authorisation key will be revoked
59 void complete_request_key(struct key *authkey, int error) in complete_request_key() argument
64 kenter("%d{%d},%d", authkey->serial, key->serial, error); in complete_request_key()
66 if (error < 0) in complete_request_key()
250 * returning an error */ in construct_key()
507 goto error; in construct_key_and_link()
540 error: in construct_key_and_link()
608 goto error; in request_key_and_link()
660 error in request_key_and_link()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_hw_queues.c209 goto error; in efct_hw_new_cq_set()
224 goto error; in efct_hw_new_cq_set()
235 error: in efct_hw_new_cq_set()
329 goto error; in efct_hw_new_rq_set()
361 goto error; in efct_hw_new_rq_set()
371 goto error; in efct_hw_new_rq_set()
376 error: in efct_hw_new_rq_set()
664 efc_log_err(hw->os, "error writing buffers\n"); in efct_hw_rqpair_sequence_free()
/kernel/linux/linux-6.6/kernel/time/
H A Dalarmtimer.c933 int error; in alarmtimer_init() local
950 error = alarmtimer_rtc_interface_setup(); in alarmtimer_init()
951 if (error) in alarmtimer_init()
952 return error; in alarmtimer_init()
954 error = platform_driver_register(&alarmtimer_driver); in alarmtimer_init()
955 if (error) in alarmtimer_init()
961 return error; in alarmtimer_init()
/kernel/linux/linux-6.6/net/ipv6/
H A Dah6.c677 goto error; in ah6_init_state()
682 goto error; in ah6_init_state()
692 goto error; in ah6_init_state()
699 goto error; in ah6_init_state()
714 goto error; in ah6_init_state()
731 goto error; in ah6_init_state()
737 error: in ah6_init_state()
/third_party/elfutils/libdwfl/
H A Drelocate.c241 /* If the section is already decompressed, that isn't an error. */ in resolve_symbol()
264 If we got a fresh error reading the table, report it. in resolve_symbol()
364 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab, in relocate() local
366 if (unlikely (error != DWFL_E_NOERROR)) in relocate()
367 return error; in relocate()
372 error = resolve_symbol (mod, reloc_symtab, &sym, shndx); in relocate()
373 if (error != DWFL_E_NOERROR in relocate()
374 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON)) in relocate()
375 return error; in relocate()
/third_party/curl/src/
H A Dtool_urlglob.c38 glob->error = string, glob->pos = column, code
452 FILE *error) in glob_url()
482 if(error && glob_expand->error) { in glob_url()
487 glob_expand->error, in glob_url()
492 t = glob_expand->error; in glob_url()
494 /* send error description to the error-stream */ in glob_url()
495 fprintf(error, "curl: (%d) %s\n", res, t); in glob_url()
575 printf("internal error in glob_next_url()
451 glob_url(struct URLGlob **glob, char *url, curl_off_t *urlnum, FILE *error) glob_url() argument
[all...]
/third_party/FatFs/source/
H A Dff.h39 #error Wrong configuration file (ffconf.h).
54 #error Wrong setting of FF_MAX_LFN
57 #error Wrong setting of FF_LFN_BUF or FF_SFN_BUF
60 #error Wrong setting of FF_LFN_UNICODE
85 #error Wrong setting of FF_USE_LFN
157 #error Wrong FF_LFN_UNICODE setting
204 #error Invalid FF_FS_NORTC settings
291 BYTE err; /* Abort flag (error code) */
380 FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */
408 FR_INVAILD_FATFS, /* (28) FATFS object error */
[all...]
/third_party/mesa3d/src/freedreno/decode/
H A Dscript.c85 // XXX throw an error in rnn_val()
92 error(const char *fmt) in error() function
623 error("%s\n"); in script_load()
627 error("%s\n"); in script_load()
651 error("error running function `f': %s\n"); in script_start_cmdstream()
676 error("error running function `f': %s\n"); in script_draw()
754 error("error runnin in script_packet()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Ddecoder.h6 #error This header should only be included if WebAssembly is enabled.
49 kBooleanValidation, // Run validation but only store a generic error.
50 kFullValidation // Run full validation with error message and location.
74 error(pc, msg); in validate_size()
241 // Use this for "boolean validation", i.e. if the error message is not used
249 // Do not inline error methods. This has measurable impact on validation time,
251 void V8_NOINLINE error(const char* msg) { errorf(pc_offset(), "%s", msg); } in error() function
252 void V8_NOINLINE error(const uint8_t* pc, const char* msg) { in error() function
255 void V8_NOINLINE error(uint32_t offset, const char* msg) { in error() function
282 // Behavior triggered on first error, overridde
325 const WasmError& error() const { return error_; } error() function
[all...]
/third_party/python/Tools/c-analyzer/c_common/
H A Dscriptutil.py199 parser.error(f'duplicate arg {key!r}')
215 parser.error(f'duplicate arg {key!r}')
257 parser.error(f'opt must be a string, got {opt!r}')
275 parser.error(f'unknown {dest} {value!r}')
300 parser.error(f'duplicate arg {key!r}')
349 parser.error(f'invalid --fail values: {", ".join(exc.unique)}')
471 parser.error(f'invalid cmd args {argspec!r}')
/third_party/openssl/test/
H A Ddrbgtest.c300 * the printout in case of an error more readable.
600 goto error; in test_rand_reseed()
609 goto error; in test_rand_reseed()
620 goto error; in test_rand_reseed()
632 goto error; in test_rand_reseed()
644 goto error; in test_rand_reseed()
664 goto error; in test_rand_reseed()
668 error: in test_rand_reseed()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp261 bool error = false; in iterate() local
299 error |= !checkImage(resultSurface); in iterate()
344 error |= !checkImage(resultSurface); in iterate()
348 if (error) in iterate()
360 bool error = false; in checkImage() local
373 error = true; in checkImage()
377 // report error in checkImage()
378 if (error) in checkImage()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp261 bool error = false; in iterate() local
299 error |= !checkImage(resultSurface); in iterate()
344 error |= !checkImage(resultSurface); in iterate()
348 if (error) in iterate()
360 bool error = false; in checkImage() local
373 error = true; in checkImage()
377 // report error in checkImage()
378 if (error) in checkImage()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_state.c1006 int *error) in xfrm_state_look_at()
1041 *error = -ESRCH; in xfrm_state_look_at()
1056 int error = 0; in xfrm_state_find() local
1080 &best, &acquire_in_progress, &error); in xfrm_state_find()
1097 &best, &acquire_in_progress, &error); in xfrm_state_find()
1102 if (!x && !error && !acquire_in_progress) { in xfrm_state_find()
1107 error = -EEXIST; in xfrm_state_find()
1117 error = -ESRCH; in xfrm_state_find()
1123 error = -ENOMEM; in xfrm_state_find()
1132 error in xfrm_state_find()
1003 xfrm_state_look_at(struct xfrm_policy *pol, struct xfrm_state *x, const struct flowi *fl, unsigned short family, struct xfrm_state **best, int *acq_in_progress, int *error) xfrm_state_look_at() argument
[all...]

Completed in 37 milliseconds

1...<<251252253254255256257258259260>>...737