OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPB_Media
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h
35
UINT8
BPB_Media
;
75
UINT8
BPB_Media
;
bootsectimage.c
282
if ((FatBpb->Fat12_16.
BPB_Media
!= 0xF0) &&
283
(FatBpb->Fat12_16.
BPB_Media
!= 0xF8) &&
284
(FatBpb->Fat12_16.
BPB_Media
!= 0xF9) &&
285
(FatBpb->Fat12_16.
BPB_Media
!= 0xFA) &&
286
(FatBpb->Fat12_16.
BPB_Media
!= 0xFB) &&
287
(FatBpb->Fat12_16.
BPB_Media
!= 0xFC) &&
288
(FatBpb->Fat12_16.
BPB_Media
!= 0xFD) &&
289
(FatBpb->Fat12_16.
BPB_Media
!= 0xFE) &&
290
(FatBpb->Fat12_16.
BPB_Media
!= 0xFF)) {
291
DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT -
BPB_Media
- %02x, expected: %02x, %02x, %02x, %02x, %02x, %02x, %02x, %02x, or %02x",
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h
35
UINT8
BPB_Media
;
75
UINT8
BPB_Media
;
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h
35
UINT8
BPB_Media
;
75
UINT8
BPB_Media
;
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c
125
CopyMem(&(pStart[index]), &(bsc->
BPB_Media
), sizeof(bsc->
BPB_Media
));
126
index+=sizeof(bsc->
BPB_Media
);
381
g_bs.
BPB_Media
= 0xF8;
446
Fat1[0] = g_bs.
BPB_Media
;
452
Fat2[0] = g_bs.
BPB_Media
;
ramdisk.h
65
UINT8
BPB_Media
;
Completed in 66 milliseconds