Searched refs:MAX_CAP_CC (Results 1 – 10 of 10) sorted by relevance
136 if(count > MAX_CAP_CC) count = MAX_CAP_CC; in PhysicalPresenceCapGetCCList()
266 if(count > MAX_CAP_CC) count = MAX_CAP_CC; in CommandCapGetCCList()
194 if(count > MAX_CAP_CC) count = MAX_CAP_CC; in CommandAuditCapGetCCList()
13 #define MAX_CAP_CC ((TPM_CC_LAST - TPM_CC_FIRST) + 1) macro
772 TPM_CC commandCodes[MAX_CAP_CC];778 TPMA_CC commandAttributes[MAX_CAP_CC];
5257 if (target->count > MAX_CAP_CC) { in TPML_CC_Unmarshal()5286 if (target->count > MAX_CAP_CC) { in TPML_CCA_Unmarshal()
1480 6 #define MAX_CAP_CC ((TPM_CC_LAST - TPM_CC_FIRST) + 1)8510 121 // The maximum count of command we may return is MAX_CAP_CC8511 122 if(count > MAX_CAP_CC) count = MAX_CAP_CC;14034 100 // The maximum count of command we may return is MAX_CAP_CC14035 101 if(count > MAX_CAP_CC) count = MAX_CAP_CC;16451 151 // The maximum count of commands that may be return is MAX_CAP_CC.16452 152 if(count > MAX_CAP_CC) count = MAX_CAP_CC;
1052 _MAX count MAX_CAP_CC1059 _MAX count MAX_CAP_CC
11341 commandCodes[count]{:MAX_CAP_CC}11387 commandAttributes[count]{:MAX_CAP_CC}
11356 commandCodes [count] {:MAX_CAP_CC}11402 commandAttributes [count] {:MAX_CAP_CC}