Lines Matching defs:connected
265 int connected;
1245 * we need to know if the board's connected before
1246 * issuing a showboard message. If it's connected, we just
1250 if (!bp->connected) {
1260 bp->connected = (shb.bd_assigned && shb.bd_active);
3888 if (bp->connected)
3896 if (!bp->connected)
4131 * we clear the connected flag just in case it would have
4135 bp->connected = 0;
4474 * Return the number of connected Panther boards in the domain.
4618 bp->connected = 0;
4873 bp->connected = (shb.bd_assigned && shb.bd_active);
7676 if (bp->connected == 0 || bp->devices == NULL) {