Searched refs:EFI_UINT8 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/i386/
H A Defi.h34 typedef uint8_t EFI_UINT8; typedef
137 EFI_UINT8 Data4[8];
148 EFI_UINT8 Raw[16];
164 EFI_UINT8 Month;
165 EFI_UINT8 Day;
166 EFI_UINT8 Hour;
167 EFI_UINT8 Minute;
168 EFI_UINT8 Second;
169 EFI_UINT8 Pad1;
172 EFI_UINT8 Dayligh
[all...]
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLValidateXMLBootOption.c39 typedef uint8_t EFI_UINT8; typedef
43 typedef EFI_UINT8 EFI_DEVICE_PATH_PROTOCOL;
50 EFI_UINT8 OptionalData[0];
267 EFI_UINT8 *OptionalData;
271 EFI_UINT8 *buffer = NULL;
293 OptionalData = ((EFI_UINT8 *)bootDev) + bootOption->FilePathListLength;
310 buffer = (EFI_UINT8 *)calloc(bufferSize, sizeof(char));
321 buffer = (EFI_UINT8 *)calloc(bufferSize, sizeof(char));

Completed in 246 milliseconds