Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c129 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 Dsandbox_pwm.c43 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 Dsfi.c66 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 Dspin_table.c51 return -ENOSPC; in spin_table_update_dt()
56 return -ENOSPC; in spin_table_update_dt()
/openbmc/webui-vue/src/utilities/
H A DNBDServer.js24 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 Dcpu_x86.c34 return -ENOSPC; in cpu_x86_get_vendor()
46 return -ENOSPC; in cpu_x86_get_desc()
H A Dmtrr.c96 return -ENOSPC; in mtrr_add_request()
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c151 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 Dgc.c688 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 Dyportenv.h169 #ifndef ENOSPC
170 #define ENOSPC 28 macro
H A Dyaffs_error.c30 { ENOSPC , "ENOSPC"},
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js96 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 Dbootstage.c373 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 Dbloblist.c67 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 Dcpu.c16 return -ENOSPC; in cpu_qemu_get_desc()
/openbmc/u-boot/test/dm/
H A Dpwm.c23 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dfdt-fixup.c40 return -ENOSPC; in uniphier_ld20_fdt_mem_rsv()
/openbmc/u-boot/drivers/cpu/
H A Driscv_cpu.c21 return -ENOSPC; in riscv_cpu_get_desc()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h69 XSD_ERROR(ENOSPC),
/openbmc/u-boot/include/linux/
H A Derrno.h31 #define ENOSPC 28 /* No space left on device */ macro
/openbmc/qemu/nbd/
H A Dcommon.c231 ret = ENOSPC; in nbd_errno_to_system_errno()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c223 return -ENOSPC; in ubi_wl_get_peb()
233 ret = -ENOSPC; in ubi_wl_get_peb()
/openbmc/u-boot/arch/nios2/cpu/
H A Dcpu.c82 return -ENOSPC; in altera_nios2_get_desc()
/openbmc/u-boot/drivers/i2c/
H A Dtegra186_bpmp_i2c.c54 return -ENOSPC; in tegra186_bpmp_i2c_xfer()
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c123 return -ENOSPC; in tpm_xfer()

12345