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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c258 int notvisited; local
373 bb_count = notvisited = stypes[SMB_TYPE_BASEBOARD].count;
395 if (nbb > bb_count && notvisited)
397 else if (nbb > bb_count && !notvisited)
425 notvisited--;
431 notvisited--;
520 } while (notvisited);

Completed in 44 milliseconds