Home
last modified time | relevance | path

Searched refs:error (Results 8401 - 8425 of 17253) sorted by relevance

1...<<331332333334335336337338339340>>...691

/base/telephony/core_service/test/fuzztest/satellitecore_fuzzer/
H A Dsatellitecore_fuzzer.cpp90 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 Dril_adapter_service_test.cpp137 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 Dscript_statement.h62 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 Dmali_kbase_sync_file.c169 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 Dmali_kbase_sync_file.c180 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 Dmali_osk.h325 * @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 Dmali_base_kernel.h49 #error assert macro not defined!
62 #error Failed to find page size
H A Dmali_kbase_sync_file.c180 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 Dmali_osk.h342 * @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 Dmali_kbase_sync_file.c171 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 Damdgpu_vm_sdma.c107 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 Dinitialize_mmu.h68 # 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 Dident_map_64.c22 #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 Dbitops.h13 #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 Dmmu_context.c65 * 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 Dpci_bus.c220 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 Dkerneldoc.py135 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 Dcavium-rng-vf.c64 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 Dmemory.h15 #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 Dmmu_context.c68 * 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 Dqdio.h351 unsigned int *bufnr, unsigned int *error);
353 unsigned int *bufnr, unsigned int *error);
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dident_map_64.c14 #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 Dadv748x-csi2.c301 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 Dtcm-sita.c102 /* 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 Dtw9903.c220 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()

Completed in 21 milliseconds

1...<<331332333334335336337338339340>>...691