Searched refs:KeyArr (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skgepnmi.c | 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() [all …]
|