OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAT_CLUSTER_SPECIAL
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteFmt.h
30
#define
FAT_CLUSTER_SPECIAL
((-1 &~0xF) | 0x7)
32
#define FAT_CLUSTER_RESERVED (
FAT_CLUSTER_SPECIAL
)
33
#define FAT_CLUSTER_BAD (
FAT_CLUSTER_SPECIAL
)
39
#define FAT_CLUSTER_FUNCTIONAL(Cluster) (((Cluster) == 0) || ((Cluster) >=
FAT_CLUSTER_SPECIAL
))
40
#define FAT_CLUSTER_END_OF_CHAIN(Cluster) ((Cluster) > (
FAT_CLUSTER_SPECIAL
))
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FatFileSystem.h
30
#define
FAT_CLUSTER_SPECIAL
((FAT_CLUSTER_SPECIAL_EXT) | 0x07)
32
#define FAT_CLUSTER_RESERVED (
FAT_CLUSTER_SPECIAL
)
33
#define FAT_CLUSTER_BAD (
FAT_CLUSTER_SPECIAL
)
35
#define FAT_END_OF_FAT_CHAIN(Cluster) ((Cluster) > (
FAT_CLUSTER_SPECIAL
))
Completed in 615 milliseconds