Home
last modified time | relevance | path

Searched refs:ustrtoull (Results 1 – 7 of 7) sorted by relevance

/u-boot/include/
A D_exports.h71 EXPORT_FUNC(ustrtoull, unsigned long long, ustrtoull,
A Dexports.h51 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
/u-boot/cmd/
A Dmbr.c118 *disk_uuid = ustrtoull(p, &p, 0); in str_to_partitions()
164 size_ll = ustrtoull(p, &p, 0); in str_to_partitions()
173 start_ll = ustrtoull(p, &p, 0); in str_to_partitions()
A Dgpt.c524 size_ll = ustrtoull(p, &p, 0); in set_gpt_info()
535 start_ll = ustrtoull(p, &p, 0); in set_gpt_info()
/u-boot/include/linux/
A Dstring.h130 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base);
/u-boot/lib/
A Dstrto.c106 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull() function
/u-boot/drivers/mtd/
A Dmtdpart.c111 partition->size = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition()
123 partition->offset = ustrtoull(mtdparts, (char **)&mtdparts, 0); in mtd_parse_partition()

Completed in 22 milliseconds