Home
last modified time | relevance | path

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

/titanic_50/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; in ctmpl_device_dup()
415 ctmpl_device_t *old = template->ctmpl_data; in ctmpl_device_dup()
419 new = kmem_zalloc(sizeof (ctmpl_device_t), KM_SLEEP); in ctmpl_device_dup()
468 ctmpl_device_t *dtmpl = template->ctmpl_data; in ctmpl_device_free()
473 kmem_free(dtmpl, sizeof (ctmpl_device_t)); in ctmpl_device_free()
501 ctmpl_device_t *dtmpl = tmpl->ctmpl_data; in ctmpl_device_set()
601 ctmpl_device_t *dtmpl = template->ctmpl_data; in ctmpl_device_get()
645 ctmpl_device_t *dtmpl; in ctmpl_device_create()
729 ctmpl_device_t *new; in contract_device_default()
[all …]
/titanic_50/usr/src/uts/common/sys/contract/
H A Ddevice.h37 typedef struct ctmpl_device ctmpl_device_t; typedef