ctmpl_device_t
contract_device_create(ctmpl_device_t *dtmpl, dev_t dev, int spec_type,
ctmpl_device_t *dtmpl;
static cont_device_t *contract_device_create(ctmpl_device_t *dtmpl, dev_t dev,
ctmpl_device_t *new;
ctmpl_device_t *old = template->ctmpl_data;
new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP);
ctmpl_device_t *dtmpl = template->ctmpl_data;
kmem_free(dtmpl, sizeof (ctmpl_device_t));
ctmpl_device_t *dtmpl = tmpl->ctmpl_data;
ctmpl_device_t *dtmpl = template->ctmpl_data;
ctmpl_device_t *dtmpl;
ctmpl_device_t *new;
new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP);