Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2666 struct bus_probe *lastprobe = NULL; in impl_bus_add_probe() local
2677 lastprobe = bus_probes; in impl_bus_add_probe()
2678 while (lastprobe->next) in impl_bus_add_probe()
2679 lastprobe = lastprobe->next; in impl_bus_add_probe()
2680 lastprobe->next = probe; in impl_bus_add_probe()