Home
last modified time | relevance | path

Searched refs:FAT_ATTRIB_DIR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c297 int attrib = FAT_ATTRIB_DIR; in fat_dir()
322 if (attrib & FAT_ATTRIB_DIR) in fat_dir()
336 if (!(attrib & FAT_ATTRIB_DIR)) in fat_dir()
H A Dfat.h77 #define FAT_ATTRIB_DIR 0x10 macro