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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c24146 struct dk_temperature *dktemp = NULL; local
24157 dktemp = kmem_zalloc(sizeof (struct dk_temperature), KM_SLEEP);
24160 if (ddi_copyin((void *)arg, dktemp,
24167 dktemp->dkt_cur_temp = (short)DKT_INVALID_TEMP;
24168 dktemp->dkt_ref_temp = (short)DKT_INVALID_TEMP;
24174 if (dktemp->dkt_flags & DKT_BYPASS_PM) {
24217 dktemp->dkt_cur_temp = (short)DKT_INVALID_TEMP;
24219 dktemp->dkt_cur_temp = (short)(temperature_page[9]);
24230 dktemp->dkt_ref_temp = (short)DKT_INVALID_TEMP;
24232 dktemp
[all...]

Completed in 107 milliseconds