Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dhptintf.h533 typedef struct _LOGICAL_DEVICE_INFO_V2 { struct
534 UCHAR Type; /* LDT_ARRAY or LDT_DEVICE */
535 UCHAR reserved[3];
537 LBA64 Capacity; /* array capacity */
538 DEVICEID ParentArray;
540 union {
543 } u;
/freebsd/sys/dev/hptrr/
H A Dhptintf.h803 typedef struct _LOGICAL_DEVICE_INFO_V2 { struct
804 HPT_U8 Type; /* LDT_ARRAY or LDT_DEVICE */
805 HPT_U8 reserved[3];
807 HPT_U64 Capacity; /* array capacity */
808 DEVICEID ParentArray; /* for physical device, Please don't use this field.
812 union {
815 } __attribute__((packed)) u;
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h995 typedef struct _LOGICAL_DEVICE_INFO_V2 { struct
996 HPT_U8 Type; /* LDT_ARRAY or LDT_DEVICE */
997 HPT_U8 reserved[3];
999 HPT_U64 Capacity; /* array capacity */
1000 DEVICEID ParentArray; /* for physical device, Please don't use this field.
1004 union {
1007 } __attribute__((packed)) u;
/freebsd/sys/dev/hptnr/
H A Dhptintf.h991 typedef struct _LOGICAL_DEVICE_INFO_V2 { struct
992 HPT_U8 Type; /* LDT_ARRAY or LDT_DEVICE */
993 HPT_U8 reserved[3];
995 HPT_U64 Capacity; /* array capacity */
996 DEVICEID ParentArray; /* for physical device, Please don't use this field.
1000 union {
1003 } __attribute__((packed)) u;