Searched refs:EFAULT (Results 1 - 25 of 88) sorted by relevance

1234

/u-boot/arch/arm/mach-socfpga/
H A Dpinmux_arria10.c24 return -EFAULT;
35 return -EFAULT;
62 return -EFAULT;
75 return -EFAULT;
78 return -EFAULT;
93 return -EFAULT;
/u-boot/drivers/net/
H A Ddsa_sandbox.c43 return -EFAULT;
64 return -EFAULT;
67 return -EFAULT;
81 return -EFAULT;
84 return -EFAULT;
88 return -EFAULT;
112 return -EFAULT;
118 return -EFAULT;
H A Dmvgbe.c78 return -EFAULT;
83 return -EFAULT;
88 return -EFAULT;
107 return -EFAULT;
126 * Returns 16bit phy register value, or -EFAULT on error
156 return -EFAULT;
161 return -EFAULT;
178 * Returns 0 if write succeed, -EFAULT on error
/u-boot/fs/yaffs2/
H A Dyaffs_error.c41 { EFAULT, "EFAULT"},
H A Dyportenv.h198 #ifndef EFAULT
199 #define EFAULT 14 macro
H A Dyaffsfs.c797 yaffsfs_SetError(-EFAULT);
1081 yaffsfs_SetError(-EFAULT);
1203 yaffsfs_SetError(-EFAULT);
1314 yaffsfs_SetError(-EFAULT);
1429 yaffsfs_SetError(-EFAULT);
1498 yaffsfs_SetError(-EFAULT);
1637 yaffsfs_SetError(-EFAULT);
1685 yaffsfs_SetError(-EFAULT);
1744 yaffsfs_SetError(-EFAULT);
1806 yaffsfs_SetError(-EFAULT);
[all...]
/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c48 return -EFAULT;
53 return -EFAULT;
59 return -EFAULT;
116 return -EFAULT;
121 return -EFAULT;
127 return -EFAULT;
185 return -EFAULT;
192 return -EFAULT;
/u-boot/boot/
H A Dprog_boot.c50 return -EFAULT;
H A Dimage-pre-load.c119 ret = -EFAULT;
139 ret = -EFAULT;
194 ret = -EFAULT;
229 ret = -EFAULT;
239 ret = -EFAULT;
249 ret = -EFAULT;
274 ret = -EFAULT;
287 ret = -EFAULT;
/u-boot/board/toradex/common/
H A Dtdx-eeprom.c23 return -EFAULT;
/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c34 return -EFAULT;
/u-boot/lib/
H A Dof_live.c291 return -EFAULT;
374 return log_msg_ret("res", -EFAULT);
397 return -EFAULT;
427 return -EFAULT;
462 return -EFAULT;
471 return log_msg_ret("pac", -EFAULT);
475 return log_msg_ret("abu", -EFAULT);
/u-boot/arch/x86/lib/
H A Dbootm.c181 return -EFAULT;
228 return -EFAULT;
/u-boot/cmd/
H A Dpmic.c149 return failure(-EFAULT);
186 return failure(-EFAULT);
/u-boot/include/linux/
H A Derrno.h17 #define EFAULT 14 /* Bad address */ macro
/u-boot/drivers/crypto/fsl/
H A Dfsl_rsa.c50 return -EFAULT;
/u-boot/drivers/mtd/ubi/
H A Dupd.c311 return -EFAULT;
346 return -EFAULT;
409 return -EFAULT;
/u-boot/common/
H A Dsplash_source.c139 return -EFAULT;
294 res = -EFAULT;
461 return -EFAULT;
H A Dsplash.c78 return -EFAULT;
/u-boot/fs/squashfs/
H A Dsqfs_inode.c146 return -EFAULT;
/u-boot/drivers/clk/ti/
H A Dclk.c97 return -EFAULT;
/u-boot/drivers/remoteproc/
H A Drproc-elf-loader.c57 return -EFAULT;
114 return -EFAULT;
268 return -EFAULT;
527 return -EFAULT;
/u-boot/drivers/rtc/
H A Ddavinci.c230 return -EFAULT;
235 return -EFAULT;
252 return -EFAULT;
258 return -EFAULT;
/u-boot/drivers/misc/
H A Dvexpress_config.c53 return -EFAULT;
/u-boot/drivers/power/pmic/
H A Dpmic-uclass.c117 return -EFAULT;
130 return -EFAULT;

Completed in 167 milliseconds

1234