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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c285 uint64_t int64_value; local
334 if (md_get_prop_val(mdp, cpulistp[x], "id", &int64_value)) {
338 if (int64_value != cpuid)
341 int_value = (int)(int64_value & INT32_MAX);

Completed in 57 milliseconds