Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c237 static int pcihp_configure(dev_info_t *, void *);
1489 ddi_walk_devs(ddi_get_child(self), pcihp_configure, in pcihp_configure_ap()
1586 ddi_walk_devs(ddi_get_child(self), pcihp_configure, (void *)&ctrl); in pcihp_configure_ap()
1688 ddi_walk_devs(ddi_get_child(self), pcihp_configure, in pcihp_unconfigure_ap()
1706 pcihp_configure, (void *)&ctrl); in pcihp_unconfigure_ap()
2197 pcihp_configure, (void *)&ctrl); in pcihp_new_slot_state()
2506 pcihp_configure, (void *)&ctrl); in pcihp_event_handler()
2590 pcihp_configure, (void *)&ctrl); in pcihp_event_handler()
2607 pcihp_configure, (void *)&ctrl); in pcihp_event_handler()
3008 pcihp_configure(dev_info_t *dip, void *hdl) in pcihp_configure() function