/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | vfs.c | 510 __be32 error; in nfsd4_set_nfs4_label() local 514 error = fh_verify(rqstp, fhp, 0 /* S_IFREG */, NFSD_MAY_SATTR); in nfsd4_set_nfs4_label() 515 if (error) in nfsd4_set_nfs4_label() 516 return error; in nfsd4_set_nfs4_label() 596 int error; in nfsd4_vfs_fallocate() local 601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate() 602 if (!error) in nfsd4_vfs_fallocate() 603 error = commit_metadata(fhp); in nfsd4_vfs_fallocate() 605 return nfserrno(error); in nfsd4_vfs_fallocate() 671 __be32 error; in nfsd_access() local [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | asus-laptop.c | 704 goto error; in asus_led_init() 709 goto error; in asus_led_init() 712 goto error; in asus_led_init() 715 goto error; in asus_led_init() 718 goto error; in asus_led_init() 721 goto error; in asus_led_init() 724 goto error; in asus_led_init() 739 error: in asus_led_init() 1478 int error; in asus_input_init() local 1489 error in asus_input_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 96 * returned from this function - it can only return an error if in iwl_txq_gen2_set_tb() 1074 goto error; in iwl_txq_alloc() 1082 goto error; in iwl_txq_alloc() 1090 goto error; in iwl_txq_alloc() 1115 error: in iwl_txq_alloc() 1155 goto error; in iwl_txq_dyn_alloc_dma() 1160 goto error; in iwl_txq_dyn_alloc_dma() 1167 error: in iwl_txq_dyn_alloc_dma() 1257 goto error; in iwl_txq_dyn_alloc() 1279 goto error; in iwl_txq_dyn_alloc() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e8aa0.c | 116 * failure or unexpected response the field is set to error value. 120 int error; member 130 int ret = ctx->error; in s6e8aa0_clear_error() 132 ctx->error = 0; in s6e8aa0_clear_error() 141 if (ctx->error < 0) in s6e8aa0_dcs_write() 146 dev_err(ctx->dev, "error %zd writing dcs seq: %*ph\n", ret, in s6e8aa0_dcs_write() 148 ctx->error = ret; in s6e8aa0_dcs_write() 157 if (ctx->error < 0) in s6e8aa0_dcs_read() 158 return ctx->error; in s6e8aa0_dcs_read() 162 dev_err(ctx->dev, "error in s6e8aa0_dcs_read() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_exch.c | 172 * with FC_EX_TIMEOUT error. 468 int error = -ENXIO; in fc_seq_send_locked() local 499 error = lport->tt.frame_send(lport, fp); in fc_seq_send_locked() 513 return error; in fc_seq_send_locked() 528 int error; in fc_seq_send() local 531 error = fc_seq_send_locked(lport, sp, fp); in fc_seq_send() 533 return error; in fc_seq_send() 627 * will be called with timeout error if no response to abort. 631 * Return value: 0 on success else error code 638 int error; in fc_exch_abort_locked() local 695 int error; fc_seq_exch_abort() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | wavpack.c | 195 goto error; in wv_get_value() 199 goto error; in wv_get_value() 217 goto error; in wv_get_value() 222 goto error; in wv_get_value() 226 goto error; in wv_get_value() 243 goto error; in wv_get_value() 271 goto error; in wv_get_value() 275 goto error; in wv_get_value() 280 goto error; in wv_get_value() 295 error in wv_get_value() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_image.cpp | 578 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands() 579 return error; in ValidateImageOperands() 600 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands() 1165 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageLod() 1166 return error; in ValidateImageLod() 1261 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageDrefLod() 1262 return error; in ValidateImageDrefLod() 1329 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageFetch() 1330 return error; in ValidateImageFetch() [all...] |
H A D | validate_extensions.cpp | 385 if (auto error = ValidateKernelDecl(_, inst)) { in ValidateClspvReflectionArgumentBuffer() 386 return error; in ValidateClspvReflectionArgumentBuffer() 405 if (auto error = ValidateArgInfo(_, inst, 8)) { in ValidateClspvReflectionArgumentBuffer() 406 return error; in ValidateClspvReflectionArgumentBuffer() 416 if (auto error = ValidateKernelDecl(_, inst)) { in ValidateClspvReflectionArgumentPodBuffer() 417 return error; in ValidateClspvReflectionArgumentPodBuffer() 446 if (auto error = ValidateArgInfo(_, inst, 10)) { in ValidateClspvReflectionArgumentPodBuffer() 447 return error; in ValidateClspvReflectionArgumentPodBuffer() 457 if (auto error = ValidateKernelDecl(_, inst)) { in ValidateClspvReflectionArgumentPodPushConstant() 458 return error; in ValidateClspvReflectionArgumentPodPushConstant() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_image.cpp | 578 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands() 579 return error; in ValidateImageOperands() 600 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands() 1165 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageLod() 1166 return error; in ValidateImageLod() 1261 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageDrefLod() 1262 return error; in ValidateImageDrefLod() 1329 if (spv_result_t error = GetActualResultType(_, inst, &actual_result_type)) { in ValidateImageFetch() 1330 return error; in ValidateImageFetch() [all...] |
H A D | validate_extensions.cpp | 385 if (auto error = ValidateKernelDecl(_, inst)) { in ValidateClspvReflectionArgumentBuffer() 386 return error; in ValidateClspvReflectionArgumentBuffer() 405 if (auto error = ValidateArgInfo(_, inst, 8)) { in ValidateClspvReflectionArgumentBuffer() 406 return error; in ValidateClspvReflectionArgumentBuffer() 416 if (auto error = ValidateKernelDecl(_, inst)) { in ValidateClspvReflectionArgumentPodBuffer() 417 return error; in ValidateClspvReflectionArgumentPodBuffer() 446 if (auto error = ValidateArgInfo(_, inst, 10)) { in ValidateClspvReflectionArgumentPodBuffer() 447 return error; in ValidateClspvReflectionArgumentPodBuffer() 457 if (auto error = ValidateKernelDecl(_, inst)) { in ValidateClspvReflectionArgumentPodPushConstant() 458 return error; in ValidateClspvReflectionArgumentPodPushConstant() [all...] |
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshalgo.c | 177 FT_Error error; in psh_hint_table_init() local 238 return error; in psh_hint_table_init() 1160 FT_Error error; in psh_glyph_init() local 1266 error = psh_hint_table_init( &glyph->hint_tables [0], in psh_glyph_init() 1271 if ( error ) in psh_glyph_init() 1274 error = psh_hint_table_init( &glyph->hint_tables [1], in psh_glyph_init() 1279 if ( error ) in psh_glyph_init() 1283 return error; in psh_glyph_init() 1797 FT_Error error; in psh_glyph_interpolate_normal_points() local 2068 FT_Error error; in ps_hints_apply() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emitter.forAwait(target=es5).js | 123 e_1 = { error: e_1_1 };
134 if (e_1) throw e_1.error;
212 e_1 = { error: e_1_1 };
223 if (e_1) throw e_1.error;
304 e_1 = { error: e_1_1 };
315 if (e_1) throw e_1.error;
396 e_1 = { error: e_1_1 };
407 if (e_1) throw e_1.error;
487 e_1 = { error: e_1_1 };
498 if (e_1) throw e_1.error;
[all...] |
H A D | parserharness.js | 84 export var throwAssertError = (error: Error) => { 85 throw error; 231 scenarioEnd: (scenario: IScenarioMetadata, error?: Error) => void; 236 error: (test: ITestMetadata, error: Error) => void; 245 public scenarioEnd(scenario: IScenarioMetadata, error?: Error) { } 250 public error(test: ITestMetadata, error: Error) { } 278 // The error, if any, that occurred when running 'block' 279 public error [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 299 absl::Status status(absl::StatusCode::kInternal, "Some error"); in TEST() 301 EXPECT_EQ(absl::StatusOr<int>(status).status().message(), "Some error"); in TEST() 302 EXPECT_EQ(status.message(), "Some error"); in TEST() 305 "Some error"); in TEST() 306 EXPECT_NE(status.message(), "Some error"); in TEST() 310 absl::Status error = in TEST() local 312 absl::BadStatusOrAccess e1{error}; in TEST() 314 EXPECT_THAT(e1.what(), HasSubstr(error.ToString())); in TEST() 315 EXPECT_THAT(e2.what(), HasSubstr(error.ToString())); in TEST() 319 absl::Status error in TEST() local 329 absl::Status error = TEST() local 337 absl::Status error = TEST() local [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | dib9000.c | 266 dprintk("i2c read error on %d\n", reg); in dib9000_read16_attr() 293 dprintk("read register %x error\n", reg); in dib9000_i2c_read16() 489 dprintk("error while downloading microcode for RISC %c\n", 'A' + risc_id); in dib9000_firmware_download() 1142 dprintk("error : firmware returned %dbytes needed but the used buffer has only %dbytes\n Firmware init ABORTED", size, in dib9000_fw_init() 1203 goto error; in dib9000_fw_get_channel() 1326 error: in dib9000_fw_get_channel() 1881 goto error; in dib9000_sleep() 1885 error: in dib9000_sleep() 2215 goto error; in dib9000_read_ber() 2220 goto error; in dib9000_read_ber() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 190 int error = 0; in hmdfs_dentry_path_raw() local 217 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_dentry_path_raw() 218 if (error) in hmdfs_dentry_path_raw() 232 if (error) in hmdfs_dentry_path_raw() 285 int error = 0; in hmdfs_merge_dentry_path_raw() local 303 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_merge_dentry_path_raw() 304 if (error) in hmdfs_merge_dentry_path_raw() 317 if (error) in hmdfs_merge_dentry_path_raw() 1094 int error; in hmdfs_linkat() local 1098 hmdfs_err("create kernel path failed, error in hmdfs_linkat() 1771 ssize_t error; store_one() local [all...] |
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | dev.c | 274 * has arrived or it was aborted (and not yet sent) or some error 332 req->args->end(fm, req->args, req->out.h.error); in fuse_request_end() 401 req->out.h.error = -EINTR; in request_wait_answer() 422 req->out.h.error = -ENOTCONN; in __fuse_request_send() 516 ret = req->out.h.error; in fuse_simple_request() 1209 * was an error during the copying then it's finished by calling 1285 /* If request is too large, reply with an error and restart the read */ in fuse_dev_do_read() 1287 req->out.h.error = -EIO; in fuse_dev_do_read() 1290 req->out.h.error = -E2BIG; in fuse_dev_do_read() 1300 req->out.h.error in fuse_dev_do_read() 1662 fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, int error) fuse_retrieve_end() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dib9000.c | 266 dprintk("i2c read error on %d\n", reg); in dib9000_read16_attr() 293 dprintk("read register %x error\n", reg); in dib9000_i2c_read16() 489 dprintk("error while downloading microcode for RISC %c\n", 'A' + risc_id); in dib9000_firmware_download() 1142 dprintk("error : firmware returned %dbytes needed but the used buffer has only %dbytes\n Firmware init ABORTED", size, in dib9000_fw_init() 1203 goto error; in dib9000_fw_get_channel() 1326 error: in dib9000_fw_get_channel() 1881 goto error; in dib9000_sleep() 1885 error: in dib9000_sleep() 2215 goto error; in dib9000_read_ber() 2220 goto error; in dib9000_read_ber() [all...] |
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | dev.c | 274 * has arrived or it was aborted (and not yet sent) or some error 328 req->args->end(fm, req->args, req->out.h.error); in fuse_request_end() 397 req->out.h.error = -EINTR; in request_wait_answer() 418 req->out.h.error = -ENOTCONN; in __fuse_request_send() 514 ret = req->out.h.error; in fuse_simple_request() 1200 * was an error during the copying then it's finished by calling 1276 /* If request is too large, reply with an error and restart the read */ in fuse_dev_do_read() 1278 req->out.h.error = -EIO; in fuse_dev_do_read() 1281 req->out.h.error = -E2BIG; in fuse_dev_do_read() 1291 req->out.h.error in fuse_dev_do_read() 1651 fuse_retrieve_end(struct fuse_mount *fm, struct fuse_args *args, int error) fuse_retrieve_end() argument [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 425 * Returns: 0 if instantiate was successful, or error. 601 /* Some error or failed "try lock" - report it */ in finish_xmote() 724 * glocks. Warn about the error, dump the glock, then fall 740 * Check for an error encountered since we called go_sync and go_inval. 925 int error; in gfs2_glock_poke() local 928 error = gfs2_glock_nq(&gh); in gfs2_glock_poke() 929 if (!error) in gfs2_glock_poke() 1307 * gfs2_glock_holder_ready - holder is ready and its error code can be collected 1551 * if (gh->gh_flags & GL_ASYNC), this never returns an error 1559 int error in gfs2_glock_nq() local 1730 int error; gfs2_glock_nq_num() local 1777 int error = 0; nq_m_sync() local 1809 int error = 0; gfs2_glock_nq_m() local [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_dentryfile.c | 191 int error = 0; in hmdfs_dentry_path_raw() local 218 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_dentry_path_raw() 219 if (error) in hmdfs_dentry_path_raw() 233 if (error) in hmdfs_dentry_path_raw() 286 int error = 0; in hmdfs_merge_dentry_path_raw() local 304 error = prepend_name(&end, &len, &dentry->d_name); in hmdfs_merge_dentry_path_raw() 305 if (error) in hmdfs_merge_dentry_path_raw() 318 if (error) in hmdfs_merge_dentry_path_raw() 1095 int error; in hmdfs_linkat() local 1099 hmdfs_err("create kernel path failed, error in hmdfs_linkat() 1772 ssize_t error; store_one() local [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 71 parseContext.error(token.loc, "Expected", syntax, ""); in expected() 74 void HlslGrammar::unimplemented(const char* error) in unimplemented() argument 76 parseContext.error(token.loc, "Unimplemented", error, ""); in unimplemented() 393 parseContext.error(token.loc, "in/out qualifiers are only valid on parameters", token.string->c_str(), ""); in acceptDeclaration() 430 parseContext.error(idToken.loc, "function body can't be in a declarator list", "{", ""); in acceptDeclaration() 432 parseContext.error(idToken.loc, "function body can't be in a typedef", "{", ""); in acceptDeclaration() 436 parseContext.error(idToken.loc, "function typedefs not implemented", "{", ""); in acceptDeclaration() 478 parseContext.error(idToken.loc, "can't have an initializer", "typedef", ""); in acceptDeclaration() 493 parseContext.error(idToke in acceptDeclaration() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 310 void Report##TYPE(const char* error, uint32_t index, \ 312 thrower_->TYPE("Import #%d module=\"%s\" function=\"%s\" error: %s", \ 314 import_name->ToCString().get(), error); \ 317 MaybeHandle<Object> Report##TYPE(const char* error, uint32_t index, \ 319 thrower_->TYPE("Import #%d module=\"%s\" error: %s", index, \ 320 module_name->ToCString().get(), error); \ 396 // functions, or {-1} on error. 430 DCHECK(isolate->has_pending_exception() || thrower->error()); in InstantiateToInstanceObject() 465 if (thrower_->error()) return {}; in Build() 523 DCHECK(isolate_->has_pending_exception() || thrower_->error()); in Build() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 118 * Any other value - indicates an error. 162 "error, mbxCmd x%x READ_NVPARM, " in lpfc_config_port_prep() 256 * mailbox error, either way we are done. in lpfc_config_port_prep() 413 * Any other value - error. 603 /* Set up error attention (ERATT) polling timer */ in lpfc_config_port_post() 733 * Any other value - error 754 * Any other value - error 838 * Any other value - error 880 * Any other value - error. 1062 * Any other value - error 3693 int i, error = 0; lpfc_online() local 4710 int error = 0; lpfc_create_port() local 8607 int error; lpfc_setup_driver_resource_phase2() local 9287 int error; lpfc_sli_pci_mem_setup() local 11824 int error; lpfc_sli4_pci_mem_setup() local 13957 int error; lpfc_pci_probe_one_s3() local 14266 int error; lpfc_pci_resume_one_s3() local 14779 int error; lpfc_pci_probe_one_s4() local 15099 int error; lpfc_pci_resume_one_s4() local 15723 int error = 0; lpfc_init() local [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | 41 u64 seq, ktime_t ts, int error) in hl_push_cs_outcome() 82 node->error = error; in hl_push_cs_outcome() 91 u64 seq, ktime_t *ts, int *error) in hl_pop_cs_outcome() 101 *error = node->error; in hl_pop_cs_outcome() 226 fence->error = 0; in hl_fence_init() 563 * to free any pending context and print error message in force_complete_multi_cs() 761 /* We need to mark an error for not submitted because in that case in cs_do_release() 766 cs->fence->error in cs_do_release() 39 hl_push_cs_outcome(struct hl_device *hdev, struct hl_cs_outcome_store *outcome_store, u64 seq, ktime_t ts, int error) hl_push_cs_outcome() argument 90 hl_pop_cs_outcome(struct hl_cs_outcome_store *outcome_store, u64 seq, ktime_t *ts, int *error) hl_pop_cs_outcome() argument 2648 int rc = 0, error; hl_wait_for_fence() local [all...] |