| /u-boot/cmd/ |
| A D | sysboot.c | 69 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 D | mtd.c | 268 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 D | abootimg.c | 149 if (strstr(argv[0], "--index=")) in abootimg_get_dtb()
|
| A D | pxe_utils.c | 381 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 D | bcb.c | 256 if (!strstr(field, argv[3])) in do_bcb_test()
|
| /u-boot/board/theobroma-systems/puma_rk3399/ |
| A D | puma-rk3399.c | 92 mmc0 = strstr(env, "mmc0"); in setup_boottargets() 93 mmc1 = strstr(env, "mmc1"); in setup_boottargets()
|
| /u-boot/board/freescale/common/ |
| A D | sgmii_riser.c | 55 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 D | cmd_stm32prog.c | 21 if (!stdname || !strstr(stdname, "vidconsole")) { in enable_vidconsole() 30 if (!stdname || !strstr(stdname, "vidconsole")) { in enable_vidconsole()
|
| /u-boot/common/eeprom/ |
| A D | eeprom_field.c | 78 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 D | test-main.c | 128 return !strstr(fname, "video") || strstr(test->name, "video_base"); in dm_test_run_on_flattree()
|
| /u-boot/include/linux/ |
| A D | string.h | 71 extern char * strstr(const char *,const char *);
|
| /u-boot/drivers/power/pmic/ |
| A D | palmas.c | 56 temp = strstr(name, "pmic"); in palmas_bind()
|
| /u-boot/arch/sh/lib/ |
| A D | bootm.c | 46 char *p = strstr(cmdline, key); in sh_check_cmd_arg()
|
| /u-boot/board/friendlyarm/nanopi2/ |
| A D | board.c | 355 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 D | cmd_syno.c | 98 bufp = strstr(bufp + n + 1, SYNO_CHKSUM_TAG); in do_syno_populate()
|
| /u-boot/common/ |
| A D | hwconfig.c | 41 str = strstr(opts, opt); in hwconfig_parse()
|
| A D | autoboot.c | 95 c = strstr(sha_env_str, ":"); in passwd_abort_sha256()
|
| /u-boot/env/ |
| A D | attr.c | 218 const char *match = strstr(cur_searched, search_for); in reverse_name_search()
|
| /u-boot/tools/ |
| A D | atmelimage.c | 64 param = strstr(token, "="); in atmel_find_pmecc_parameter_in_token()
|
| /u-boot/board/Arcturus/ucp1020/ |
| A D | ucp1020.c | 233 char *tmp = strstr(kval, defkargs); in last_stage_init()
|
| /u-boot/drivers/fpga/ |
| A D | xilinx.c | 86 i = (ulong)strstr((char *)dataptr, xdesc->name); in fpga_loadbitstream()
|
| A D | socfpga_arria10.c | 605 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 D | efi_file.c | 97 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 D | fixdep.c | 244 while ((p = strstr(p, "CONFIG_"))) { in parse_config_file()
|
| /u-boot/lib/rsa/ |
| A D | rsa-sign.c | 138 if (strstr(keydir, "object=")) in rsa_engine_get_pub_key() 263 if (strstr(keydir, "object=")) in rsa_engine_get_priv_key()
|