Home
last modified time | relevance | path

Searched refs:tempr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpic16f747.c349 int16_t tempr; in pic_ioctl() local
378 tempr = (int16_t)ddi_get8(softc->cmd_handle, in pic_ioctl()
382 if (tempr == 0xff) in pic_ioctl()
390 tempr -= 64; in pic_ioctl()
391 (void) ddi_copyout(&tempr, (caddr_t)arg, sizeof (tempr), mode); in pic_ioctl()
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c1064 uint8_t *tempr, *wdval; in envctrl_wput() local
1188 tempr = (uint8_t *)(void *)mp->b_cont->b_rptr; in envctrl_wput()
1189 if (*tempr > MAX_DIAG_TEMPR) { in envctrl_wput()
1193 envctrl_get_sys_temperatures(unitp, tempr); in envctrl_wput()
1218 *tempr = unitp->current_mode; in envctrl_wput()
1738 uint8_t tempr; in envctrl_get_ps_temp() local
1745 tempr = 0; in envctrl_get_ps_temp()
1752 tempr = 0; in envctrl_get_ps_temp()
1763 if (buf[i] > tempr && buf[i] < MAX_PS_ADVAL) { in envctrl_get_ps_temp()
1764 tempr = buf[i]; in envctrl_get_ps_temp()
[all …]
/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c790 uint8_t wdval, tempr; in envctrl_ioctl() local
840 tempr = 0x0; in envctrl_ioctl()
843 &tempr, 1); in envctrl_ioctl()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c6012 register long tempr; local
6021 tempr = rndm[i];
6023 rndm[j] = tempr;