50 boolean_t luGuidValid;
51 uint8_t luGuid[16];
52 boolean_t serialNumValid;
53 char serialNum[253];
54 boolean_t companyIdValid;
55 uint32_t companyId;
56 boolean_t luAliasValid;
57 char luAlias[256];
58 boolean_t luMgmtUrlValid;
59 char luMgmtUrl[1024];
60 boolean_t vidValid;
61 char vid[8];
62 boolean_t pidValid;
63 char pid[16];
64 boolean_t revValid;
65 char rev[4];
66 boolean_t writeProtectEnableValid;
67 boolean_t writeProtectEnable;
68 boolean_t writebackCacheDisableValid;
69 boolean_t writebackCacheDisable;
70 uint16_t accessState;
71 uint32_t hostId;
72 boolean_t hostIdValid;
73 } diskResource;
74
75
76 #ifdef __cplusplus
77 }
78 #endif
79
80 #endif /* _LIBSTMF_IMPL_H */
|
50 boolean_t luGuidValid;
51 uint8_t luGuid[16];
52 boolean_t serialNumValid;
53 char serialNum[253];
54 boolean_t companyIdValid;
55 uint32_t companyId;
56 boolean_t luAliasValid;
57 char luAlias[256];
58 boolean_t luMgmtUrlValid;
59 char luMgmtUrl[1024];
60 boolean_t vidValid;
61 char vid[8];
62 boolean_t pidValid;
63 char pid[16];
64 boolean_t revValid;
65 char rev[4];
66 boolean_t writeProtectEnableValid;
67 boolean_t writeProtectEnable;
68 boolean_t writebackCacheDisableValid;
69 boolean_t writebackCacheDisable;
70 boolean_t unmapValid;
71 boolean_t unmap;
72 uint16_t accessState;
73 uint32_t hostId;
74 boolean_t hostIdValid;
75 } diskResource;
76
77
78 #ifdef __cplusplus
79 }
80 #endif
81
82 #endif /* _LIBSTMF_IMPL_H */
|