Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2657 static struct bus_probe { struct
2658 struct bus_probe *next; argument
2665 struct bus_probe *probe; in impl_bus_add_probe() argument
2666 struct bus_probe *lastprobe = NULL; in impl_bus_add_probe()
2687 struct bus_probe *prev = NULL; in impl_bus_delete_probe()
2688 struct bus_probe *probe = bus_probes; in impl_bus_delete_probe()
2705 kmem_free(probe, sizeof (struct bus_probe)); in impl_bus_delete_probe()
2716 struct bus_probe *probe; in impl_bus_initialprobe()
2756 struct bus_probe *probe; in impl_bus_reprobe()