/base/telephony/core_service/test/fuzztest/satellitecore_fuzzer/ |
H A D | satellitecore_fuzzer.cpp | 90 int32_t error = static_cast<int32_t>(*data + offset); in SetRadioStateResponse() local 91 dataMessageParcel.WriteInt32(error); in SetRadioStateResponse()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_adapter_service_test.cpp | 137 HRilErrNumber error = HRIL_ERR_HDF_IPC_FAILURE; in HWTEST_F() local 140 hRilSms.CBConfigNotify(indType, error, response, responseLen); in HWTEST_F()
|
/base/update/updater/services/script/script_interpreter/ |
H A D | script_statement.h | 62 void SetError(const int32_t error)
in SetError() argument 64 error_ = error;
in SetError()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_file.c | 169 if (dma_fence_is_signaled(kcb->fence) && kcb->fence->error) in kbase_fence_wait_callback() 281 * < 0 : error in kbase_sync_fence_info_get() 289 int status = fence->error; in kbase_sync_fence_info_get() 294 info->status = status; /* signaled with error */ in kbase_sync_fence_info_get()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_sync_file.c | 180 if (dma_fence_is_signaled(kcb->fence) && kcb->fence->error < 0) in kbase_fence_wait_callback() 292 * < 0 : error in kbase_sync_fence_info_get() 300 int status = fence->error; in kbase_sync_fence_info_get() 305 info->status = status; /* signaled with error */ in kbase_sync_fence_info_get()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk.h | 325 * @note It is an error to decrement the counter beyond -(1<<23) 338 * @note It is an error to increment the counter beyond (1<<23)-1 446 * Memory must be freed once. It is an error to free the same non-NULL pointer 486 * Memory must be freed once. It is an error to free the same non-NULL pointer 500 * It is an error for \a src to overlap \a dst anywhere in \a len bytes. 579 * It is a programming error to do (but not limited to) the following: 628 * It is a programming error to do (but not limited to) the following: 671 * It is a programming error to attempt to: 689 * error to provide unaligned locations, or to read from memory that is not 703 * It is a programming error t [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_base_kernel.h | 49 #error assert macro not defined! 62 #error Failed to find page size
|
H A D | mali_kbase_sync_file.c | 180 if (dma_fence_is_signaled(kcb->fence) && kcb->fence->error < 0) in kbase_fence_wait_callback() 293 * < 0 : error in kbase_sync_fence_info_get() 301 int status = fence->error; in kbase_sync_fence_info_get() 306 info->status = status; /* signaled with error */ in kbase_sync_fence_info_get()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_osk.h | 342 * @note It is an error to decrement the counter beyond -(1<<23) 355 * @note It is an error to increment the counter beyond (1<<23)-1 462 * Memory must be freed once. It is an error to free the same non-NULL pointer 502 * Memory must be freed once. It is an error to free the same non-NULL pointer 516 * It is an error for \a src to overlap \a dst anywhere in \a len bytes. 593 * It is a programming error to do (but not limited to) the following: 642 * It is a programming error to do (but not limited to) the following: 685 * It is a programming error to attempt to: 703 * error to provide unaligned locations, or to read from memory that is not 717 * It is a programming error t [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_file.c | 171 if (dma_fence_is_signaled(kcb->fence) && kcb->fence->error) in kbase_fence_wait_callback() 281 * < 0 : error in kbase_sync_fence_info_get() 289 int status = fence->error; in kbase_sync_fence_info_get() 294 info->status = status; /* signaled with error */ in kbase_sync_fence_info_get()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm_sdma.c | 107 goto error; in amdgpu_vm_sdma_commit() 123 error: in amdgpu_vm_sdma_commit()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | initialize_mmu.h | 68 # error "MMU v3 requires reloc vectors" 183 #error Default MEMMAP_CACHEATTR of 0x22222222 does not work with full MMU.
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 22 #include "error.h" 114 error("Error: kernel_ident_mapping_init() failed\n"); in add_identity_map() 339 error("Stopping.\n"); in do_pf_error() 354 * Check for unexpected error codes. Unexpected are: in do_boot_page_fault()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | bitops.h | 13 #error only <linux/bitops.h> can be included directly 26 # error "Unexpected BITS_PER_LONG"
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | mmu_context.c | 65 * need to allocate a new one. However in case of error we must free the in realloc_context_ids() 67 * UAF). That's why we decrement i at the start of the error handling in realloc_context_ids() 74 goto error; in realloc_context_ids() 83 error: in realloc_context_ids() 267 * The condition below handles the error case during task init. We have in destroy_context()
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_bus.c | 220 goto error; /* rc already set */ in zpci_bus_device_register() 262 error: in zpci_bus_device_register()
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | kerneldoc.py | 135 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))] 163 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | cavium-rng-vf.c | 64 goto error; in rng_get_coprocessor_clkrate() 78 error: in rng_get_coprocessor_clkrate() 122 /* Calculate time elapsed since last error in check_rng_health() 128 /* Check if current error is a new one or the old one itself. in check_rng_health() 129 * If error is a new one then consider there is a persistent in check_rng_health()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | memory.h | 15 #error "Do not include <asm/memory.h> directly" 67 #error Top of user space clashes with start of module space
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | mmu_context.c | 68 * need to allocate a new one. However in case of error we must free the in realloc_context_ids() 70 * UAF). That's why we decrement i at the start of the error handling in realloc_context_ids() 77 goto error; in realloc_context_ids() 86 error: in realloc_context_ids() 287 * The condition below handles the error case during task init. We have in destroy_context()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | qdio.h | 351 unsigned int *bufnr, unsigned int *error); 353 unsigned int *bufnr, unsigned int *error);
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 14 #include "error.h" 106 error("Error: kernel_ident_mapping_init() failed\n"); in kernel_add_identity_map() 357 error("Stopping.\n"); in do_pf_error() 372 * Check for unexpected error codes. Unexpected are: in do_boot_page_fault()
|
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-csi2.c | 301 if (tx->ctrl_hdl.error) { in adv748x_csi2_init_controls() 303 return tx->ctrl_hdl.error; in adv748x_csi2_init_controls()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | tcm-sita.c | 102 /* FIXME Return error if slots_per_band > stride */ in l2r_t2b() 238 goto error; in sita_init() 256 error: in sita_init()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tw9903.c | 220 if (hdl->error) { in tw9903_probe() 221 int err = hdl->error; in tw9903_probe() 231 v4l2_err(client, "error initializing TW9903\n"); in tw9903_probe()
|