get_cpuid
if (get_cpuid(&cpuid))
int get_cpuid(u_int32_t *);
void get_cpuid (void);
get_cpuid();
if (get_cpuid(0, sc->sc_eeprom0) < 160) {
if (get_cpuid(1, sc->sc_eeprom1) < 160)
int get_cpuid(int, uint8_t *);
u_int get_cpuid(void);
bootcpu = get_cpuid();
error = get_cpuid(which_cpu, (uint8_t *)eeprom);