Home
last modified time | relevance | path

Searched refs:ENOMEM (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/u-boot/arch/arm/mach-imx/
A Dcmd_mfgprot.c53 return -ENOMEM; in do_mfgprot()
76 return -ENOMEM; in do_mfgprot()
80 ret = -ENOMEM; in do_mfgprot()
86 ret = -ENOMEM; in do_mfgprot()
92 ret = -ENOMEM; in do_mfgprot()
/u-boot/lib/
A Dfdt-libcrypto.c35 return -ENOMEM; in fdt_add_bignum()
40 return -ENOMEM; in fdt_add_bignum()
50 return -ENOMEM; in fdt_add_bignum()
/u-boot/fs/yaffs2/
A Dyaffs_error.c22 { ENOMEM , "ENOMEM" },
35 { ENOMEM , "ENOMEM"},
A Dyportenv.h194 #ifndef ENOMEM
195 #define ENOMEM 12 macro
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dppa.c98 return -ENOMEM; in ppa_init()
124 return -ENOMEM; in ppa_init()
148 return -ENOMEM; in ppa_init()
188 return -ENOMEM; in ppa_init()
213 return -ENOMEM; in ppa_init()
/u-boot/net/
A Dpcap.c54 return -ENOMEM; in pcap_init()
108 return -ENOMEM; in pcap_post()
113 return -ENOMEM; in pcap_post()
/u-boot/boot/
A Dscene.c35 return log_msg_ret("expo", -ENOMEM); in scene_new()
39 return log_msg_ret("name", -ENOMEM); in scene_new()
77 return log_msg_ret("tit", -ENOMEM); in scene_title_set()
113 return log_msg_ret("obj", -ENOMEM); in scene_obj_add()
117 return log_msg_ret("name", -ENOMEM); in scene_obj_add()
139 return log_msg_ret("obj", -ENOMEM); in scene_img()
159 return log_msg_ret("obj", -ENOMEM); in scene_txt()
185 return log_msg_ret("obj", -ENOMEM); in scene_txt_str()
A Dexpo.c22 return log_msg_ret("expo", -ENOMEM); in expo_new()
26 return log_msg_ret("name", -ENOMEM); in expo_new()
63 return log_msg_ret("obj", -ENOMEM); in expo_str()
A Dvbe_request.c204 return log_msg_ret("msg", -ENOMEM); in bootmeth_vbe_ft_fixup()
209 return log_msg_ret("str", -ENOMEM); in bootmeth_vbe_ft_fixup()
216 return log_msg_ret("num", -ENOMEM); in bootmeth_vbe_ft_fixup()
/u-boot/fs/squashfs/
A Dsqfs.c49 return -ENOMEM; in sqfs_read_sblk()
133 ret = -ENOMEM; in sqfs_frag_lookup()
158 ret = -ENOMEM; in sqfs_frag_lookup()
172 ret = -ENOMEM; in sqfs_frag_lookup()
178 ret = -ENOMEM; in sqfs_frag_lookup()
226 return -ENOMEM; in sqfs_read_entry()
300 return -ENOMEM; in sqfs_tokenize()
305 ret = -ENOMEM; in sqfs_tokenize()
486 return -ENOMEM; in sqfs_search_dir()
738 ret = -ENOMEM; in sqfs_read_inode_table()
[all …]
/u-boot/drivers/pinctrl/
A Dpinctrl-generic.c284 return -ENOMEM; in pinctrl_generic_set_state_one()
351 return -ENOMEM; in pinctrl_generic_get_subnode_type()
359 return -ENOMEM; in pinctrl_generic_get_subnode_type()
368 return -ENOMEM; in pinctrl_generic_get_subnode_type()
407 return -ENOMEM; in pinctrl_generic_set_state_subnode()
419 return -ENOMEM; in pinctrl_generic_set_state_subnode()
429 return -ENOMEM; in pinctrl_generic_set_state_subnode()
/u-boot/drivers/net/pfe_eth/
A Dpfe_firmware.c141 return -ENOMEM; in pfe_spi_flash_init()
171 return -ENOMEM; in pfe_spi_flash_init()
280 return -ENOMEM; in pfe_firmware_init()
312 return -ENOMEM; in pfe_firmware_init()
/u-boot/arch/arm/mach-rockchip/rk3288/
A Dsyscon_rk3288.c57 return -ENOMEM; in rk3288_noc_bind_of_plat()
77 return -ENOMEM; in rk3288_grf_bind_of_plat()
97 return -ENOMEM; in rk3288_sgrf_bind_of_plat()
117 return -ENOMEM; in rk3288_pmu_bind_of_plat()
/u-boot/env/
A Dattr.c59 return -ENOMEM; in env_attr_walk()
76 return -ENOMEM; in env_attr_walk()
142 retval = -ENOMEM; in regex_callback()
151 retval = -ENOMEM; in regex_callback()
/u-boot/drivers/mux/
A Dmmio.c71 return -ENOMEM; in mmio_mux_probe()
77 return -ENOMEM; in mmio_mux_probe()
86 return -ENOMEM; in mmio_mux_probe()
/u-boot/cmd/
A Doptee_rpmb.c91 return -ENOMEM; in read_persistent_value()
96 rc = -ENOMEM; in read_persistent_value()
152 return -ENOMEM; in write_persistent_value()
157 rc = -ENOMEM; in write_persistent_value()
/u-boot/drivers/clk/at91/
A Dclk-main.c119 return ERR_PTR(-ENOMEM); in at91_clk_main_rc()
205 return ERR_PTR(-ENOMEM); in at91_clk_main_osc()
271 return ERR_PTR(-ENOMEM); in at91_clk_rm9200_main()
352 struct clk *clk = ERR_PTR(-ENOMEM); in at91_clk_sam9x5_main()
362 return ERR_PTR(-ENOMEM); in at91_clk_sam9x5_main()
/u-boot/drivers/crypto/fsl/
A Dfsl_blob.c47 return -ENOMEM; in blob_decap()
119 return -ENOMEM; in blob_encap()
172 return -ENOMEM; in blob_dek()
/u-boot/test/lib/
A Dtest_errno_str.c37 msg = errno_str(-ENOMEM); in lib_errno_str()
/u-boot/lib/crypto/
A Dx509_public_key.c65 return -ENOMEM; in x509_get_sig_params()
85 return -ENOMEM; in x509_get_sig_params()
110 ret = -ENOMEM; in x509_get_sig_params()
251 ret = -ENOMEM; in x509_key_preparse()
/u-boot/lib/acpi/
A Dacpi_writer.c80 return log_msg_ret("mem", -ENOMEM); in write_acpi_tables()
90 return log_msg_ret("write", -ENOMEM); in write_acpi_tables()
/u-boot/drivers/i2c/muxes/
A Di2c-mux-gpio.c87 return -ENOMEM; in i2c_mux_gpio_probe()
109 return -ENOMEM; in i2c_mux_gpio_probe()
/u-boot/drivers/power/pmic/
A Dpmic_ltc3676.c20 return -ENOMEM; in power_ltc3676_init()
A Dpmic_mc34vr500.c20 return -ENOMEM; in power_mc34vr500_init()
A Dpmic_pfuze100.c20 return -ENOMEM; in power_pfuze100_init()

Completed in 51 milliseconds

12345678910>>...24