Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c276 slotnm_t *lastslot = NULL; in di_slotinfo_get() local
305 if (lastslot == NULL) in di_slotinfo_get()
306 *slotnames = lastslot = newslot; in di_slotinfo_get()
308 lastslot->snm_next = newslot; in di_slotinfo_get()
309 lastslot = newslot; in di_slotinfo_get()