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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c129 __nis_value_t **valA, *tempVal; local
147 if ((tempVal = stringToValue(inVal->val->value,
153 str = oldstr = tempVal->val->value;
154 oldlen = tempVal->val->length;
157 tempVal->val->value = str;
158 tempVal->val->length = strlen(str) + 1;
163 tempVal, &numVals, sepset, &str);
181 tempVal->val->value = oldstr;
182 tempVal->val->length = oldlen;
183 freeValue(tempVal,
[all...]
/illumos-gate/usr/src/uts/sun4u/snowbird/io/todds1307/
H A Dtodds1307.c237 uint8_t tempVal = (uint8_t)0; local
291 tempVal = i2c_tp->i2c_rbuf[0];
295 if (tempVal & 0x80) { /* check Oscillator */
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1337.c234 uint8_t tempVal = (uint8_t)0; local
299 tempVal = i2c_tp->i2c_rbuf[0];
307 if (tempVal & RTC_CTL_EOSC) {

Completed in 291 milliseconds