apple_smc_temp.c | 375 uint32_t tstart, ustart, i; local in function:apple_smc_scan_temp_sensors 380 error = apple_smc_bound_temp_sensors(smc, &tstart, &ustart); 383 KASSERT(tstart <= ustart); 387 error = (*init)(smc, arg, (ustart - tstart)); 393 for (i = tstart; i < ustart; i++) { 423 uint32_t *ustart) 433 error = apple_smc_key_search(smc, "U\0\0\0", ustart); 438 if (!(*tstart <= *ustart))
|