temp              400 crypto/blf.c   	u_int32_t temp;
temp              402 crypto/blf.c   	temp = 0x00000000;
temp              408 crypto/blf.c   		temp = (temp << 8) | data[j];
temp              412 crypto/blf.c   	return temp;
temp              421 crypto/blf.c   	u_int32_t temp;
temp              427 crypto/blf.c   		temp = Blowfish_stream2word(key, keybytes, &j);
temp              428 crypto/blf.c   		c->P[i] = c->P[i] ^ temp;
temp              459 crypto/blf.c   	u_int32_t temp;
temp              465 crypto/blf.c   		temp = Blowfish_stream2word(key, keybytes, &j);
temp              466 crypto/blf.c   		c->P[i] = c->P[i] ^ temp;
temp              728 crypto/rijndael.c 	u32 temp;
temp              736 crypto/rijndael.c 			temp  = rk[3];
temp              738 crypto/rijndael.c 				(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
temp              739 crypto/rijndael.c 				(Te4[(temp >>  8) & 0xff] & 0x00ff0000) ^
temp              740 crypto/rijndael.c 				(Te4[(temp      ) & 0xff] & 0x0000ff00) ^
temp              741 crypto/rijndael.c 				(Te4[(temp >> 24)       ] & 0x000000ff) ^
temp              756 crypto/rijndael.c 			temp = rk[ 5];
temp              758 crypto/rijndael.c 				(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
temp              759 crypto/rijndael.c 				(Te4[(temp >>  8) & 0xff] & 0x00ff0000) ^
temp              760 crypto/rijndael.c 				(Te4[(temp      ) & 0xff] & 0x0000ff00) ^
temp              761 crypto/rijndael.c 				(Te4[(temp >> 24)       ] & 0x000000ff) ^
temp              778 crypto/rijndael.c 			temp = rk[ 7];
temp              780 crypto/rijndael.c 				(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
temp              781 crypto/rijndael.c 				(Te4[(temp >>  8) & 0xff] & 0x00ff0000) ^
temp              782 crypto/rijndael.c 				(Te4[(temp      ) & 0xff] & 0x0000ff00) ^
temp              783 crypto/rijndael.c 				(Te4[(temp >> 24)       ] & 0x000000ff) ^
temp              791 crypto/rijndael.c 			temp = rk[11];
temp              793 crypto/rijndael.c 				(Te4[(temp >> 24)       ] & 0xff000000) ^
temp              794 crypto/rijndael.c 				(Te4[(temp >> 16) & 0xff] & 0x00ff0000) ^
temp              795 crypto/rijndael.c 				(Te4[(temp >>  8) & 0xff] & 0x0000ff00) ^
temp              796 crypto/rijndael.c 				(Te4[(temp      ) & 0xff] & 0x000000ff);
temp              815 crypto/rijndael.c 	u32 temp;
temp              822 crypto/rijndael.c 		temp = rk[i    ]; rk[i    ] = rk[j    ]; rk[j    ] = temp;
temp              823 crypto/rijndael.c 		temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
temp              824 crypto/rijndael.c 		temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
temp              825 crypto/rijndael.c 		temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
temp              160 dev/i2c/i2c_scan.c 	u_int16_t temp, thyst, tos, tlow, thigh, mask = LM75TMASK;
temp              165 dev/i2c/i2c_scan.c 	temp = iicprobew(LM75TEMP);
temp              171 dev/i2c/i2c_scan.c 	if (temp == 0xffff)
temp              172 dev/i2c/i2c_scan.c 		temp = iicprobew(LM75TEMP);
temp              179 dev/i2c/i2c_scan.c 	if (conf == 0xff && temp == 0xffff && thyst == 0xffff)
temp              182 dev/i2c/i2c_scan.c 	temp &= mask;
temp              187 dev/i2c/i2c_scan.c 	if (temp == thyst && thyst == tos)
temp              192 dev/i2c/i2c_scan.c 	if ((temp >> 8) == conf)
temp              123 dev/ic/lpt.c   	u_int8_t temp;
temp              130 dev/ic/lpt.c   		temp = bus_space_read_1(iot, ioh, off) & mask;
temp              131 dev/ic/lpt.c   	} while (temp != data && --timeout);
temp              133 dev/ic/lpt.c   	    data, temp, timeout));
temp              134 dev/ic/lpt.c   	return (temp == data);
temp              104 dev/ic/smc93cx6.c 	u_int32_t temp;
temp              112 dev/ic/smc93cx6.c 		temp = sd->sd_MS ^ sd->sd_CS;
temp              113 dev/ic/smc93cx6.c 		SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
temp              122 dev/ic/smc93cx6.c 				temp ^= sd->sd_DO;
temp              123 dev/ic/smc93cx6.c 			SEEPROM_OUTB(sd, temp);
temp              125 dev/ic/smc93cx6.c 			SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
temp              128 dev/ic/smc93cx6.c 				temp ^= sd->sd_DO;
temp              133 dev/ic/smc93cx6.c 				temp ^= sd->sd_DO;
temp              134 dev/ic/smc93cx6.c 			SEEPROM_OUTB(sd, temp);
temp              136 dev/ic/smc93cx6.c 			SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
temp              139 dev/ic/smc93cx6.c 				temp ^= sd->sd_DO;
temp              150 dev/ic/smc93cx6.c 			SEEPROM_OUTB(sd, temp);
temp              155 dev/ic/smc93cx6.c 			SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
temp              162 dev/ic/smc93cx6.c 		temp = sd->sd_MS;
temp              163 dev/ic/smc93cx6.c 		SEEPROM_OUTB(sd, temp);
temp              165 dev/ic/smc93cx6.c 		SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
temp              167 dev/ic/smc93cx6.c 		SEEPROM_OUTB(sd, temp);
temp              333 dev/isa/aps.c  	int64_t temp;
temp              357 dev/isa/aps.c  	temp = sc->aps_data.temp1 * 1000000;	
temp              359 dev/isa/aps.c  	temp += 273150000; 
temp              360 dev/isa/aps.c  	sc->sensors[APS_SENSOR_TEMP1].value = temp;
temp              363 dev/isa/aps.c  	temp = sc->aps_data.temp2 * 1000000;	
temp              365 dev/isa/aps.c  	temp += 273150000; 
temp              366 dev/isa/aps.c  	sc->sensors[APS_SENSOR_TEMP2].value = temp;
temp             1757 dev/isa/gus.c  	u_long temp, f = (u_long) freq;
temp             1764 dev/isa/gus.c  	temp = (u_long) gus_max_frequency[sc->sc_voices-GUS_MIN_VOICES];
temp             1766 dev/isa/gus.c  	fc = (unsigned int)(((f << 9L) + (temp >> 1L)) / temp);
temp              116 dev/isa/viasio.c 	int64_t temp = -1, temp1, temp2;
temp              124 dev/isa/viasio.c 		temp1 = vt1211_hm_temptbl[i].temp;
temp              126 dev/isa/viasio.c 		temp2 = vt1211_hm_temptbl[i + 1].temp;
temp              130 dev/isa/viasio.c 			temp = temp1 + ((raw - raw1) * (temp2 - temp1)) /
temp              136 dev/isa/viasio.c 	return (temp);
temp              204 dev/isa/viasioreg.h 	int64_t temp;		/* temperature in uK */
temp              141 dev/onewire/owtemp.c 	u_int16_t temp;
temp              171 dev/onewire/owtemp.c 		temp = data[DS1920_SP_TEMP_MSB] << 8 |
temp              178 dev/onewire/owtemp.c 			temp &= ~0x0001;
temp              179 dev/onewire/owtemp.c 			val = temp * 500000 - 250000 +
temp              183 dev/onewire/owtemp.c 			val = temp * 500000;
temp              100 dev/pci/bktr/bktr_audio.c 	u_int		temp;
temp              182 dev/pci/bktr/bktr_audio.c 	temp = INL(bktr, BKTR_GPIO_DATA) & ~bktr->card.gpio_mux_bits;
temp              184 dev/pci/bktr/bktr_audio.c 	OUTL(bktr, BKTR_GPIO_DATA, temp | (cmd & 0xff));
temp              186 dev/pci/bktr/bktr_audio.c 	  	cmd, bktr->card.audiomuxs[ idx ], temp );
temp              188 dev/pci/bktr/bktr_audio.c 	OUTL(bktr, BKTR_GPIO_DATA, temp | bktr->card.audiomuxs[ idx ]);
temp             1106 dev/pci/bktr/bktr_core.c 	unsigned int		temp;
temp             1177 dev/pci/bktr/bktr_core.c 		temp = 0;
temp             1178 dev/pci/bktr/bktr_core.c 		if (!(c_temp & 0x40)) temp |= METEOR_STATUS_HCLK;
temp             1179 dev/pci/bktr/bktr_core.c 		if (!(c_temp & 0x10)) temp |= METEOR_STATUS_FIDT;
temp             1180 dev/pci/bktr/bktr_core.c 		*(u_short *)arg = temp;
temp             1184 dev/pci/bktr/bktr_core.c 		temp = *(unsigned int *)arg & BT848_IFORM_FORMAT;
temp             1188 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_IFORM, (temp_iform | temp | format_params[temp].iform_xtsel));
temp             1189 dev/pci/bktr/bktr_core.c 		switch( temp ) {
temp             1199 dev/pci/bktr/bktr_core.c 			OUTB(bktr, BKTR_ADELAY, format_params[temp].adelay);
temp             1200 dev/pci/bktr/bktr_core.c 			OUTB(bktr, BKTR_BDELAY, format_params[temp].bdelay);
temp             1201 dev/pci/bktr/bktr_core.c 			bktr->format_params = temp;
temp             1211 dev/pci/bktr/bktr_core.c 			OUTB(bktr, BKTR_ADELAY, format_params[temp].adelay);
temp             1212 dev/pci/bktr/bktr_core.c 			OUTB(bktr, BKTR_BDELAY, format_params[temp].bdelay);
temp             1213 dev/pci/bktr/bktr_core.c 			bktr->format_params = temp;
temp             1329 dev/pci/bktr/bktr_core.c 		temp = (int)*(u_char *)arg;
temp             1331 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_SAT_U_LO, (temp << 1) & 0xff);
temp             1332 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_SAT_V_LO, (temp << 1) & 0xff);
temp             1340 dev/pci/bktr/bktr_core.c 		if ( temp & BIT_SEVEN_HIGH ) {
temp             1351 dev/pci/bktr/bktr_core.c 		temp = (INB(bktr, BKTR_SAT_V_LO) >> 1) & 0xff;
temp             1353 dev/pci/bktr/bktr_core.c 			temp |= BIT_SEVEN_HIGH;
temp             1354 dev/pci/bktr/bktr_core.c 		*(u_char *)arg = (u_char)temp;
temp             1358 dev/pci/bktr/bktr_core.c 		temp = (int)*(u_char *)arg & 0xff;
temp             1359 dev/pci/bktr/bktr_core.c 		temp <<= 1;
temp             1360 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_CONTRAST_LO, temp & 0xff);
temp             1364 dev/pci/bktr/bktr_core.c 			(((temp & 0x100) >> 6 ) & BT848_E_CONTROL_CON_MSB));
temp             1366 dev/pci/bktr/bktr_core.c 			(((temp & 0x100) >> 6 ) & BT848_O_CONTROL_CON_MSB));
temp             1370 dev/pci/bktr/bktr_core.c 		temp = (int)INB(bktr, BKTR_CONTRAST_LO) & 0xff;
temp             1371 dev/pci/bktr/bktr_core.c 		temp |= ((int)INB(bktr, BKTR_O_CONTROL) & 0x04) << 6;
temp             1372 dev/pci/bktr/bktr_core.c 		*(u_char *)arg = (u_char)((temp >> 1) & 0xff);
temp             1397 dev/pci/bktr/bktr_core.c 		temp = bktr->flags;
temp             1404 dev/pci/bktr/bktr_core.c 			if (temp & METEOR_CAP_MASK)
temp             1446 dev/pci/bktr/bktr_core.c 			if (temp & METEOR_CAP_MASK)
temp             1551 dev/pci/bktr/bktr_core.c 		if ((temp=(geo->rows * geo->columns * geo->frames * 2))) {
temp             1552 dev/pci/bktr/bktr_core.c 			if (geo->oformat & METEOR_GEO_RGB24) temp = temp * 2;
temp             1555 dev/pci/bktr/bktr_core.c 			if (geo->frames > 1) temp += PAGE_SIZE;
temp             1557 dev/pci/bktr/bktr_core.c 			temp = btoc(temp);
temp             1558 dev/pci/bktr/bktr_core.c 			if ((int) temp > bktr->alloc_pages
temp             1567 dev/pci/bktr/bktr_core.c                                                    temp * PAGE_SIZE);
temp             1573 dev/pci/bktr/bktr_core.c 					bktr->alloc_pages = temp;
temp             1578 dev/pci/bktr/bktr_core.c 						    temp * PAGE_SIZE);
temp             1704 dev/pci/bktr/bktr_core.c 	unsigned int	temp, temp1;
temp             1735 dev/pci/bktr/bktr_core.c 		temp = tv_channel( bktr, (int)*(unsigned int *)arg );
temp             1736 dev/pci/bktr/bktr_core.c 		if ( temp < 0 ) {
temp             1740 dev/pci/bktr/bktr_core.c 		*(unsigned int *)arg = temp;
temp             1759 dev/pci/bktr/bktr_core.c 		temp = *(unsigned int *)arg;
temp             1760 dev/pci/bktr/bktr_core.c 		if ( (temp < CHNLSET_MIN) || (temp > CHNLSET_MAX) )
temp             1762 dev/pci/bktr/bktr_core.c 		bktr->tuner.chnlset = temp;
temp             1770 dev/pci/bktr/bktr_core.c 		temp = get_tuner_status( bktr );
temp             1771 dev/pci/bktr/bktr_core.c 		*(unsigned int *)arg = temp & 0xff;
temp             1776 dev/pci/bktr/bktr_core.c 		temp = tv_freq( bktr, (int)*(unsigned int *)arg, TV_FREQUENCY);
temp             1778 dev/pci/bktr/bktr_core.c 		if ( temp < 0 ) {
temp             1782 dev/pci/bktr/bktr_core.c 		*(unsigned int *)arg = temp;
temp             1830 dev/pci/bktr/bktr_core.c 		temp = INB(bktr, BKTR_E_CONTROL);
temp             1833 dev/pci/bktr/bktr_core.c 			temp |= (BT848_E_CONTROL_SAT_U_MSB |
temp             1839 dev/pci/bktr/bktr_core.c 			temp &= ~(BT848_E_CONTROL_SAT_U_MSB |
temp             1847 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_E_CONTROL, temp);
temp             1862 dev/pci/bktr/bktr_core.c 		temp = INB(bktr, BKTR_E_CONTROL);
temp             1865 dev/pci/bktr/bktr_core.c 			temp |= BT848_E_CONTROL_SAT_V_MSB;
temp             1869 dev/pci/bktr/bktr_core.c 			temp &= ~BT848_E_CONTROL_SAT_V_MSB;
temp             1874 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_E_CONTROL, temp);
temp             1889 dev/pci/bktr/bktr_core.c 		temp = INB(bktr, BKTR_E_CONTROL);
temp             1892 dev/pci/bktr/bktr_core.c 			temp |= BT848_E_CONTROL_SAT_U_MSB;
temp             1896 dev/pci/bktr/bktr_core.c 			temp &= ~BT848_E_CONTROL_SAT_U_MSB;
temp             1901 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_E_CONTROL, temp);
temp             1931 dev/pci/bktr/bktr_core.c 		temp = INB(bktr, BKTR_E_CONTROL);
temp             1934 dev/pci/bktr/bktr_core.c 			temp |= BT848_E_CONTROL_CON_MSB;
temp             1938 dev/pci/bktr/bktr_core.c 			temp &= ~BT848_E_CONTROL_CON_MSB;
temp             1943 dev/pci/bktr/bktr_core.c 		OUTB(bktr, BKTR_E_CONTROL, temp);
temp             1967 dev/pci/bktr/bktr_core.c 		temp = bktr->audio_mux_select;
temp             1969 dev/pci/bktr/bktr_core.c 			temp |= AUDIO_MUTE;
temp             1970 dev/pci/bktr/bktr_core.c 		*(int *)arg = temp;
temp             2040 dev/pci/bktr/bktr_core.c             temp=(int)*(unsigned long *)arg;
temp             2044 dev/pci/bktr/bktr_core.c 		   (int)*(unsigned long *)arg, temp);
temp             2050 dev/pci/bktr/bktr_core.c 	    if(temp<8750 || temp>10800) {
temp             2056 dev/pci/bktr/bktr_core.c 	    temp = tv_freq( bktr, temp, FM_RADIO_FREQUENCY );
temp             2059 dev/pci/bktr/bktr_core.c   if(temp)
temp             2060 dev/pci/bktr/bktr_core.c     printf("%s: tv_freq returned: %d\n", bktr_name(bktr), temp);
temp             2062 dev/pci/bktr/bktr_core.c 	    if ( temp < 0 )
temp             2064 dev/pci/bktr/bktr_core.c 	    *(unsigned long *)arg = temp;
temp             2127 dev/pci/bktr/bktr_core.c 	unsigned int                  temp;
temp             2265 dev/pci/bktr/bktr_core.c 		temp = status_sum;
temp             2268 dev/pci/bktr/bktr_core.c 		*(u_int *)arg = temp;
temp             3193 dev/pci/bktr/bktr_core.c 	unsigned int		temp;
temp             3207 dev/pci/bktr/bktr_core.c 	  temp = ((quad_t ) fp->htotal* (quad_t) bktr->capture_area_x_size * 4096
temp             3210 dev/pci/bktr/bktr_core.c 	  temp = ((quad_t ) fp->htotal* (quad_t) fp->scaled_hactive * 4096
temp             3214 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_HSCALE_LO, temp & 0xff);
temp             3215 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_HSCALE_LO, temp & 0xff);
temp             3216 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_HSCALE_HI, (temp >> 8) & 0xff);
temp             3217 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_HSCALE_HI, (temp >> 8) & 0xff);
temp             3220 dev/pci/bktr/bktr_core.c 	temp = bktr->cols;
temp             3222 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_HACTIVE_LO, temp & 0xff);
temp             3223 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_HACTIVE_LO, temp & 0xff);
temp             3226 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_CROP, INB(bktr, BKTR_E_CROP) | ((temp >> 8) & 0x3));
temp             3227 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_CROP, INB(bktr, BKTR_O_CROP) | ((temp >> 8) & 0x3));
temp             3231 dev/pci/bktr/bktr_core.c 	  temp = ( (fp->hdelay* fp->scaled_hactive + bktr->capture_area_x_offset* fp->scaled_htotal)
temp             3234 dev/pci/bktr/bktr_core.c 	  temp = (fp->hdelay * bktr->cols) / fp->hactive;
temp             3236 dev/pci/bktr/bktr_core.c 	temp = temp & 0x3fe;
temp             3239 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_DELAY_LO, temp & 0xff);
temp             3240 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_DELAY_LO, temp & 0xff);
temp             3243 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_CROP, INB(bktr, BKTR_E_CROP) | ((temp >> 6) & 0xc));
temp             3244 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_CROP, INB(bktr, BKTR_O_CROP) | ((temp >> 6) & 0xc));
temp             3280 dev/pci/bktr/bktr_core.c 	  temp = bktr->capture_area_y_size;
temp             3282 dev/pci/bktr/bktr_core.c 	  temp = fp->vactive;
temp             3285 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_CROP, INB(bktr, BKTR_E_CROP) | ((temp >> 4) & 0x30));
temp             3286 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_VACTIVE_LO, temp & 0xff);
temp             3288 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_CROP, INB(bktr, BKTR_O_CROP) | ((temp >> 4) & 0x30));
temp             3289 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_VACTIVE_LO, temp & 0xff);
temp             3293 dev/pci/bktr/bktr_core.c 	  temp = fp->vdelay + (bktr->capture_area_y_offset);
temp             3295 dev/pci/bktr/bktr_core.c 	  temp = fp->vdelay;
temp             3298 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_CROP, INB(bktr, BKTR_E_CROP) | ((temp >> 2) & 0xC0));
temp             3299 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_E_VDELAY_LO, temp & 0xff);
temp             3301 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_CROP, INB(bktr, BKTR_O_CROP) | ((temp >> 2) & 0xC0));
temp             3302 dev/pci/bktr/bktr_core.c 	OUTB(bktr, BKTR_O_VDELAY_LO, temp & 0xff);
temp             5669 dev/pci/if_em_hw.c     uint32_t temp;
temp             5694 dev/pci/if_em_hw.c         temp = E1000_READ_REG_ARRAY(hw, MTA, (hash_reg - 1));
temp             5697 dev/pci/if_em_hw.c         E1000_WRITE_REG_ARRAY(hw, MTA, (hash_reg - 1), temp);
temp             5809 dev/pci/if_em_hw.c     uint16_t eeprom_data, i, temp;
temp             5841 dev/pci/if_em_hw.c         temp = (eeprom_data >> (i << 2)) & led_mask;
temp             5842 dev/pci/if_em_hw.c         switch (temp) {
temp             5859 dev/pci/if_em_hw.c         switch (temp) {
temp             5888 dev/pci/if_em_hw.c     volatile uint32_t temp;
temp             5890 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, CRCERRS);
temp             5891 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, SYMERRS);
temp             5892 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MPC);
temp             5893 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, SCC);
temp             5894 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ECOL);
temp             5895 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MCC);
temp             5896 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, LATECOL);
temp             5897 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, COLC);
temp             5898 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, DC);
temp             5899 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, SEC);
temp             5900 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, RLEC);
temp             5901 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, XONRXC);
temp             5902 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, XONTXC);
temp             5903 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, XOFFRXC);
temp             5904 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, XOFFTXC);
temp             5905 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, FCRUC);
temp             5908 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PRC64);
temp             5909 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PRC127);
temp             5910 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PRC255);
temp             5911 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PRC511);
temp             5912 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PRC1023);
temp             5913 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PRC1522);
temp             5916 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, GPRC);
temp             5917 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, BPRC);
temp             5918 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MPRC);
temp             5919 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, GPTC);
temp             5920 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, GORCL);
temp             5921 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, GORCH);
temp             5922 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, GOTCL);
temp             5923 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, GOTCH);
temp             5924 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, RNBC);
temp             5925 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, RUC);
temp             5926 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, RFC);
temp             5927 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ROC);
temp             5928 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, RJC);
temp             5929 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TORL);
temp             5930 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TORH);
temp             5931 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TOTL);
temp             5932 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TOTH);
temp             5933 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TPR);
temp             5934 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TPT);
temp             5937 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PTC64);
temp             5938 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PTC127);
temp             5939 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PTC255);
temp             5940 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PTC511);
temp             5941 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PTC1023);
temp             5942 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, PTC1522);
temp             5945 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MPTC);
temp             5946 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, BPTC);
temp             5950 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ALGNERRC);
temp             5951 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, RXERRC);
temp             5952 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TNCRS);
temp             5953 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, CEXTERR);
temp             5954 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TSCTC);
temp             5955 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, TSCTFC);
temp             5959 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MGTPRC);
temp             5960 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MGTPDC);
temp             5961 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, MGTPTC);
temp             5965 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, IAC);
temp             5966 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICRXOC);
temp             5970 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICRXPTC);
temp             5971 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICRXATC);
temp             5972 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICTXPTC);
temp             5973 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICTXATC);
temp             5974 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICTXQEC);
temp             5975 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICTXQMTC);
temp             5976 dev/pci/if_em_hw.c     temp = E1000_READ_REG(hw, ICRXDMTC);
temp             1643 dev/pci/if_nxe.c 	u_int32_t			temp;
temp             1649 dev/pci/if_nxe.c 	temp = nxe_crb_read(sc, NXE_1_SW_TEMP);
temp             1654 dev/pci/if_nxe.c 	sc->sc_sensor.value = NXE_1_SW_TEMP_VAL(temp) * 1000000 + 273150000;
temp             1657 dev/pci/if_nxe.c 	switch (NXE_1_SW_TEMP_STATE(temp)) {
temp             1553 dev/pci/if_san_te1.c 	unsigned char	temp = 0x00;
temp             1563 dev/pci/if_san_te1.c 		temp = READ_REG(REG_TPSC_MICRO_ACCESS_STATUS);
temp             1564 dev/pci/if_san_te1.c 		if ((temp & BIT_TPSC_BUSY) == 0x0) {
temp             1582 dev/pci/if_san_te1.c 		temp = READ_REG(REG_TPSC_MICRO_ACCESS_STATUS);
temp             1583 dev/pci/if_san_te1.c 		if ((temp & BIT_TPSC_BUSY) == 0x0) {
temp             1658 dev/pci/if_san_te1.c 	unsigned char	temp = 0x00;
temp             1668 dev/pci/if_san_te1.c 		temp = READ_REG(REG_RPSC_MICRO_ACCESS_STATUS);
temp             1669 dev/pci/if_san_te1.c 		if ((temp & BIT_RPSC_BUSY) == 0x0) {
temp             1686 dev/pci/if_san_te1.c 		temp = READ_REG(REG_RPSC_MICRO_ACCESS_STATUS);
temp             1687 dev/pci/if_san_te1.c 		if ((temp & BIT_RPSC_BUSY) == 0x0) {
temp             1131 dev/pci/if_wpi.c 	int temp, s;
temp             1144 dev/pci/if_wpi.c 	temp = (int)WPI_READ(sc, WPI_TEMPERATURE);
temp             1145 dev/pci/if_wpi.c 	sc->sensor.value = temp + 260;
temp             1149 dev/pci/if_wpi.c 		wpi_power_calibration(sc, temp);
temp             1170 dev/pci/if_wpi.c wpi_power_calibration(struct wpi_softc *sc, int temp)
temp             1173 dev/pci/if_wpi.c 	if (temp < -260 || temp > 25) {
temp             1175 dev/pci/if_wpi.c 		DPRINTF(("out-of-range temperature reported: %d\n", temp));
temp             1179 dev/pci/if_wpi.c 	DPRINTF(("temperature %d->%d\n", sc->temp, temp));
temp             1182 dev/pci/if_wpi.c 	if (abs(temp - sc->temp) <= 6)
temp             1185 dev/pci/if_wpi.c 	sc->temp = temp;
temp             2007 dev/pci/if_wpi.c 	group->temp   = (int16_t)letoh16(rgroup.temp);
temp             2010 dev/pci/if_wpi.c 	    group->chan, group->maxpwr, group->temp));
temp             2251 dev/pci/if_wpi.c 	idx -= (sc->temp - group->temp) * 11 / 100;
temp             2852 dev/pci/if_wpi.c 		if ((sc->temp = (int)WPI_READ(sc, WPI_TEMPERATURE)) != 0)
temp             2862 dev/pci/if_wpi.c 	DPRINTF(("temperature %d\n", sc->temp));
temp             2863 dev/pci/if_wpi.c 	sc->sensor.value = sc->temp + 260;
temp              632 dev/pci/if_wpireg.h 	int16_t		temp;
temp              123 dev/pci/if_wpivar.h 	int16_t	temp;
temp              161 dev/pci/if_wpivar.h 	int			temp;
temp              313 dev/pci/ydsreg.h 	u_int32_t temp;
temp              143 dev/raidframe/rf_alloclist.c 	RF_AllocListElem_t *temp, *p;
temp              154 dev/raidframe/rf_alloclist.c 		temp = l;
temp              157 dev/raidframe/rf_alloclist.c 			DO_FREE(temp, sizeof(*temp));
temp              159 dev/raidframe/rf_alloclist.c 			temp->next = al_free_list;
temp              160 dev/raidframe/rf_alloclist.c 			al_free_list = temp;
temp              521 dev/raidframe/rf_evenodd_dagfuncs.c 	short *temp;
temp              526 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_Malloc(temp, bytesPerEU, (short *));
temp              532 dev/raidframe/rf_evenodd_dagfuncs.c 	long *temp;
temp              537 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_Malloc(temp, bytesPerEU, (long *));
temp              542 dev/raidframe/rf_evenodd_dagfuncs.c 	bzero((char *) temp, bytesPerEU);
temp              608 dev/raidframe/rf_evenodd_dagfuncs.c 					temp[k] ^= *(rrdbuf_current + k);
temp              613 dev/raidframe/rf_evenodd_dagfuncs.c 					temp[k] ^= *(rrdbuf_current + k);
temp              630 dev/raidframe/rf_evenodd_dagfuncs.c 				temp[k] ^= *(ebuf_current + k);
temp              634 dev/raidframe/rf_evenodd_dagfuncs.c 				temp[k] ^= *(ebuf_current + k);
temp              644 dev/raidframe/rf_evenodd_dagfuncs.c 			temp[k] ^= P[k];
temp              647 dev/raidframe/rf_evenodd_dagfuncs.c 			dest_larger_current[k] = temp[k];
temp              650 dev/raidframe/rf_evenodd_dagfuncs.c 			temp[k] ^= P[k];
temp              653 dev/raidframe/rf_evenodd_dagfuncs.c 			dest_larger_current[k] = temp[k];
temp              668 dev/raidframe/rf_evenodd_dagfuncs.c 				temp[k] ^= *(rrdbuf_current + k);
temp              673 dev/raidframe/rf_evenodd_dagfuncs.c 				temp[k] ^= *(rrdbuf_current + k);
temp              681 dev/raidframe/rf_evenodd_dagfuncs.c 			temp[k] ^= *(pbuf_current + k);
temp              683 dev/raidframe/rf_evenodd_dagfuncs.c 			dest_smaller_current[k] = temp[k];
temp              687 dev/raidframe/rf_evenodd_dagfuncs.c 			temp[k] ^= *(pbuf_current + k);
temp              689 dev/raidframe/rf_evenodd_dagfuncs.c 			dest_smaller_current[k] = temp[k];
temp              700 dev/raidframe/rf_evenodd_dagfuncs.c 	RF_Free((char *) temp, bytesPerEU);
temp               82 dev/raidframe/rf_evenodd_dags.c 	RF_PhysDiskAddr_t *temp;
temp               84 dev/raidframe/rf_evenodd_dags.c 	temp = asmap->parityInfo;
temp               86 dev/raidframe/rf_evenodd_dags.c 	asmap->qInfo = temp;
temp              143 dev/raidframe/rf_evenodd_dags.c 	RF_PhysDiskAddr_t *temp;
temp              145 dev/raidframe/rf_evenodd_dags.c 	temp = asmap->parityInfo;
temp              147 dev/raidframe/rf_evenodd_dags.c 	asmap->qInfo = temp;
temp              158 dev/raidframe/rf_evenodd_dags.c 	RF_PhysDiskAddr_t *temp;
temp              160 dev/raidframe/rf_evenodd_dags.c 	temp = asmap->parityInfo;
temp              162 dev/raidframe/rf_evenodd_dags.c 	asmap->qInfo = temp;
temp              175 dev/raidframe/rf_evenodd_dags.c 	RF_PhysDiskAddr_t *temp;
temp              183 dev/raidframe/rf_evenodd_dags.c 	temp = asmap->parityInfo;
temp              185 dev/raidframe/rf_evenodd_dags.c 	asmap->qInfo = temp;
temp               96 dev/raidframe/rf_pqdeg.c 	RF_PhysDiskAddr_t *temp;
temp               98 dev/raidframe/rf_pqdeg.c 	temp = asmap->parityInfo;
temp              100 dev/raidframe/rf_pqdeg.c 	asmap->qInfo = temp;
temp              141 dev/raidframe/rf_pqdeg.c 	RF_PhysDiskAddr_t *temp;
temp              143 dev/raidframe/rf_pqdeg.c 	temp = asmap->parityInfo;
temp              145 dev/raidframe/rf_pqdeg.c 	asmap->qInfo = temp;
temp              160 dev/raidframe/rf_pqdeg.c 	RF_PhysDiskAddr_t *temp;
temp              162 dev/raidframe/rf_pqdeg.c 	temp = asmap->parityInfo;
temp              164 dev/raidframe/rf_pqdeg.c 	asmap->qInfo = temp;
temp              196 dev/raidframe/rf_pqdeg.c 	RF_PhysDiskAddr_t *temp;
temp              204 dev/raidframe/rf_pqdeg.c 	temp = asmap->parityInfo;
temp              206 dev/raidframe/rf_pqdeg.c 	asmap->qInfo = temp;
temp             1049 kern/subr_disk.c 	dev_t nrootdev, nswapdev = NODEV, temp = NODEV;
temp             1215 kern/subr_disk.c 			temp = swdevt[0].sw_dev;
temp             1217 kern/subr_disk.c 			swp->sw_dev = temp;
temp             1226 kern/subr_disk.c 		if (temp == dumpdev)
temp               99 kern/sys_process.c 	int temp;
temp              245 kern/sys_process.c 		temp = SCARG(uap, data);
temp              249 kern/sys_process.c 		iov.iov_base = (caddr_t)&temp;
temp              261 kern/sys_process.c 			*retval = temp;
temp             2448 netinet/tcp_input.c 	struct sackblk sack, firstsack, temp[MAX_SACK_BLKS];
temp             2461 netinet/tcp_input.c 			temp[j].start = tp->sackblks[i].start;
temp             2462 netinet/tcp_input.c 			temp[j++].end = tp->sackblks[i].end;
temp             2478 netinet/tcp_input.c 		tp->sackblks[i] = temp[i]; /* first copy back sack list */
temp             2513 netinet/tcp_input.c 			temp[j++] = sack;
temp             2517 netinet/tcp_input.c 			tp->sackblks[i] = temp[i];
temp             2537 netinet/tcp_input.c 	struct sackhole *cur, *p, *temp;
temp             2682 netinet/tcp_input.c 				temp = (struct sackhole *)
temp             2684 netinet/tcp_input.c 				if (temp == NULL)
temp             2696 netinet/tcp_input.c 				temp->next = cur->next;
temp             2697 netinet/tcp_input.c 				temp->start = sack.end;
temp             2698 netinet/tcp_input.c 				temp->end = cur->end;
temp             2699 netinet/tcp_input.c 				temp->dups = cur->dups;
temp             2700 netinet/tcp_input.c 				temp->rxmit = SEQ_MAX(cur->rxmit, temp->start);
temp             2707 netinet/tcp_input.c 				cur->next = temp;
temp             2708 netinet/tcp_input.c 				p = temp;
temp             2719 netinet/tcp_input.c 			temp = (struct sackhole *)
temp             2721 netinet/tcp_input.c 			if (temp == NULL)
temp             2723 netinet/tcp_input.c 			temp->start = tp->rcv_lastsack;
temp             2724 netinet/tcp_input.c 			temp->end = sack.start;
temp             2725 netinet/tcp_input.c 			temp->dups = min(tcprexmtthresh,
temp             2727 netinet/tcp_input.c 			if (temp->dups < 1)
temp             2728 netinet/tcp_input.c 				temp->dups = 1;
temp             2729 netinet/tcp_input.c 			temp->rxmit = temp->start;
temp             2730 netinet/tcp_input.c 			temp->next = 0;
temp             2731 netinet/tcp_input.c 			p->next = temp;
temp              598 scsi/safte.c   	int64_t				temp;
temp              600 scsi/safte.c   	temp = (int64_t)measured;
temp              601 scsi/safte.c   	temp += SAFTE_TEMP_OFFSET;
temp              602 scsi/safte.c   	temp *= 1000000; /* convert to micro (mu) degrees */
temp              604 scsi/safte.c   		temp = ((temp - 32000000) * 5) / 9; /* convert to Celsius */
temp              606 scsi/safte.c   	temp += 273150000; /* convert to kelvin */
temp              608 scsi/safte.c   	return (temp);