Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdiskmgt/common/
H A Ddrive.c101 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;
[all …]