| /u-boot/drivers/pwm/ |
| 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()
|
| A D | pwm-ti-ehrpwm.c | 124 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 D | fsl-dt-fixup.c | 130 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 D | bootm.c | 49 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 D | rproc-elf-loader.c | 61 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 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()
|
| A D | tables.c | 112 return -ENOSPC; in write_tables() 121 return log_msg_ret("bloblist", -ENOSPC); in write_tables()
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | spin_table.c | 51 return -ENOSPC; in spin_table_update_dt() 56 return -ENOSPC; in spin_table_update_dt()
|
| /u-boot/arch/x86/cpu/ |
| A D | cpu_x86.c | 35 return -ENOSPC; in cpu_x86_get_vendor() 47 return -ENOSPC; in cpu_x86_get_desc()
|
| A D | mtrr.c | 187 return -ENOSPC; in mtrr_add_request() 223 return -ENOSPC; in get_free_var_mtrr()
|
| /u-boot/fs/ubifs/ |
| A D | budget.c | 152 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 D | gc.c | 690 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 D | cpu.c | 16 return -ENOSPC; in cpu_qemu_get_desc()
|
| /u-boot/fs/yaffs2/ |
| A D | yportenv.h | 170 #ifndef ENOSPC 171 #define ENOSPC 28 macro
|
| A D | yaffs_error.c | 30 { ENOSPC , "ENOSPC"},
|
| /u-boot/test/dm/ |
| A D | pwm.c | 24 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
|
| /u-boot/lib/ |
| A D | trace.c | 233 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 D | fdt-fixup.c | 40 return -ENOSPC; in uniphier_ld20_fdt_mem_rsv()
|
| /u-boot/common/ |
| A D | bootstage.c | 395 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 D | cli_simple.c | 161 ret = inputcnt ? -ENOSPC : 0; in cli_simple_process_macros() 166 ret = -ENOSPC; in cli_simple_process_macros()
|
| A D | bootm.c | 498 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 D | xs_wire.h | 67 XSD_ERROR(ENOSPC),
|
| /u-boot/include/linux/ |
| A D | errno.h | 31 #define ENOSPC 28 /* No space left on device */ macro
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | lpc.c | 89 return -ENOSPC; in lpc_open_pmio_window()
|
| /u-boot/lib/aes/ |
| A D | aes-encrypt.c | 147 ret = ret == -FDT_ERR_NOSPACE ? -ENOSPC : -EIO; in image_aes_add_cipher_data()
|