Searched refs:ctmpl_device_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/contract/
H A Ddevice.h37 typedef struct ctmpl_device ctmpl_device_t; typedef in typeref:struct:ctmpl_device
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c360 static cont_device_t *contract_device_create(ctmpl_device_t *dtmpl, dev_t dev,
414 ctmpl_device_t *new;
415 ctmpl_device_t *old = template->ctmpl_data;
419 new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP);
468 ctmpl_device_t *dtmpl = template->ctmpl_data;
473 kmem_free(dtmpl, sizeof (ctmpl_device_t));
501 ctmpl_device_t *dtmpl = tmpl->ctmpl_data;
601 ctmpl_device_t *dtmpl = template->ctmpl_data;
645 ctmpl_device_t *dtmpl;
729 ctmpl_device_t *ne
[all...]

Completed in 61 milliseconds