Lines Matching defs:conf_feature
101 struct conf_feature { struct
102 uchar_t feature[2]; /* common to all */
104 uchar_t current : 1;
105 uchar_t persist : 1;
106 uchar_t version : 4;
107 uchar_t reserved: 2;
109 uchar_t reserved: 2;
110 uchar_t version : 4;
111 uchar_t persist : 1;
112 uchar_t current : 1;
114 uchar_t len;
115 union features {
204 } features;