Searched defs:matchIndex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c891 int matchIndex = -1, lowIndex = -1; local
899 matchIndex = 0;
905 matchIndex = i;
916 if ((matchIndex == -1) && (lowIndex == -1))
917 matchIndex = i - 1;
920 if (matchIndex != -1) {
921 *pNewPower = powInfo[matchIndex];
948 int matchIndex = -1, lowIndex = -1; local
956 matchIndex = 0;
962 matchIndex
[all...]

Completed in 64 milliseconds