Home
last modified time | relevance | path

Searched refs:error (Results 2901 - 2925 of 9822) sorted by relevance

1...<<111112113114115116117118119120>>...393

/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/
H A Dcloud_manager.cpp123 int32_t error = Remote()->SendRequest( in GetFeatureInterface() local
125 if (error != 0) { in GetFeatureInterface()
126 LOG_ERROR("SendRequest returned %{public}d", error); in GetFeatureInterface()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Degl_manager.cpp86 LOGE("EglManager CreateSurface eglSurface = null error %{public}d", eglGetError()); in CreateSurface()
120 int error = eglGetError(); in CreateContext() local
121 if (error == EGL_SUCCESS) { in CreateContext()
124 LOGE("EglManager Init eglCreateContext error %{public}x", error); in CreateContext()
/kernel/linux/linux-5.10/arch/csky/mm/
H A Dtcm.c9 #error "You should define ITCM_RAM_BASE"
14 #error "You should define DTCM_RAM_BASE"
18 #error "You should define correct DTCM_RAM_BASE"
106 panic("TCM init error");
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/
H A Dwii.c77 int error = -ENODEV; in wii_ioremap_hw_regs() local
84 error = of_address_to_resource(np, 0, &res); in wii_ioremap_hw_regs()
85 if (error) { in wii_ioremap_hw_regs()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsyscall.h113 int error, long val) in syscall_set_return_value()
115 if (error) { in syscall_set_return_value()
116 regs->regs[2] = -error; in syscall_set_return_value()
111 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
/kernel/linux/linux-5.10/arch/mips/sibyte/swarm/
H A Dsetup.c33 #error invalid SiByte board configuration
43 #error invalid SiByte board configuration
62 /* Data bus error - print PA */ in swarm_be_handler()
123 #error invalid SiByte board configuration in plat_mem_setup()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dscall64-n32.S58 li t0, -EMAXERRNO - 1 # error?
60 sd t0, PT_R7(sp) # set error flag
64 dnegu v0 # error
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dbacklight.c143 int error = -ENXIO; in __pmac_backlight_set_legacy_brightness() local
161 error = 0; in __pmac_backlight_set_legacy_brightness()
165 return error; in __pmac_backlight_set_legacy_brightness()
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-ip32.c22 * registered on the bridge error irq. It's conceivable that some of these
28 unsigned int flags = mace->pci.error; in macepci_error()
47 printk("MACEPCI: Data parity error at 0x%08x (%c)\n", addr, s); in macepci_error()
51 printk("MACEPCI: Retry error at 0x%08x (%c)\n", addr, s); in macepci_error()
59 printk("MACEPCI: System error at 0x%08x (%c)\n", addr, s); in macepci_error()
63 printk("MACEPCI: Parity error at 0x%08x (%c)\n", addr, s); in macepci_error()
67 printk("MACEPCI: Overrun error at 0x%08x (%c)\n", addr, s); in macepci_error()
79 mace->pci.error = flags; in macepci_error()
130 mace->pci.error = 0; in mace_init()
136 "MACE PCI error", NUL in mace_init()
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dsev-es.c24 #include "error.h"
158 error("SEV-ES CPU Features missing."); in sev_es_shutdown_ghcb()
166 error("Can't map GHCB page encrypted"); in sev_es_shutdown_ghcb()
174 error("Can't unmap GHCB page"); in sev_es_shutdown_ghcb()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dsyscall.h86 int error, long val) in syscall_set_return_value()
88 if (error) { in syscall_set_return_value()
90 regs->u_regs[UREG_I0] = -error; in syscall_set_return_value()
84 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
/kernel/linux/linux-5.10/drivers/acpi/
H A Devent.c168 int error = 0; in acpi_event_init() local
174 error = acpi_event_genetlink_init(); in acpi_event_init()
175 if (error) in acpi_event_init()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3xflop.h206 int error; in sun3xflop_request_irq() local
210 error = request_irq(FLOPPY_IRQ, sun3xflop_hardint, in sun3xflop_request_irq()
212 return ((error == 0) ? 0 : -1); in sun3xflop_request_irq()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsyscall.h113 int error, long val) in syscall_set_return_value()
115 if (error) { in syscall_set_return_value()
116 regs->regs[2] = -error; in syscall_set_return_value()
111 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dscall64-n32.S58 li t0, -EMAXERRNO - 1 # error?
60 sd t0, PT_R7(sp) # set error flag
64 dnegu v0 # error
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3xflop.h206 int error; in sun3xflop_request_irq() local
210 error = request_irq(FLOPPY_IRQ, sun3xflop_hardint, in sun3xflop_request_irq()
212 return ((error == 0) ? 0 : -1); in sun3xflop_request_irq()
/kernel/linux/linux-6.6/arch/csky/mm/
H A Dtcm.c9 #error "You should define ITCM_RAM_BASE"
14 #error "You should define DTCM_RAM_BASE"
18 #error "You should define correct DTCM_RAM_BASE"
106 panic("TCM init error");
/kernel/linux/linux-5.10/tools/testing/selftests/sync/
H A Dsync_stress_consumer.c39 /* Returns 1 on error, 0 on success */
42 int error, active; in busy_wait_on_fence() local
45 error = sync_fence_count_with_status(fence, FENCE_STATUS_ERROR); in busy_wait_on_fence()
46 ASSERT(error == 0, "Error occurred on fence\n"); in busy_wait_on_fence()
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/
H A Dwii.c62 int error = -ENODEV; in wii_ioremap_hw_regs() local
69 error = of_address_to_resource(np, 0, &res); in wii_ioremap_hw_regs()
70 if (error) { in wii_ioremap_hw_regs()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dbacklight.c142 int error = -ENXIO; in __pmac_backlight_set_legacy_brightness() local
160 error = 0; in __pmac_backlight_set_legacy_brightness()
164 return error; in __pmac_backlight_set_legacy_brightness()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c39 int error = EXIT_FAILURE; in main() local
161 error = 0; in main()
169 return error; in main()
H A Dtest_netcnt.c39 int error = EXIT_FAILURE; in main() local
139 error = 0; in main()
147 return error; in main()
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-ip32.c22 * registered on the bridge error irq. It's conceivable that some of these
28 unsigned int flags = mace->pci.error; in macepci_error()
47 printk("MACEPCI: Data parity error at 0x%08x (%c)\n", addr, s); in macepci_error()
51 printk("MACEPCI: Retry error at 0x%08x (%c)\n", addr, s); in macepci_error()
59 printk("MACEPCI: System error at 0x%08x (%c)\n", addr, s); in macepci_error()
63 printk("MACEPCI: Parity error at 0x%08x (%c)\n", addr, s); in macepci_error()
67 printk("MACEPCI: Overrun error at 0x%08x (%c)\n", addr, s); in macepci_error()
79 mace->pci.error = flags; in macepci_error()
130 mace->pci.error = 0; in mace_init()
136 "MACE PCI error", NUL in mace_init()
[all...]
/kernel/linux/linux-6.6/arch/mips/sibyte/swarm/
H A Dsetup.c32 #error invalid SiByte board configuration
42 #error invalid SiByte board configuration
61 /* Data bus error - print PA */ in swarm_be_handler()
122 #error invalid SiByte board configuration in plat_mem_setup()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsyscall.c59 int error = -EFAULT; in SYSCALL_DEFINE1() local
63 error = ksys_mmap_pgoff(a.addr, a.len, a.prot, a.flags, a.fd, a.offset); in SYSCALL_DEFINE1()
65 return error; in SYSCALL_DEFINE1()

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...393