Lines Matching refs:PortFound

1333 	SK_BOOL		PortFound;  in SkRlmtSelectBcRx()  local
1336 PortFound = SK_FALSE; in SkRlmtSelectBcRx()
1349 if (!PortFound || pAC->Rlmt.Port[i].BcTimeStamp > BcTimeStamp) { in SkRlmtSelectBcRx()
1352 PortFound = SK_TRUE; in SkRlmtSelectBcRx()
1357 if (PortFound) { in SkRlmtSelectBcRx()
1371 PortFound = SK_FALSE; in SkRlmtSelectBcRx()
1381 if (PortFound) { in SkRlmtSelectBcRx()
1390 return (PortFound); in SkRlmtSelectBcRx()
1415 SK_BOOL PortFound; in SkRlmtSelectNotSuspect() local
1417 PortFound = SK_FALSE; in SkRlmtSelectNotSuspect()
1432 PortFound = SK_TRUE; in SkRlmtSelectNotSuspect()
1439 return (PortFound); in SkRlmtSelectNotSuspect()
1465 SK_BOOL PortFound; in SkRlmtSelectUp() local
1467 PortFound = SK_FALSE; in SkRlmtSelectUp()
1482 PortFound = SK_TRUE; in SkRlmtSelectUp()
1488 return (PortFound); in SkRlmtSelectUp()
1515 SK_BOOL PortFound; in SkRlmtSelectGoingUp() local
1518 PortFound = SK_FALSE; in SkRlmtSelectGoingUp()
1526 PortFound = SK_TRUE; in SkRlmtSelectGoingUp()
1531 if (!PortFound) { in SkRlmtSelectGoingUp()
1572 SK_BOOL PortFound; in SkRlmtSelectDown() local
1574 PortFound = SK_FALSE; in SkRlmtSelectDown()
1589 PortFound = SK_TRUE; in SkRlmtSelectDown()
1595 return (PortFound); in SkRlmtSelectDown()
1622 SK_BOOL PortFound; in SkRlmtCheckSwitch() local
1626 PortFound = SK_FALSE; in SkRlmtCheckSwitch()
1666 PortFound = SK_TRUE; in SkRlmtCheckSwitch()
1671 if (PortFound) { in SkRlmtCheckSwitch()
1728 if (!PortFound) { in SkRlmtCheckSwitch()
1729 PortFound = SkRlmtSelectBcRx( in SkRlmtCheckSwitch()
1733 if (!PortFound) { in SkRlmtCheckSwitch()
1734 PortFound = SkRlmtSelectNotSuspect( in SkRlmtCheckSwitch()
1742 if (!PortFound) { in SkRlmtCheckSwitch()
1743 PortFound = SkRlmtSelectNotSuspect( in SkRlmtCheckSwitch()
1747 if (!PortFound) { in SkRlmtCheckSwitch()
1748 PortFound = SkRlmtSelectBcRx( in SkRlmtCheckSwitch()
1753 if (!PortFound) { in SkRlmtCheckSwitch()
1754 PortFound = SkRlmtSelectUp( in SkRlmtCheckSwitch()
1758 if (!PortFound) { in SkRlmtCheckSwitch()
1759 PortFound = SkRlmtSelectUp( in SkRlmtCheckSwitch()
1763 if (!PortFound) { in SkRlmtCheckSwitch()
1764 PortFound = SkRlmtSelectGoingUp( in SkRlmtCheckSwitch()
1768 if (!PortFound) { in SkRlmtCheckSwitch()
1769 PortFound = SkRlmtSelectGoingUp( in SkRlmtCheckSwitch()
1774 if (!PortFound) { in SkRlmtCheckSwitch()
1775 PortFound = SkRlmtSelectDown(pAC, IoC, in SkRlmtCheckSwitch()
1779 if (!PortFound) { in SkRlmtCheckSwitch()
1780 PortFound = SkRlmtSelectDown(pAC, IoC, in SkRlmtCheckSwitch()
1785 if (PortFound) { in SkRlmtCheckSwitch()