Searched refs:FSTYPE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dlsroot.c59 vol = fsw_posix_mount(argv[1], &FSW_FSTYPE_TABLE_NAME(FSTYPE));
H A Dlslr.c43 extern struct fsw_fstype_table FSW_FSTYPE_TABLE_NAME(FSTYPE);
48 &FSW_FSTYPE_TABLE_NAME(FSTYPE ),
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 179 milliseconds