Lines Matching refs:u8
88 u8 drive[ 1 ];
89 u8 device : 3;
90 u8 target : 2;
91 u8 partitionIndex : 2;
92 u8 resource : 1;
93 …u8 userPermission : 3; // Specifies whether this is readable and writ…
94 u8 rsv_A : 5;
95 u8 rsv_B;
103 u8 num;
104 u8 rsv[ 15 ];
105 u8 publicFlag [ 16 ]; // Flag indicating whether there is public save data
106 u8 privateFlag[ 16 ]; // Flag indicating whether there is private save data
107 u8 appJumpFlag[ 16 ]; // Flag indicating whether an application jump can be performed
108 u8 sameMakerFlag[ 16 ]; // Flag indicating whether the manufacturer is the same
113 u8 isDisable :1;
114 u8 rsv :7;
182 static inline const u8 *OSi_GetSystemMenuVersionInfoContentID( void ) in OSi_GetSystemMenuVersionInfoContentID()
184 return (const u8 *)HW_SYSM_VER_INFO_CONTENT_ID; in OSi_GetSystemMenuVersionInfoContentID()
196 static inline u8 OSi_GetSystemMenuVersionInfoLastGameCode( void ) in OSi_GetSystemMenuVersionInfoLastGameCode()
198 return *(u8 *)HW_SYSM_VER_INFO_CONTENT_LAST_INITIAL_CODE; in OSi_GetSystemMenuVersionInfoLastGameCode()