| /openbmc/u-boot/drivers/usb/common/ |
| H A D | fsl-dt-fixup.c | 129 return -ENOSPC; in fsl_fdt_fixup_erratum() 204 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 209 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 214 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 219 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 224 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
|
| /openbmc/u-boot/drivers/pwm/ |
| H A D | sandbox_pwm.c | 43 return -ENOSPC; in sandbox_pwm_get_config() 60 return -ENOSPC; in sandbox_pwm_set_config() 75 return -ENOSPC; in sandbox_pwm_set_enable() 89 return -ENOSPC; in sandbox_pwm_set_invert()
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | sfi.c | 66 return -ENOSPC; in sfi_write_system_header() 82 return -ENOSPC; in sfi_write_cpus() 108 return -ENOSPC; in sfi_write_apic() 122 return -ENOSPC; in sfi_write_xsdt()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | spin_table.c | 51 return -ENOSPC; in spin_table_update_dt() 56 return -ENOSPC; in spin_table_update_dt()
|
| /openbmc/webui-vue/src/utilities/ |
| H A D | NBDServer.js | 24 const ENOSPC = 28; constant 246 if (err == ENOSPC) { 256 if (offset > Number.MAX_SAFE_INTEGER) return ENOSPC; 257 if (offset + req.length > Number.MAX_SAFE_INTEGER) return ENOSPC; 258 if (offset + req.length > file.size) return ENOSPC;
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 34 return -ENOSPC; in cpu_x86_get_vendor() 46 return -ENOSPC; in cpu_x86_get_desc()
|
| H A D | mtrr.c | 96 return -ENOSPC; in mtrr_add_request()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | budget.c | 151 if (err != -EAGAIN && err != -ENOSPC) in make_free_space() 161 return -ENOSPC; in make_free_space() 342 return -ENOSPC; in do_budget_space() 351 return -ENOSPC; in do_budget_space() 355 return -ENOSPC; in do_budget_space() 463 return -ENOSPC; in ubifs_budget_space() 495 } else if (err == -ENOSPC) { in ubifs_budget_space()
|
| H A D | gc.c | 688 ret = -ENOSPC; in ubifs_garbage_collect() 701 if (ret == -ENOSPC) in ubifs_garbage_collect() 791 if (ret == -ENOSPC && !list_empty(&c->idx_gc)) { in ubifs_garbage_collect() 810 ubifs_assert(ret != -ENOSPC && ret != -EAGAIN); in ubifs_garbage_collect() 967 return -ENOSPC; in ubifs_get_idx_gc_leb()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 169 #ifndef ENOSPC 170 #define ENOSPC 28 macro
|
| H A D | yaffs_error.c | 30 { ENOSPC , "ENOSPC"},
|
| /openbmc/phosphor-webui/app/server-control/controllers/ |
| H A D | virtual-media-controller.js | 96 const ENOSPC = 28; constant 358 if (offset > Number.MAX_SAFE_INTEGER) return ENOSPC; 360 if (offset + req.length > Number.MAX_SAFE_INTEGER) return ENOSPC; 362 if (offset + req.length > file.size) return ENOSPC;
|
| /openbmc/u-boot/common/ |
| H A D | bootstage.c | 373 return -ENOSPC; in bootstage_stash() 406 return -ENOSPC; in bootstage_stash() 440 return -ENOSPC; in bootstage_unstash() 447 return -ENOSPC; in bootstage_unstash() 460 return -ENOSPC; in bootstage_unstash()
|
| H A D | bloblist.c | 67 return log_msg_ret("bloblist add", -ENOSPC); in bloblist_addrec() 167 return log_ret(-ENOSPC); in bloblist_new()
|
| /openbmc/u-boot/arch/x86/cpu/qemu/ |
| H A D | cpu.c | 16 return -ENOSPC; in cpu_qemu_get_desc()
|
| /openbmc/u-boot/test/dm/ |
| H A D | pwm.c | 23 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
|
| /openbmc/u-boot/arch/arm/mach-uniphier/ |
| H A D | fdt-fixup.c | 40 return -ENOSPC; in uniphier_ld20_fdt_mem_rsv()
|
| /openbmc/u-boot/drivers/cpu/ |
| H A D | riscv_cpu.c | 21 return -ENOSPC; in riscv_cpu_get_desc()
|
| /openbmc/qemu/include/hw/xen/interface/io/ |
| H A D | xs_wire.h | 69 XSD_ERROR(ENOSPC),
|
| /openbmc/u-boot/include/linux/ |
| H A D | errno.h | 31 #define ENOSPC 28 /* No space left on device */ macro
|
| /openbmc/qemu/nbd/ |
| H A D | common.c | 231 ret = ENOSPC; in nbd_errno_to_system_errno()
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | fastmap-wl.c | 223 return -ENOSPC; in ubi_wl_get_peb() 233 ret = -ENOSPC; in ubi_wl_get_peb()
|
| /openbmc/u-boot/arch/nios2/cpu/ |
| H A D | cpu.c | 82 return -ENOSPC; in altera_nios2_get_desc()
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | tegra186_bpmp_i2c.c | 54 return -ENOSPC; in tegra186_bpmp_i2c_xfer()
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm-uclass.c | 123 return -ENOSPC; in tpm_xfer()
|