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