Searched defs:mtemp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c117 char mtemp[SPCS_S_MAXLINE]; local
172 sprintf(mtemp, format, sp[0], sp[1], sp[2], sp[3], sp[4], sp[5],
179 return (strcat(msg, mtemp));
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1184 int ltemp, mtemp, s; local
1212 mtemp = hrestime.tv_sec - time_reftime;
1216 if (mtemp >= MINSEC) {
1217 ltemp = ((time_offset / mtemp) * (SCALE_USEC /
1223 if (mtemp < MAXSEC) {
1224 ltemp *= mtemp;

Completed in 60 milliseconds