#include <scsidef.h>
Public Attributes | |
struct { | |
unsigned pg83_ident_v_codeset: 4 | |
unsigned pg83_ident_v_reserved1: 4 | |
}; | |
struct { | |
unsigned pg83_ident_v_id_type: 4 | |
unsigned pg83_ident_v_assoc: 2 | |
unsigned pg83_ident_v_reserved2: 2 | |
}; | |
unsigned char | pg83_ident_b_reserved3 |
unsigned char | pg83_ident_b_ident_len |
union { | |
unsigned char pg83_ident_b_ident | |
struct { | |
unsigned pg83_ident_v_unused: 4 | |
unsigned pg83_ident_v_naa: 4 | |
} | |
}; | |
char | pg83_ident_b_fill_7_ [3] |
Definition at line 800 of file scsidef.h.
unsigned _pg83_ident::pg83_ident_v_codeset |
unsigned _pg83_ident::pg83_ident_v_reserved1 |
struct { ... } |
unsigned _pg83_ident::pg83_ident_v_id_type |
unsigned _pg83_ident::pg83_ident_v_assoc |
unsigned _pg83_ident::pg83_ident_v_reserved2 |
struct { ... } |
unsigned char _pg83_ident::pg83_ident_b_reserved3 |
unsigned char _pg83_ident::pg83_ident_b_ident_len |
unsigned char _pg83_ident::pg83_ident_b_ident |
unsigned _pg83_ident::pg83_ident_v_unused |
unsigned _pg83_ident::pg83_ident_v_naa |
union { ... } |