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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2576 struct bus_probe *lastprobe = NULL; local
2587 lastprobe = bus_probes;
2588 while (lastprobe->next)
2589 lastprobe = lastprobe->next;
2590 lastprobe->next = probe;

Completed in 66 milliseconds