Lines Matching refs:KeyArr
722 char KeyArr[SK_PNMI_VPD_ENTRIES][SK_PNMI_VPD_KEY_SIZE]; in SkPnmiGetStruct() local
782 Ret = GetVpdKeyArr(pAC, IoC, &KeyArr[0][0], sizeof(KeyArr), &TmpLen); in SkPnmiGetStruct()
817 SK_STRNCPY((char *)&Instance, KeyArr[InstanceCnt - 1], 4); in SkPnmiGetStruct()
3024 char KeyArr[SK_PNMI_VPD_ENTRIES][SK_PNMI_VPD_KEY_SIZE]; in Vpd() local
3038 Ret = GetVpdKeyArr(pAC, IoC, &KeyArr[0][0], sizeof(KeyArr), &KeyNo); in Vpd()
3063 if (SK_STRCMP(KeyStr, KeyArr[Index]) == 0) { in Vpd()
3124 Len += SK_STRLEN(KeyArr[Index]) + 1; in Vpd()
3136 Len = SK_STRLEN(KeyArr[Index]); in Vpd()
3137 SK_MEMCPY(pBuf + Offset, KeyArr[Index], Len); in Vpd()
3168 Len += SK_STRLEN(KeyArr[Index]) + 1; in Vpd()
3183 Len = SK_STRLEN(KeyArr[Index]); in Vpd()
3186 SK_MEMCPY(pBuf + Offset + 1, KeyArr[Index], in Vpd()
3199 if (VpdRead(pAC, IoC, KeyArr[Index], Buf, in Vpd()
3225 if (VpdRead(pAC, IoC, KeyArr[Index], Buf, in Vpd()
3254 if (VpdMayWrite(KeyArr[Index])) { in Vpd()
3412 if (SK_STRCMP(KeyStr, KeyArr[Index]) == 0) { in Vpd()