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

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

Completed in 57 milliseconds