Home
last modified time | relevance | path

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

/arch/powerpc/boot/
A Dtreeboot-bamboo.c25 mac64 = strtoull((char *)PIBS_MAC0, 0, 16); in read_pibs_mac()
28 mac64 = strtoull((char *)PIBS_MAC1, 0, 16); in read_pibs_mac()
A Dplanetcore.c58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal()
68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
A Dstdlib.h5 unsigned long long int strtoull(const char *ptr, char **end, int base);
A Dstdlib.c13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
A Dtreeboot-akebono.c113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()

Completed in 7 milliseconds