Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c96 char *str_serial, *end; in cpu_read_serial() local
109 &str_serial)) == 0) { in cpu_read_serial()
110 *serial = (uint64_t)strtoull(str_serial, &end, 16); in cpu_read_serial()
111 if (str_serial == end) in cpu_read_serial()