Searched defs:Temp (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsalloc.c | 71 UINT32 Temp; local 87 Temp = AcpiGbl_NsNodeList->TotalAllocated - 89 if (Temp > AcpiGbl_NsNodeList->MaxOccupied) 91 AcpiGbl_NsNodeList->MaxOccupied = Temp;
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | wtmpfix.c | 95 static FILE *Wtmpx, *Temp; variable 154 if ((Temp = tmpfile()) == NULL) { 173 * writing to Temp. 180 /* flush and rewind Temp for readback */ 181 if (fflush(Temp) != 0) { 185 if (fseeko(Temp, (off_t)0L, SEEK_SET) != 0) { 191 while (winp(Temp, &Ut)) { 199 (void) fclose(Temp); 506 if ((fwrite(&Ut, UTRSZ, 1, Temp) < 1) || 507 (fwrite(&Ut2, UTRSZ, 1, Temp) < [all...] |
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_patounum.c | 463 uint32_t InputAddr, Temp; local 521 Temp = (InputAddr >> (4 + Ilog)) << 4; 522 InputAddr = (Temp | (SystemAddr & 0x0000000f));
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 2303 uint32_t Temp; local 2312 Temp = *StartAddr; 2314 CkSum ^= Temp;
|
Completed in 80 milliseconds