Searched refs:dv_cfattach (Results 1 – 3 of 3) sorted by relevance
732 if (dev->dv_cfattach == ca) { in config_cfattach_detach()945 if (!(d->dv_cfattach->ca_rescan)) in rescan_with_cfdata()953 (*d->dv_cfattach->ca_rescan)(d, in rescan_with_cfdata()1446 if (dev->dv_cfattach->ca_devsize > 0) in config_devfree()1447 kmem_free(dev->dv_private, dev->dv_cfattach->ca_devsize); in config_devfree()1602 dev->dv_cfattach = ca; in config_devalloc()1826 (*dev->dv_cfattach->ca_attach)(parent, dev, aux); in config_attach_internal()1953 (*dev->dv_cfattach->ca_attach)(ROOT, dev, aux); in config_attach_pseudo_acquire()2139 ca = dev->dv_cfattach; in config_detach_release()2261 if (p->dv_cfattach->ca_childdetached) in config_detach_release()[all …]
203 return dev->dv_cfattach; in device_cfattach()
132 cfattach_t dv_cfattach; /* our cfattach */ member