Home
last modified time | relevance | path

Searched defs:cont_device (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/contract/
H A Ddevice_impl.h53 struct cont_device { struct
54 contract_t cond_contract; /* common contract data */
55 char *cond_minor; /* minor node resource in contract */
56 dev_info_t *cond_dip; /* dip for minor node */
57 dev_t cond_devt; /* dev_t of minor node */
58 uint_t cond_spec; /* spec type of minor node */
59 uint_t cond_aset; /* acceptable state set */
60 uint_t cond_noneg; /* no negotiation if set */
61 uint_t cond_state; /* current state of device */
62 uint_t cond_neg; /* contract undergoing negotiation */
[all …]