Searched refs:s_ccAttr (Results 1 – 3 of 3) sorted by relevance
88 UINT32 size = sizeof(s_ccAttr) / sizeof(s_ccAttr[0]); in CommandGetAttribute()91 if(s_ccAttr[i].commandIndex == (UINT16) commandCode) in CommandGetAttribute()92 return s_ccAttr[i]; in CommandGetAttribute()98 return s_ccAttr[0]; // Just to appease the compiler, never reached. in CommandGetAttribute()
8 static const TPMA_CC s_ccAttr [] = { variable
15767 1 static const TPMA_CC s_ccAttr [] = {16257 40 UINT32 size = sizeof(s_ccAttr) / sizeof(s_ccAttr[0]);16260 43 if(s_ccAttr[i].commandIndex == (UINT16) commandCode)16261 44 return s_ccAttr[i];