Home
last modified time | relevance | path

Searched refs:GetDeviceOpTab (Results 1 – 8 of 8) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/libfat/
H A Dlibfat.c130 devops = (devoptab_t*)GetDeviceOpTab (name); in fatUnmount()
241 devops = (devoptab_t*)GetDeviceOpTab(buf); in fatGetVolumeLabel()
H A Dpartition.c355 const devoptab_t *devops = GetDeviceOpTab (path); in _FAT_partition_getPartitionFromPath()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libfat/
H A Dlibfat.c128 devops = (devoptab_t*)GetDeviceOpTab (name); in fatUnmount()
233 devops = (devoptab_t*)GetDeviceOpTab(buf); in fatGetVolumeLabel()
H A Dpartition.c340 devops = GetDeviceOpTab (path); in _FAT_partition_getPartitionFromPath()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/libfat/
H A Dlibfat.c78 struct devoptab_t* GetDeviceOpTab(const char* name) in GetDeviceOpTab() function
H A Dlibfat_public_api.c82 gInstance->devops = GetDeviceOpTab(NULL); in LIBFAT_Init()
H A Dlibfat_pc.h106 struct devoptab_t* GetDeviceOpTab(const char* name);
H A Dpartition.c301 const struct devoptab_t *devops = GetDeviceOpTab (path); in _FAT_partition_getPartitionFromPath()