OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPB_SecPerTrk
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h
37
UINT16
BPB_SecPerTrk
;
77
UINT16
BPB_SecPerTrk
;
bootsectimage.c
527
printf (" 18 Sectors per track %04x\n", FatBpb.Fat12_16.
BPB_SecPerTrk
);
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h
37
UINT16
BPB_SecPerTrk
;
77
UINT16
BPB_SecPerTrk
;
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h
37
UINT16
BPB_SecPerTrk
;
77
UINT16
BPB_SecPerTrk
;
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.h
67
UINT16
BPB_SecPerTrk
;
ramdisk.c
131
CopyMem(&(pStart[index]), &(bsc->
BPB_SecPerTrk
), sizeof(bsc->
BPB_SecPerTrk
));
132
index+=sizeof(bsc->
BPB_SecPerTrk
);
383
g_bs.
BPB_SecPerTrk
= 0;
Completed in 50 milliseconds