Searched refs:cbus_configure (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.h52 extern int cbus_configure(dev_info_t *dip, void *hdl);
H A Dcardbus_hp.c695 cbus_configure, (void *)&ctrl); local
756 ddi_walk_devs(ddi_get_child(self), cbus_configure, (void *)&ctrl); local
852 cbus_configure(dev_info_t *dip, void *hdl) function
864 cardbus_err(dip, 8, "cbus_configure: Ignoring\n");
868 cardbus_err(dip, 6, "cbus_configure\n");
908 "cbus_configure on-line device at: "
914 "cbus_configure %s\n",
964 * This will turn resources allocated by cbus_configure()
H A Dcardbus.c636 cardbus_err(dip, 8, "cardbus_load_cardbus: calling cbus_configure\n");
639 ddi_walk_devs(ddi_get_child(dip), cbus_configure, (void *)&ctrl); local

Completed in 67 milliseconds