Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/
H A Datapi-cd.c59 static struct dev_ops acd_ops = { variable
156 cdev = disk_create(device_get_unit(dev), &cdp->disk, &acd_ops); in acd_attach()
159 cdev = make_dev(&acd_ops, dkmakeminor(device_get_unit(dev), 0, 0), in acd_attach()
198 dev_ops_remove_minor(&acd_ops, /*dkunitmask(), */dkmakeunit(device_get_unit(dev))); in acd_detach()