Searched defs:conf_feature (Results 1 – 1 of 1) sorted by relevance
107 struct conf_feature { struct108 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;[all …]