Searched defs:FSTYPE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c41 #ifndef FSTYPE
43 #define FSTYPE ext2 macro
68 extern struct fsw_fstype_table FSW_FSTYPE_TABLE_NAME(FSTYPE);
96 fstype_table = &FSW_FSTYPE_TABLE_NAME(FSTYPE);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.c65 #ifndef FSTYPE
67 #error FSTYPE must be defined!
69 #define FSTYPE ext2 macro
175 extern struct fsw_fstype_table FSW_FSTYPE_TABLE_NAME(FSTYPE);
281 &FSW_FSTYPE_TABLE_NAME(FSTYPE), &pVolume->vol),
447 *DriverName = FSW_EFI_DRIVER_NAME(FSTYPE);

Completed in 45 milliseconds