OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAT_BS_BOOTSIG
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h
144
#define
FAT_BS_BOOTSIG
0x29
bootsectimage.c
438
(FatBpb->Fat12_16.BS_BootSig !=
FAT_BS_BOOTSIG
)) {
440
FatBpb->Fat12_16.BS_BootSig,
FAT_BS_BOOTSIG
);
444
(FatBpb->Fat32.BS_BootSig !=
FAT_BS_BOOTSIG
)) {
446
FatBpb->Fat32.BS_BootSig,
FAT_BS_BOOTSIG
);
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h
144
#define
FAT_BS_BOOTSIG
0x29
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h
144
#define
FAT_BS_BOOTSIG
0x29
Completed in 61 milliseconds