Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dddi_impl.c2564 static struct bus_probe { struct
2565 struct bus_probe *next; argument
2572 struct bus_probe *probe; in impl_bus_add_probe() argument
2573 struct bus_probe *lastprobe = NULL; in impl_bus_add_probe()
2594 struct bus_probe *prev = NULL; in impl_bus_delete_probe()
2595 struct bus_probe *probe = bus_probes; in impl_bus_delete_probe()
2612 kmem_free(probe, sizeof (struct bus_probe)); in impl_bus_delete_probe()
2623 struct bus_probe *probe; in impl_bus_initialprobe()
2663 struct bus_probe *probe; in impl_bus_reprobe()