Searched refs:iCount (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_log.c54 int iCount; local
58 iCount = logIt(stdout, a_szFormat, vaArgs);
61 return iCount;
67 int iCount; local
74 iCount = logProcess(stdout, a_szFormat, vaArgs);
77 return iCount;
83 int iCount; local
90 iCount = logProcess(stdout, a_szFormat, vaArgs);
93 return iCount;
99 int iCount; local
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A DDoSCSICommand.c362 short iCount; /* Bus free counter */ local
442 for (iCount = 0; iCount < 4; iCount++) {
452 for (iCount = 0;
453 /*gStopNow == FALSE && StopNow() == FALSE &&*/ iCount < 100 && ScsiBusBusy();
454 iCount++)
/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c317 int iCount = iBytes - 1; local
322 g_pbInData[iCount + iPadding] = iPadding;
325 g_pbInData[iCount + iPadding] = 0;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmpt_debug.c557 int iCount, flags; local
559 iCount = MPT_SGL_MAX;
608 iCount -= 1;
609 } while ((flags & MPI_SGE_FLAGS_END_OF_LIST) == 0 && iCount != 0);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c76484 sqlite3ExprCacheAffinityChange(Parse *pParse, int iStart, int iCount) argument
[all...]

Completed in 341 milliseconds