Searched defs:_VDevice (Results 1 – 1 of 1) sorted by relevance
36 typedef struct _VDevice struct38 UCHAR VDeviceType;39 UCHAR vf_bootmark: 1; /* is boot device? */40 UCHAR vf_bootable: 1; /* has active partition */41 UCHAR vf_online: 1; /* is usable? */42 UCHAR vf_cache_disk: 1; /* Cache enabled */43 UCHAR vf_format_v2: 1; /* old array block */44 UCHAR vf_freed: 1; /* memory free */45 UCHAR reserve1;46 UCHAR bSerialNumber; /* valid if pParent!=0 */[all …]