Searched refs:newslot (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c214 slotnm_t *newslot; local
236 if ((newslot = slotnm_create(mp, andbit, s)) == NULL) {
243 *slotnames = lastslot = newslot;
245 lastslot->snm_next = newslot;
246 lastslot = newslot;
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c1611 int newslot; local
1750 newslot = 0;
1811 newslot = 1;
1834 if (newslot == 0 &&
1965 if (forcefault && (newslot || !hat_probe(kas.a_hat, vaddr))) {

Completed in 48 milliseconds