/third_party/skia/include/private/ |
H A D | SkSafe_math.h | 42 #error Hmm. Looks like math.h has changed its header guards.
|
/third_party/rust/crates/regex/regex-debug/src/ |
H A D | main.rs | 1 use std::error; 80 type Result<T> = result::Result<T, Box<dyn error::Error + Send + Sync>>;
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | fips.rs | 7 use crate::error::ErrorStack;
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpInfo.c | 43 # error DEQP_TARGET_NAME is not defined! in qpGetTargetName()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 285 int error; in inode_security_rcu() local 287 error = __inode_security_revalidate(inode, NULL, !rcu); in inode_security_rcu() 288 if (error) in inode_security_rcu() 289 return ERR_PTR(error); in inode_security_rcu() 498 error other than -ENODATA is returned by getxattr on in sb_finish_set_opts() 1285 #error New address family defined, please update this function. in socket_type_to_security_class() 1596 #error Fix SELinux to handle capabilities > 63. 3346 int error; in selinux_inode_getsecurity() local 3369 error = security_sid_to_context_force(&selinux_state, in selinux_inode_getsecurity() 3373 error in selinux_inode_getsecurity() 3624 int error = 0; selinux_file_ioctl() local 6341 int error; selinux_getprocattr() local 6391 int error; selinux_setprocattr() local [all...] |
/kernel/linux/linux-6.6/security/selinux/ |
H A D | hooks.c | 306 int error; in inode_security_rcu() local 308 error = __inode_security_revalidate(inode, NULL, !rcu); in inode_security_rcu() 309 if (error) in inode_security_rcu() 310 return ERR_PTR(error); in inode_security_rcu() 507 * error other than -ENODATA is returned by getxattr on in sb_check_xattr_support() 989 * NOTE: the caller is responsible for freeing the memory even if on error. 1300 #error New address family defined, please update this function. in socket_type_to_security_class() 1614 #error Fix SELinux to handle capabilities > 63. 3410 int error; in selinux_inode_getsecurity() local 3433 error in selinux_inode_getsecurity() 3686 int error = 0; selinux_file_ioctl() local 6321 int error; selinux_getprocattr() local 6370 int error; selinux_setprocattr() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 63 const char* PARAM_TYPE_CHECK_ERROR = "param type check error"; 65 "BusinessError 401: Parameter error.Parameter extensionAbilityType is empty."; 597 napi_value error = BusinessError::CreateCommonError(env, ERROR_SYSTEM_ABILITY_NOT_FOUND, "getAbilityLabel"); in GetAbilityLabelSync() 598 napi_throw(env, error); in GetAbilityLabelSync() 695 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, in GetBundleArchiveInfoSync() local 697 napi_throw(env, error); in GetBundleArchiveInfoSync() 733 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, in GetBundleNameByUidSync() local 735 napi_throw(env, error); in GetBundleNameByUidSync() 821 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, in GetProfileByAbilitySync() local 823 napi_throw(env, error); in GetProfileByAbilitySync() 890 napi_value error = BusinessError::CreateCommonError(env, ERROR_BUNDLE_SERVICE_EXCEPTION, GetProfileByExAbilitySync() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 180 int error = BT_SUCCESS; in OnAudioStateChanged() local 197 service->ProcessPlayingFrameworkCallback(state, error, rawAddr); in OnAudioStateChanged() 209 int error = BT_SUCCESS; in OnCodecStateChanged() local 228 service->ProcessCodecFrameworkCallback(codecInfo.codecInfo, error, rawAddr); in OnCodecStateChanged() 980 void A2dpService::ProcessPlayingFrameworkCallback(int playingState, int error, const RawAddress &device) in ProcessPlayingFrameworkCallback() argument 984 a2dpFramworkCallback_.ForEach([device, playingState, error](IA2dpObserver &observer) { in ProcessPlayingFrameworkCallback() 985 observer.OnPlayingStatusChaned(device, playingState, error); in ProcessPlayingFrameworkCallback() 990 const bluetooth::A2dpSrcCodecInfo &info, int error, const RawAddress &device) in ProcessCodecFrameworkCallback() 995 [device, info, error](IA2dpObserver &observer) { observer.OnConfigurationChanged(device, info, error); }); in ProcessCodecFrameworkCallback() 989 ProcessCodecFrameworkCallback( const bluetooth::A2dpSrcCodecInfo &info, int error, const RawAddress &device) ProcessCodecFrameworkCallback() argument [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-core.c | 229 "%s: %s error, dev %s, sector %llu op 0x%x:(%s) flags 0x%x " in print_req_error() 240 unsigned int nbytes, blk_status_t error) in req_bio_endio() 242 if (error) in req_bio_endio() 243 bio->bi_status = error; in req_bio_endio() 250 if (req_op(rq) == REQ_OP_ZONE_APPEND && error == BLK_STS_OK) { in req_bio_endio() 1398 * @error: block status code 1421 bool blk_update_request(struct request *req, blk_status_t error, in blk_update_request() argument 1426 trace_block_rq_complete(req, blk_status_to_errno(error), nr_bytes); in blk_update_request() 1433 error == BLK_STS_OK) in blk_update_request() 1444 if (unlikely(error in blk_update_request() 239 req_bio_endio(struct request *rq, struct bio *bio, unsigned int nbytes, blk_status_t error) req_bio_endio() argument [all...] |
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | runtime.c | 1213 * error returned by the failing supplier activation will be returned in that 1220 int error = 0; in __pm_runtime_set_status() local 1229 * error if it is enabled already and working. in __pm_runtime_set_status() 1234 error = -EAGAIN; in __pm_runtime_set_status() 1238 if (error) in __pm_runtime_set_status() 1239 return error; in __pm_runtime_set_status() 1250 error = rpm_get_suppliers(dev); in __pm_runtime_set_status() 1251 if (error) in __pm_runtime_set_status() 1279 error = -EBUSY; in __pm_runtime_set_status() 1286 if (error) { in __pm_runtime_set_status() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/ |
H A D | boot.c | 1012 * returns 0 on success, < 0 on error 1163 * returns 0 on success, < 0 on error 1241 int error; in early_acpi_process_madt() local 1248 error = early_acpi_parse_madt_lapic_addr_ovr(); in early_acpi_process_madt() 1249 if (!error) { in early_acpi_process_madt() 1253 if (error == -EINVAL) { in early_acpi_process_madt() 1268 int error; in acpi_process_madt() local 1275 error = acpi_parse_madt_lapic_entries(); in acpi_process_madt() 1276 if (!error) { in acpi_process_madt() 1283 error in acpi_process_madt() [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | entry.S | 524 kernel_ventry 1, t, 64, error // Error EL1t 529 kernel_ventry 1, h, 64, error // Error EL1h 534 kernel_ventry 0, t, 64, error // Error 64-bit EL0 539 kernel_ventry 0, t, 32, error // Error 32-bit EL0 592 entry_handler 1, t, 64, error 597 entry_handler 1, h, 64, error 602 entry_handler 0, t, 64, error 607 entry_handler 0, t, 32, error 790 kernel_ventry 1, t, 64, error // Error EL1t 795 kernel_ventry 1, h, 64, error // Erro [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | nxt200x.c | 64 pr_warn("%s: i2c write error (addr 0x%02x, err == %i)\n", in i2c_writebytes() 77 pr_warn("%s: i2c read error (addr 0x%02x, err == %i)\n", in i2c_readbytes() 101 pr_warn("%s: i2c write error (addr 0x%02x, err == %i)\n", in nxt200x_writebytes() 118 pr_warn("%s: i2c read error (addr 0x%02x, err == %i)\n", in nxt200x_readbytes() 335 pr_warn("error writing to tuner\n"); in nxt200x_writetuner() 373 pr_warn("timeout error writing to tuner\n"); in nxt200x_writetuner() 1149 goto error; in nxt200x_attach() 1171 goto error; in nxt200x_attach() 1177 if (buf[0] != 0x04) goto error; /* device id */ in nxt200x_attach() 1178 if (buf[1] != 0x02) goto error; /* fa in nxt200x_attach() [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ads7846.c | 282 int error; in __ads7846_enable() local 284 error = regulator_enable(ts->reg); in __ads7846_enable() 285 if (error != 0) in __ads7846_enable() 286 dev_err(&ts->spi->dev, "Failed to enable supply: %d\n", error); in __ads7846_enable() 812 int error; in ads7846_read_state() local 820 error = spi_sync(ts->spi, m); in ads7846_read_state() 821 if (error) { in ads7846_read_state() 822 dev_err(&ts->spi->dev, "spi_sync --> %d\n", error); in ads7846_read_state() 827 error = ads7846_filter(ts); in ads7846_read_state() 828 if (error) in ads7846_read_state() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
H A D | tw686x-video.c | 1122 "video%d: FIFO error\n", vc->num); in tw686x_video_irq() 1186 /* Initialize vc->dev and vc->ch for the error path */ in tw686x_video_init() 1205 goto error; in tw686x_video_init() 1212 goto error; in tw686x_video_init() 1237 goto error; in tw686x_video_init() 1244 goto error; in tw686x_video_init() 1254 err = vc->ctrl_handler.error; in tw686x_video_init() 1256 goto error; in tw686x_video_init() 1260 goto error; in tw686x_video_init() 1267 goto error; in tw686x_video_init() [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | au1xmmc.c | 335 data->error = 0; in au1xmmc_data_complete() 344 data->error = -EILSEQ; in au1xmmc_data_complete() 351 if (!data->error) { in au1xmmc_data_complete() 526 cmd->error = 0; in au1xmmc_cmd_complete() 558 cmd->error = -EILSEQ; in au1xmmc_cmd_complete() 562 if (!trans || cmd->error) { in au1xmmc_cmd_complete() 687 mrq->cmd->error = -ENOMEDIUM; in au1xmmc_request() 701 mrq->cmd->error = ret; in au1xmmc_request() 792 host->mrq->cmd->error = -ETIMEDOUT; in au1xmmc_irq() 794 host->mrq->data->error in au1xmmc_irq() [all...] |
H A D | davinci_mmc.c | 88 #define MMCST0_CRCWR BIT(5) /* data write CRC error */ 89 #define MMCST0_CRCRD BIT(6) /* data read CRC error */ 90 #define MMCST0_CRCRS BIT(7) /* command response CRC error */ 602 req->cmd->error = -ETIMEDOUT; in mmc_davinci_request() 792 if (!data->stop || (host->cmd && host->cmd->error)) { in mmc_davinci_xfer_done() 818 if (host->data == NULL || cmd->error) { in mmc_davinci_cmd_done() 819 if (cmd->error == -ETIMEDOUT) in mmc_davinci_cmd_done() 939 data->error = -ETIMEDOUT; in mmc_davinci_irq() 950 /* Data CRC error */ in mmc_davinci_irq() 951 data->error in mmc_davinci_irq() [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | pmac.c | 1420 int error; in pmac_ide_probe() local 1426 error = pci_register_driver(&pmac_ide_pci_driver); in pmac_ide_probe() 1427 if (error) in pmac_ide_probe() 1429 error = macio_register_driver(&pmac_ide_macio_driver); in pmac_ide_probe() 1430 if (error) { in pmac_ide_probe() 1435 error = macio_register_driver(&pmac_ide_macio_driver); in pmac_ide_probe() 1436 if (error) in pmac_ide_probe() 1438 error = pci_register_driver(&pmac_ide_pci_driver); in pmac_ide_probe() 1439 if (error) { in pmac_ide_probe() 1445 return error; in pmac_ide_probe() [all...] |
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | qdio_main.c | 164 * error occurs. 930 goto error; in qdio_establish_handle_irq() 932 goto error; in qdio_establish_handle_irq() 934 goto error; in qdio_establish_handle_irq() 938 error: in qdio_establish_handle_irq() 939 DBF_ERROR("%4x EQ:error", irq_ptr->schid.sch_no); in qdio_establish_handle_irq() 962 DBF_ERROR("%4x IO error", irq_ptr->schid.sch_no); in qdio_int_handler() 1001 * Returns 0 or an error code. The results of the chsc are stored in the 1482 /* in case of SIGA errors we must process the error immediately */ in handle_outbound() 1575 unsigned int *error) in __qdio_inspect_queue() 1574 __qdio_inspect_queue(struct qdio_q *q, unsigned int *bufnr, unsigned int *error) __qdio_inspect_queue() argument 1595 qdio_inspect_queue(struct ccw_device *cdev, unsigned int nr, bool is_input, unsigned int *bufnr, unsigned int *error) qdio_inspect_queue() argument 1624 qdio_get_next_buffers(struct ccw_device *cdev, int nr, int *bufnr, int *error) qdio_get_next_buffers() argument [all...] |
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | port100.c | 1169 goto error; in port100_in_comm_rf_complete() 1178 goto error; in port100_in_comm_rf_complete() 1185 goto error; in port100_in_comm_rf_complete() 1193 error: in port100_in_comm_rf_complete() 1524 goto error; in port100_probe() 1533 goto error; in port100_probe() 1559 goto error; in port100_probe() 1572 goto error; in port100_probe() 1593 goto error; in port100_probe() 1611 error in port100_probe() [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ioctl.c | 278 * anything else in the inode. Don't error out if we're only trying to set 689 int error; in ext4_ioc_getfsmap() local 718 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap() 719 if (error == EXT4_QUERY_RANGE_ABORT) { in ext4_ioc_getfsmap() 720 error = 0; in ext4_ioc_getfsmap() 722 } else if (error) in ext4_ioc_getfsmap() 723 return error; in ext4_ioc_getfsmap() 801 int error; in ext4_ioctl_get_es_cache() local 813 error = ext4_get_es_cache(inode, &fieinfo, fiemap.fm_start, in ext4_ioctl_get_es_cache() 818 error in ext4_ioctl_get_es_cache() [all...] |
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | inode.c | 1046 int error; in orangefs_iget() local 1061 error = orangefs_inode_getattr(inode, ORANGEFS_GETATTR_NEW); in orangefs_iget() 1062 if (error) { in orangefs_iget() 1064 return ERR_PTR(error); in orangefs_iget() 1089 int error; in orangefs_new_inode() local 1106 error = orangefs_inode_getattr(inode, ORANGEFS_GETATTR_NEW); in orangefs_new_inode() 1107 if (error) in orangefs_new_inode() 1113 error = insert_inode_locked4(inode, hash, orangefs_test_inode, ref); in orangefs_new_inode() 1114 if (error < 0) in orangefs_new_inode() 1125 return ERR_PTR(error); in orangefs_new_inode() [all...] |
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_fd.c | 95 * @err: error state 179 * p9_conn_cancel - cancel all pending requests with error 181 * @err: error code 308 goto error; in p9_read_work() 321 "error parsing header: %d\n", err); in p9_read_work() 322 goto error; in p9_read_work() 330 goto error; in p9_read_work() 342 goto error; in p9_read_work() 351 goto error; in p9_read_work() 378 goto error; in p9_read_work() [all...] |
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | es2.c | 163 dev_err(&udev->dev, "%s: return error %d\n", __func__, retval); in output_sync() 833 dev_err(dev, "urb cport in error %d (dropped)\n", status); in cport_in_callback() 1047 dev_err(dev, "arpc in-urb error %d (dropped)\n", status); in arpc_in_callback() 1296 goto error; in ap_probe() 1299 goto error; in ap_probe() 1339 goto error; in ap_probe() 1350 goto error; in ap_probe() 1357 goto error; in ap_probe() 1376 goto error; in ap_probe() 1383 goto error; in ap_probe() [all...] |
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | ds.c | 151 int error = 0; in pcmcia_create_newid_file() local 153 error = driver_create_file(&drv->drv, &driver_attr_new_id); in pcmcia_create_newid_file() 154 return error; in pcmcia_create_newid_file() 171 int error; in pcmcia_register_driver() local 187 error = driver_register(&driver->drv); in pcmcia_register_driver() 188 if (error < 0) in pcmcia_register_driver() 189 return error; in pcmcia_register_driver() 191 error = pcmcia_create_newid_file(driver); in pcmcia_register_driver() 192 if (error) in pcmcia_register_driver() 195 return error; in pcmcia_register_driver() [all...] |