Home
last modified time | relevance | path

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

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