| /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/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/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/include/ |
| H A D | cpu.h | 60 * @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 D | hash.h | 72 * @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 D | bloblist.h | 137 * @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 D | yaffs_error.c | 30 { ENOSPC , "ENOSPC"},
|
| H A D | yportenv.h | 169 #ifndef ENOSPC 170 #define ENOSPC 28 macro
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | cpu_x86.h | 29 * @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 D | spin_table.c | 51 return -ENOSPC; in spin_table_update_dt() 56 return -ENOSPC; in spin_table_update_dt()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | budget.c | 122 * 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 D | gc.c | 610 * 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 D | cpu_x86.c | 34 return -ENOSPC; in cpu_x86_get_vendor() 46 return -ENOSPC; in cpu_x86_get_desc()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 248 | 4 # Test resume mirror after auto pause on ENOSPC 56 on_target_error='enospc')
|
| H A D | 248.out | 3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync…
|
| /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/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/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/test/dm/ |
| H A D | pwm.c | 23 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
|
| /openbmc/qemu/nbd/ |
| H A D | common.c | 201 return "ENOSPC"; in nbd_err_lookup() 231 ret = ENOSPC; in nbd_errno_to_system_errno()
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | blkdebug.rst | 11 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 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()
|