Searched refs:cont_device_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/contract/
H A Ddevice.h38 typedef struct cont_device cont_device_t; typedef in typeref:struct:cont_device
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c180 * private cont_device_t (or ctd for short) data structure. It encapsulates
300 * data structure (cont_device_t).
360 static cont_device_t *contract_device_create(ctmpl_device_t *dtmpl, dev_t dev,
650 cont_device_t *ctd;
751 cont_device_t *ctd = ct->ct_data;
773 kmem_free(ctd, sizeof (cont_device_t));
806 cont_device_t *ctd;
872 cont_device_t *ctd = ct->ct_data;
1017 cont_device_t *ctd = ct->ct_data;
1197 static cont_device_t *
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c394 list_create(&(devi->devi_ct), sizeof (cont_device_t),
395 offsetof(cont_device_t, cond_next));

Completed in 63 milliseconds