Home
last modified time | relevance | path

Searched refs:cont_device_t (Results 1 – 3 of 3) 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,
650 cont_device_t *ctd; in ctmpl_device_create()
751 cont_device_t *ctd = ct->ct_data; in contract_device_free()
773 kmem_free(ctd, sizeof (cont_device_t)); in contract_device_free()
806 cont_device_t *ctd; in contract_device_destroy()
872 cont_device_t *ctd = ct->ct_data; in contract_device_status()
1018 cont_device_t *ctd = ct->ct_data; in contract_device_ack_nack()
1198 static cont_device_t *
1202 cont_device_t *ctd; in contract_device_create()
1242 ctd = kmem_zalloc(sizeof (cont_device_t), KM_SLEEP); in contract_device_create()
[all …]
/titanic_50/usr/src/uts/common/sys/contract/
H A Ddevice.h38 typedef struct cont_device cont_device_t; typedef
/titanic_50/usr/src/uts/common/os/
H A Ddevcfg.c394 list_create(&(devi->devi_ct), sizeof (cont_device_t), in i_ddi_alloc_node()
395 offsetof(cont_device_t, cond_next)); in i_ddi_alloc_node()