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

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu.c93 char *str_serial, *end; local
106 &str_serial)) == 0) {
107 *serial = (uint64_t)strtoull(str_serial, &end, 16);
108 if (str_serial == end)

Completed in 20 milliseconds