HomeSort by: relevance | last modified time | path
    Searched refs:iCount (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_log.c 54 int iCount;
58 iCount = logIt(stdout, a_szFormat, vaArgs);
61 return iCount;
67 int iCount;
74 iCount = logProcess(stdout, a_szFormat, vaArgs);
77 return iCount;
83 int iCount;
90 iCount = logProcess(stdout, a_szFormat, vaArgs);
93 return iCount;
99 int iCount;
    [all...]
  /src/external/bsd/pdisk/dist/
DoSCSICommand.c 362 short iCount; /* Bus free counter */
442 for (iCount = 0; iCount < 4; iCount++) {
452 for (iCount = 0;
453 /*gStopNow == FALSE && StopNow() == FALSE &&*/ iCount < 100 && ScsiBusBusy();
454 iCount++)
  /src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
data_protect.c 317 int iCount = iBytes - 1;
322 g_pbInData[iCount + iPadding] = iPadding;
325 g_pbInData[iCount + iPadding] = 0;
  /src/sys/dev/ic/
mpt_debug.c 575 int iCount, flags;
577 iCount = MPT_SGL_MAX;
626 iCount -= 1;
627 } while ((flags & MPI_SGE_FLAGS_END_OF_LIST) == 0 && iCount != 0);

Completed in 75 milliseconds