Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/mtd/
A Dmtd_uboot.c254 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local
265 colon = strchr(mtdparts, ':'); in mtd_probe_devices()
266 if (colon > mtdparts_next) in mtd_probe_devices()
267 colon = NULL; in mtd_probe_devices()
269 if (!colon) { in mtd_probe_devices()
274 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
/u-boot/tools/
A Dgenboardscfg.py159 colon = line.find(':CONFIG_')
160 if colon == -1:
163 f.write(line[colon + 1:])
/u-boot/tools/binman/
A Dmissing-blob-help3 # followed by a colon (:) to indicate its start. The message can include any
/u-boot/net/
A Dnet.c1542 char *colon; in net_parse_bootfile() local
1547 colon = strchr(net_boot_file_name, ':'); in net_parse_bootfile()
1548 if (colon) { in net_parse_bootfile()
1551 strncpy(filename, colon + 1, max_len); in net_parse_bootfile()
/u-boot/env/
A DKconfig454 leaving the string starting with a colon, and the boot device will
490 leaving the string starting with a colon, and the boot device will

Completed in 12 milliseconds