Lines Matching defs:conf_feature
107 struct conf_feature { struct
108 uchar_t feature[2]; /* common to all */
110 uchar_t current : 1;
111 uchar_t persist : 1;
112 uchar_t version : 4;
113 uchar_t reserved: 2;
115 uchar_t reserved: 2;
116 uchar_t version : 4;
117 uchar_t persist : 1;
118 uchar_t current : 1;
120 uchar_t len;
121 union features {
210 } features;