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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c218 int andbit; local
232 for (andbit = 0; andbit < 32; andbit++) {
233 if (slotmap & (1 << andbit)) {
236 if ((newslot = slotnm_create(mp, andbit, s)) == NULL) {

Completed in 45 milliseconds