Searched refs:strtoull (Results 1 – 5 of 5) sorted by relevance
| /arch/powerpc/boot/ |
| A D | treeboot-bamboo.c | 25 mac64 = strtoull((char *)PIBS_MAC0, 0, 16); in read_pibs_mac() 28 mac64 = strtoull((char *)PIBS_MAC1, 0, 16); in read_pibs_mac()
|
| A D | planetcore.c | 58 *val = strtoull(str, NULL, 10); in planetcore_get_decimal() 68 *val = strtoull(str, NULL, 16); in planetcore_get_hex()
|
| A D | stdlib.h | 5 unsigned long long int strtoull(const char *ptr, char **end, int base);
|
| A D | stdlib.c | 13 unsigned long long int strtoull(const char *ptr, char **end, int base) in strtoull() function
|
| A D | treeboot-akebono.c | 113 mac_addr = strtoull(&userdata[i + 15], &end, 16); in platform_init()
|
Completed in 7 milliseconds