Searched refs:ctmpl_device_t (Results 1 – 2 of 2) sorted by relevance
361 static cont_device_t *contract_device_create(ctmpl_device_t *dtmpl, dev_t dev,415 ctmpl_device_t *new; in ctmpl_device_dup()416 ctmpl_device_t *old = template->ctmpl_data; in ctmpl_device_dup()420 new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP); in ctmpl_device_dup()469 ctmpl_device_t *dtmpl = template->ctmpl_data; in ctmpl_device_free()474 kmem_free(dtmpl, sizeof (ctmpl_device_t)); in ctmpl_device_free()502 ctmpl_device_t *dtmpl = tmpl->ctmpl_data; in ctmpl_device_set()603 ctmpl_device_t *dtmpl = template->ctmpl_data; in ctmpl_device_get()647 ctmpl_device_t *dtmpl; in ctmpl_device_create()731 ctmpl_device_t *new; in contract_device_default()[all …]
35 typedef struct ctmpl_device ctmpl_device_t; typedef