Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 40) sorted by relevance

12

/u-boot/cmd/
A Dsysboot.c69 if (argc > 1 && strstr(argv[1], "-p")) { in do_sysboot()
93 if (strstr(argv[3], "ext2")) { in do_sysboot()
95 } else if (strstr(argv[3], "fat")) { in do_sysboot()
97 } else if (strstr(argv[3], "any")) { in do_sysboot()
A Dmtd.c268 raw = strstr(cmd, ".raw"); in do_mtd_io()
269 woob = strstr(cmd, ".oob"); in do_mtd_io()
270 write_empty_pages = !has_pages || strstr(cmd, ".dontskipff"); in do_mtd_io()
402 scrub = strstr(argv[0], ".dontskipbad"); in do_mtd_erase()
A Dabootimg.c149 if (strstr(argv[0], "--index=")) in abootimg_get_dtb()
A Dpxe_utils.c381 end = strstr(fdtoverlay, " "); in label_boot_fdtoverlay()
422 } while ((fdtoverlay = strstr(fdtoverlay, " "))); in label_boot_fdtoverlay()
1071 s = strstr(label->kernel, "#"); in parse_label_kernel()
1133 s = strstr(label->append, "initrd="); in parse_label()
A Dbcb.c256 if (!strstr(field, argv[3])) in do_bcb_test()
/u-boot/board/theobroma-systems/puma_rk3399/
A Dpuma-rk3399.c92 mmc0 = strstr(env, "mmc0"); in setup_boottargets()
93 mmc1 = strstr(env, "mmc1"); in setup_boottargets()
/u-boot/board/freescale/common/
A Dsgmii_riser.c55 if (!strstr(dev->name, "eTSEC")) in fsl_sgmii_riser_fdt_fixup()
99 if (!strstr(model, "TSEC")) in fsl_sgmii_riser_fdt_fixup()
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dcmd_stm32prog.c21 if (!stdname || !strstr(stdname, "vidconsole")) { in enable_vidconsole()
30 if (!stdname || !strstr(stdname, "vidconsole")) { in enable_vidconsole()
/u-boot/common/eeprom/
A Deeprom_field.c78 tmp = strstr(tmp, delimiter); in __eeprom_field_update_bin_delim()
82 tmp = strstr(tmp, delimiter); in __eeprom_field_update_bin_delim()
/u-boot/test/dm/
A Dtest-main.c128 return !strstr(fname, "video") || strstr(test->name, "video_base"); in dm_test_run_on_flattree()
/u-boot/include/linux/
A Dstring.h71 extern char * strstr(const char *,const char *);
/u-boot/drivers/power/pmic/
A Dpalmas.c56 temp = strstr(name, "pmic"); in palmas_bind()
/u-boot/arch/sh/lib/
A Dbootm.c46 char *p = strstr(cmdline, key); in sh_check_cmd_arg()
/u-boot/board/friendlyarm/nanopi2/
A Dboard.c355 p = strstr(bootargs, CMDLINE_LCD); in bd_update_env()
381 p = strstr(p, " "); in bd_update_env()
390 if (rootdev > 0 && !strstr(cmdline, CMDLINE_BDEV)) in bd_update_env()
/u-boot/board/Synology/ds414/
A Dcmd_syno.c98 bufp = strstr(bufp + n + 1, SYNO_CHKSUM_TAG); in do_syno_populate()
/u-boot/common/
A Dhwconfig.c41 str = strstr(opts, opt); in hwconfig_parse()
A Dautoboot.c95 c = strstr(sha_env_str, ":"); in passwd_abort_sha256()
/u-boot/env/
A Dattr.c218 const char *match = strstr(cur_searched, search_for); in reverse_name_search()
/u-boot/tools/
A Datmelimage.c64 param = strstr(token, "="); in atmel_find_pmecc_parameter_in_token()
/u-boot/board/Arcturus/ucp1020/
A Ducp1020.c233 char *tmp = strstr(kval, defkargs); in last_stage_init()
/u-boot/drivers/fpga/
A Dxilinx.c86 i = (ulong)strstr((char *)dataptr, xdesc->name); in fpga_loadbitstream()
A Dsocfpga_arria10.c605 if (strstr(uname, "fpga-periph") && in first_loading_rbf_to_buffer()
612 } else if (strstr(uname, "fpga-core") && in first_loading_rbf_to_buffer()
/u-boot/lib/efi_loader/
A Defi_file.c97 while ((p = strstr(p, "//"))) { in sanitize_path()
104 while ((p = strstr(p, "/."))) { in sanitize_path()
123 while ((p = strstr(p, "/.."))) { in sanitize_path()
/u-boot/scripts/basic/
A Dfixdep.c244 while ((p = strstr(p, "CONFIG_"))) { in parse_config_file()
/u-boot/lib/rsa/
A Drsa-sign.c138 if (strstr(keydir, "object=")) in rsa_engine_get_pub_key()
263 if (strstr(keydir, "object=")) in rsa_engine_get_priv_key()

Completed in 34 milliseconds

12