Home
last modified time | relevance | path

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

12345

/u-boot/drivers/pwm/
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()
A Dpwm-ti-ehrpwm.c124 return -ENOSPC; in ti_ehrpwm_set_invert()
219 return -ENOSPC; in ti_ehrpwm_set_config()
308 return -ENOSPC; in ti_ehrpwm_disable()
355 return -ENOSPC; in ti_ehrpwm_enable()
/u-boot/drivers/usb/common/
A Dfsl-dt-fixup.c130 return -ENOSPC; in fsl_fdt_fixup_erratum()
205 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
210 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
215 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
220 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
225 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
/u-boot/test/
A Dbootm.c49 ut_asserteq(-ENOSPC, bootm_process_cmdline(buf, 0, true)); in bootm_test_nospace()
53 ut_asserteq(-ENOSPC, bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nospace()
58 ut_asserteq(-ENOSPC, bootm_process_cmdline(buf, BUF_SIZE, true)); in bootm_test_nospace()
100 ut_asserteq(-ENOSPC, bootm_process_cmdline(buf, 8, BOOTM_CL_SILENT)); in bootm_test_silent()
157 ut_asserteq(-ENOSPC, in bootm_test_subst()
172 ut_asserteq(-ENOSPC, bootm_process_cmdline(buf, 21, BOOTM_CL_SUBST)); in bootm_test_subst()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c61 return -ENOSPC;
84 return -ENOSPC;
99 return -ENOSPC;
118 return -ENOSPC;
140 return -ENOSPC;
155 return -ENOSPC;
339 return ERR_PTR(-ENOSPC);
345 return ERR_PTR(-ENOSPC);
364 return ERR_PTR(-ENOSPC);
448 return ERR_PTR(-ENOSPC);
[all …]
/u-boot/arch/x86/lib/
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()
A Dtables.c112 return -ENOSPC; in write_tables()
121 return log_msg_ret("bloblist", -ENOSPC); in write_tables()
/u-boot/arch/arm/cpu/armv8/
A Dspin_table.c51 return -ENOSPC; in spin_table_update_dt()
56 return -ENOSPC; in spin_table_update_dt()
/u-boot/arch/x86/cpu/
A Dcpu_x86.c35 return -ENOSPC; in cpu_x86_get_vendor()
47 return -ENOSPC; in cpu_x86_get_desc()
A Dmtrr.c187 return -ENOSPC; in mtrr_add_request()
223 return -ENOSPC; in get_free_var_mtrr()
/u-boot/fs/ubifs/
A Dbudget.c152 if (err != -EAGAIN && err != -ENOSPC) in make_free_space()
162 return -ENOSPC; in make_free_space()
343 return -ENOSPC; in do_budget_space()
352 return -ENOSPC; in do_budget_space()
356 return -ENOSPC; in do_budget_space()
464 return -ENOSPC; in ubifs_budget_space()
496 } else if (err == -ENOSPC) { in ubifs_budget_space()
A Dgc.c690 ret = -ENOSPC; in ubifs_garbage_collect()
703 if (ret == -ENOSPC) in ubifs_garbage_collect()
793 if (ret == -ENOSPC && !list_empty(&c->idx_gc)) { in ubifs_garbage_collect()
812 ubifs_assert(ret != -ENOSPC && ret != -EAGAIN); in ubifs_garbage_collect()
969 return -ENOSPC; in ubifs_get_idx_gc_leb()
/u-boot/arch/x86/cpu/qemu/
A Dcpu.c16 return -ENOSPC; in cpu_qemu_get_desc()
/u-boot/fs/yaffs2/
A Dyportenv.h170 #ifndef ENOSPC
171 #define ENOSPC 28 macro
A Dyaffs_error.c30 { ENOSPC , "ENOSPC"},
/u-boot/test/dm/
A Dpwm.c24 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
/u-boot/lib/
A Dtrace.c233 return -ENOSPC; in trace_list_functions()
290 return -ENOSPC; in trace_list_calls()
380 return -ENOSPC; in trace_init()
422 return -ENOSPC; in trace_early_init()
/u-boot/arch/arm/mach-uniphier/
A Dfdt-fixup.c40 return -ENOSPC; in uniphier_ld20_fdt_mem_rsv()
/u-boot/common/
A Dbootstage.c395 return -ENOSPC; in bootstage_stash()
422 return -ENOSPC; in bootstage_stash()
456 return -ENOSPC; in bootstage_unstash()
463 return -ENOSPC; in bootstage_unstash()
476 return -ENOSPC; in bootstage_unstash()
A Dcli_simple.c161 ret = inputcnt ? -ENOSPC : 0; in cli_simple_process_macros()
166 ret = -ENOSPC; in cli_simple_process_macros()
A Dbootm.c498 return -ENOSPC; in fixup_silent_linux()
520 return -ENOSPC; in fixup_silent_linux()
536 return -ENOSPC; in fixup_silent_linux()
539 return -ENOSPC; in fixup_silent_linux()
566 return -ENOSPC; in process_subst()
/u-boot/include/xen/interface/io/
A Dxs_wire.h67 XSD_ERROR(ENOSPC),
/u-boot/include/linux/
A Derrno.h31 #define ENOSPC 28 /* No space left on device */ macro
/u-boot/arch/x86/cpu/apollolake/
A Dlpc.c89 return -ENOSPC; in lpc_open_pmio_window()
/u-boot/lib/aes/
A Daes-encrypt.c147 ret = ret == -FDT_ERR_NOSPACE ? -ENOSPC : -EIO; in image_aes_add_cipher_data()

Completed in 33 milliseconds

12345