Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c471 if (dtmpl->ctd_minor) in ctmpl_device_free()
472 kmem_free(dtmpl->ctd_minor, strlen(dtmpl->ctd_minor) + 1); in ctmpl_device_free()
624 if (dtmpl->ctd_minor) { in ctmpl_device_get()
647 ctmpl_device_t *dtmpl; in ctmpl_device_create() local
669 bcopy(dtmpl->ctd_minor, buf, strlen(dtmpl->ctd_minor) + 1); in ctmpl_device_create()
1208 ASSERT(dtmpl != NULL); in contract_device_create()
1219 bcopy(dtmpl->ctd_minor, path, strlen(dtmpl->ctd_minor) + 1); in contract_device_create()
1328 ctmpl_device_t *dtmpl; in contract_device_open() local
1367 kmem_free(dtmpl->ctd_minor, strlen(dtmpl->ctd_minor) + 1); in contract_device_open()
1385 dtmpl->ctd_minor = path; in contract_device_open()
[all …]