Home
last modified time | relevance | path

Searched full:enospc (Results 1 – 25 of 151) sorted by relevance

1234567

/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/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/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/include/
H A Dcpu.h60 * @return 0 if OK, -ENOSPC if buffer is too small, other -ve on error
87 * @return 0 if OK, -ENOSPC if buffer is too small, other -ve on error
100 * Return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error
127 * Return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error
H A Dhash.h72 * @return 0 if ok, -ENOSPC if size of the result buffer is too small
112 * -ENOSPC if the output buffer is not large enough.
H A Dbloblist.h137 * @return 0 if OK, -ENOSPC if it is missing and could not be added due to lack
160 * @return 0 if OK, -EFAULT if addr is not aligned correctly, -ENOSPC is the
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_error.c30 { ENOSPC , "ENOSPC"},
H A Dyportenv.h169 #ifndef ENOSPC
170 #define ENOSPC 28 macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu_x86.h29 * @return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error
42 * @return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error
/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/u-boot/fs/ubifs/
H A Dbudget.c122 * Returns %-ENOSPC if it couldn't do more free space, and other negative error
151 if (err != -EAGAIN && err != -ENOSPC) in make_free_space()
161 return -ENOSPC; in make_free_space()
298 * This function returns zero in case of success, and %-ENOSPC in case of
342 return -ENOSPC; in do_budget_space()
351 return -ENOSPC; in do_budget_space()
355 return -ENOSPC; in do_budget_space()
430 * %-ENOSPC if there is no free space and other negative error codes in case of
463 return -ENOSPC; in ubifs_budget_space()
495 } else if (err == -ENOSPC) { in ubifs_budget_space()
[all …]
H A Dgc.c610 * o %-ENOSPC if GC failed to make any progress;
687 dbg_gc("hard limit, -ENOSPC"); in ubifs_garbage_collect()
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/arch/x86/cpu/
H A Dcpu_x86.c34 return -ENOSPC; in cpu_x86_get_vendor()
46 return -ENOSPC; in cpu_x86_get_desc()
/openbmc/qemu/tests/qemu-iotests/
H A D2484 # Test resume mirror after auto pause on ENOSPC
56 on_target_error='enospc')
H A D248.out3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync…
/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/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/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/test/dm/
H A Dpwm.c23 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
/openbmc/qemu/nbd/
H A Dcommon.c201 return "ENOSPC"; in nbd_err_lookup()
231 ret = ENOSPC; in nbd_errno_to_system_errno()
/openbmc/qemu/docs/devel/testing/
H A Dblkdebug.rst11 used to exercise error code paths in block drivers including ``ENOSPC`` (out of
45 This rule fails all aio read requests with ``ENOSPC`` (28). Note that the errno
/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()

1234567