Home
last modified time | relevance | path

Searched refs:notvisited (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c263 int notvisited; in x86pi_enum_gentopo() local
378 bb_count = notvisited = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_enum_gentopo()
400 if (nbb > bb_count && notvisited) in x86pi_enum_gentopo()
402 else if (nbb > bb_count && !notvisited) in x86pi_enum_gentopo()
430 notvisited--; in x86pi_enum_gentopo()
436 notvisited--; in x86pi_enum_gentopo()
526 } while (notvisited); in x86pi_enum_gentopo()