Home
last modified time | relevance | path

Searched refs:strdup (Results 1 – 25 of 67) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/block/
H A Dsandbox.c115 str = strdup(dev_name);
118 fname = strdup(filename);
167 host_dev->filename = strdup(filename);
/rk3399_rockchip-uboot/cmd/
H A Dbootmenu.c321 entry->title = strdup("U-Boot console"); in bootmenu_create()
327 entry->command = strdup(""); in bootmenu_create()
411 title = strdup(iter->title); in bootmenu_show()
412 command = strdup(iter->command); in bootmenu_show()
H A Dgpt.c51 s = strdup(str); in extract_env()
102 strcopy = strdup(str); in extract_val()
115 new = strdup(v); in extract_val()
139 strcopy = strdup(str); in found_key()
395 str = strdup(str_part); in set_gpt_info()
416 *str_disk_guid = strdup(p); in set_gpt_info()
H A Dspi.c53 str = strdup(name); in do_spi_xfer()
H A Dnvedit.c433 a_string_tok = strdup(varargs); in env_update_filter()
440 v_string_tok = strdup(varvalue); in env_update_filter()
486 v_item_tok = strdup(v_item); in env_update_filter()
500 a_item_tok = strdup(a_item); in env_update_filter()
561 tmp_varvalue = strdup(varvalue); in env_update_extract_subset()
H A Dusb_mass_storage.c62 s = strdup(devnums_part_str); in ums_init()
/rk3399_rockchip-uboot/drivers/dfu/
H A Ddfu_tftp.c33 s = strdup(dfu_entity_name); in dfu_tftp_write()
H A Ddfu_sf.c121 char *devstr_bkup = strdup(devstr); in dfu_fill_entity_sf()
/rk3399_rockchip-uboot/common/
H A Dmenu.c318 item->key = strdup(item_key); in menu_item_add()
381 m->title = strdup(title); in menu_create()
H A Dupdate.c62 saved_netretry = strdup(env_get("netretry")); in update_load()
63 saved_bootfile = strdup(net_boot_file_name); in update_load()
H A Diomux.c34 console_args = strdup(arg); in iomux_doenv()
H A Dlog.c180 filt->file_list = strdup(file_list); in log_add_filter()
/rk3399_rockchip-uboot/include/linux/
H A Dstring.h95 extern char * strdup(const char *);
/rk3399_rockchip-uboot/drivers/gpio/
H A Dhi6220_gpio.c75 str = strdup(name); in hi6220_gpio_probe()
H A Daxp_gpio.c152 uc_priv->bank_name = strdup(SUNXI_GPIO_AXP0_PREFIX); in gpio_axp_probe()
H A D74x164_gpio.c136 str = strdup(name); in gen_74x164_probe()
H A Dimx_rgpio2p.c145 str = strdup(name); in imx_rgpio2p_probe()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf-uclass.c76 str = strdup(name); in spi_flash_probe_bus_cs()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dsti_sdhci.c110 host->name = strdup(dev->name); in sti_sdhci_ofdata_to_platdata()
H A Dmsm_sdhci.c173 host->name = strdup(dev->name); in msm_ofdata_to_platdata()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c243 old_mtdparts = strdup(mtdparts); in mtd_probe_devices()
244 old_mtdids = strdup(mtdids); in mtd_probe_devices()
/rk3399_rockchip-uboot/net/
H A Dfastboot.c166 cmd_string = strdup(cmd_string); in fastboot_send()
168 cmd_parameter = strdup(cmd_parameter); in fastboot_send()
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c256 htab->table[idx].entry.data = strdup(item.data); in _compare_and_overwrite_entry()
368 htab->table[idx].entry.key = strdup(item.key); in hsearch_r()
369 htab->table[idx].entry.data = strdup(item.data); in hsearch_r()
/rk3399_rockchip-uboot/tools/
H A Dproftool.c146 func->name = strdup(symname); in read_system_map()
442 line->name = strdup(tok); in read_trace_config()
/rk3399_rockchip-uboot/scripts/
H A Ddocproc.c158 sym->symbollist[sym->symbolcnt++].name = strdup(symname); in add_new_symbol()
164 symfilelist[symfilecnt++].filename = strdup(filename); in add_new_file()

123