Searched defs:tempr (Results 1 - 4 of 4) sorted by relevance

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

Completed in 63 milliseconds