Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dmtd_uboot.c47 if (!str2off(arg, off)) in mtd_arg_off()
81 if (!str2off(argv[1], size)) { in mtd_arg_off_size()
/external/u-boot/include/
Dvsprintf.h213 bool str2off(const char *p, loff_t *num);
/external/u-boot/cmd/
Dsf.c360 if (!str2off(argv[2], &start)) { in do_spi_protect()
365 if (!str2off(argv[3], &len)) { in do_spi_protect()
Dnand.c663 if (!str2off(argv[2], &off)) { in do_nand()
670 if (!str2off(argv[3], &size)) { in do_nand()
/external/u-boot/lib/
Dvsprintf.c850 bool str2off(const char *p, loff_t *num) in str2off() function