| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | target_os_stack.h | 67 errno = EFAULT; in setup_initial_stack() 74 errno = EFAULT; in setup_initial_stack() 82 errno = EFAULT; in setup_initial_stack() 88 errno = EFAULT; in setup_initial_stack() 130 errno = EFAULT; in setup_initial_stack() 134 errno = EFAULT; in setup_initial_stack() 141 errno = EFAULT; in setup_initial_stack() 155 errno = EFAULT; in setup_initial_stack() 159 errno = EFAULT; in setup_initial_stack() 166 errno = EFAULT; in setup_initial_stack() [all …]
|
| /openbmc/u-boot/arch/arm/mach-socfpga/ |
| H A D | pinmux_arria10.c | 23 return -EFAULT; in do_pinctr_pin() 34 return -EFAULT; in do_pinctr_pin() 61 return -EFAULT; in do_pinctrl_pins() 74 return -EFAULT; in config_dedicated_pins() 77 return -EFAULT; in config_dedicated_pins() 92 return -EFAULT; in config_pins()
|
| /openbmc/u-boot/drivers/video/exynos/ |
| H A D | exynos_mipi_dsi.c | 45 return -EFAULT; in exynos_mipi_dsi_register_lcd_device() 50 return -EFAULT; in exynos_mipi_dsi_register_lcd_device() 56 return -EFAULT; in exynos_mipi_dsi_register_lcd_device() 113 return -EFAULT; in exynos_mipi_dsi_register_lcd_driver() 118 return -EFAULT; in exynos_mipi_dsi_register_lcd_driver() 124 return -EFAULT; in exynos_mipi_dsi_register_lcd_driver() 182 return -EFAULT; in exynos_mipi_dsi_init() 189 return -EFAULT; in exynos_mipi_dsi_init()
|
| /openbmc/u-boot/board/keymile/kmp204x/ |
| H A D | pci.c | 55 ret = -EFAULT; in trigger_fpga_config() 79 ret = -EFAULT; in wait_for_fpga_config()
|
| /openbmc/qemu/linux-user/ |
| H A D | flatload.c | 98 return -EFAULT; in target_pread() 381 return -EFAULT; in load_flat_file() 389 return -EFAULT; in load_flat_file() 415 return -EFAULT; in load_flat_file() 426 return -EFAULT; in load_flat_file() 441 return -EFAULT; in load_flat_file() 448 return -EFAULT; in load_flat_file() 512 return -EFAULT; in load_flt_binary()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch | 10 if it only sees ENOMEM and only exits when it hits EFAULT. 13 can/should return EFAULT and changing this allows the build to succeed. 35 + errno = EFAULT;
|
| /openbmc/qemu/backends/tpm/ |
| H A D | tpm_util.c | 124 return -EFAULT; in tpm_util_request() 135 return -EFAULT; in tpm_util_request() 266 return -EFAULT; in tpm_util_get_buffer_size() 315 return -EFAULT; in tpm_util_get_buffer_size() 322 return -EFAULT; in tpm_util_get_buffer_size()
|
| /openbmc/qemu/hw/vfio-user/ |
| H A D | device.c | 106 return -EFAULT; in vfio_user_get_region_info() 171 return -EFAULT; in vfio_user_device_io_get_irq_info() 232 return -EFAULT; in vfio_user_device_io_set_irqs() 280 return -EFAULT; in vfio_user_device_io_set_irqs() 314 return -EFAULT; in vfio_user_device_io_region_read() 408 return -EFAULT; in vfio_user_device_io_region_write() 418 return -EFAULT; in vfio_user_device_io_region_write()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 796 yaffsfs_SetError(-EFAULT); in yaffs_open_sharing() 1080 yaffsfs_SetError(-EFAULT); in yaffsfs_do_read() 1202 yaffsfs_SetError(-EFAULT); in yaffsfs_do_write() 1313 yaffsfs_SetError(-EFAULT); in yaffs_truncate() 1428 yaffsfs_SetError(-EFAULT); in yaffsfs_DoUnlink() 1497 yaffsfs_SetError(-EFAULT); in yaffs_rename() 1636 yaffsfs_SetError(-EFAULT); in yaffsfs_DoStatOrLStat() 1684 yaffsfs_SetError(-EFAULT); in yaffs_fstat() 1743 yaffsfs_SetError(-EFAULT); in yaffs_utime() 1805 yaffsfs_SetError(-EFAULT); in yaffs_do_setxattr() [all …]
|
| H A D | yportenv.h | 197 #ifndef EFAULT 198 #define EFAULT 14 macro
|
| H A D | yaffs_error.c | 41 { EFAULT, "EFAULT"},
|
| /openbmc/u-boot/drivers/net/ |
| H A D | lpc32xx_eth.c | 240 return -EFAULT; in mii_reg_read() 245 return -EFAULT; in mii_reg_read() 269 return -EFAULT; in mii_reg_read() 299 return -EFAULT; in mii_reg_write() 304 return -EFAULT; in mii_reg_write() 326 return -EFAULT; in mii_reg_write()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | kvm_para.h | 15 #define KVM_EFAULT EFAULT
|
| /openbmc/qemu/hw/vfio/ |
| H A D | ccw.c | 98 ret = errno ? -errno : -EFAULT; in vfio_ccw_handle_request() 110 case -EFAULT: in vfio_ccw_handle_request() 184 ret = errno ? -errno : -EFAULT; in vfio_ccw_handle_clear() 193 case -EFAULT: in vfio_ccw_handle_clear() 223 ret = errno ? -errno : -EFAULT; in vfio_ccw_handle_halt() 233 case -EFAULT: in vfio_ccw_handle_halt() 327 case EFAULT: in vfio_ccw_io_notifier_handler()
|
| /openbmc/u-boot/board/Marvell/mvebu_armada-37xx/ |
| H A D | board.c | 180 return -EFAULT; in mii_multi_chip_mode_write() 192 return -EFAULT; in mii_multi_chip_mode_write()
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | bootm.c | 159 return -EFAULT; in boot_linux_kernel() 194 return -EFAULT; in boot_linux_kernel()
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | target_os_stack.h | 45 errno = EFAULT; in setup_initial_stack()
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | target_os_stack.h | 45 errno = EFAULT; in setup_initial_stack()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | 3270-ccw.c | 29 return -EFAULT; in handle_payload_3270_read() 49 return -EFAULT; in handle_payload_3270_write()
|
| /openbmc/u-boot/common/ |
| H A D | splash_source.c | 108 return -EFAULT; in splash_load_raw() 250 res = -EFAULT; in splash_load_fs() 397 return -EFAULT; in splash_source_load()
|
| /openbmc/qemu/target/m68k/ |
| H A D | m68k-semi.c | 231 m68k_semi_u32_cb(cs, -1, EFAULT); in do_m68k_semihosting() 234 m68k_semi_u64_cb(cs, -1, EFAULT); in do_m68k_semihosting()
|
| /openbmc/u-boot/cmd/ |
| H A D | pmic.c | 136 return failure(-EFAULT); in do_read() 172 return failure(-EFAULT); in do_write()
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | fsl_rsa.c | 41 return -EFAULT; in fsl_mod_exp()
|
| /openbmc/phosphor-ipmi-flash/tools/test/ |
| H A D | tools_pci_unittest.cpp | 226 EXPECT_CALL(pciMock, pci_device_probe(Eq(&dev))).WillOnce(Return(EFAULT)); in TEST_P() 252 .WillOnce(Return(EFAULT)); in TEST_P() 284 .WillOnce(Return(EFAULT)); in TEST_P() 445 .WillOnce(Return(EFAULT)); in TEST() 469 .WillOnce(Return(EFAULT)); in TEST() 500 .WillOnce(Return(EFAULT)); in TEST() 537 .WillOnce(Return(EFAULT)); in TEST()
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | upd.c | 309 return -EFAULT; in ubi_more_update_data() 344 return -EFAULT; in ubi_more_update_data() 407 return -EFAULT; in ubi_more_leb_change_data()
|