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

/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c1131 CFDictionaryRef cardCharacteristics = NULL; local
1157 cardCharacteristics = IORegistryEntrySearchCFProperty(
1165 if (cardCharacteristics && CFGetTypeID(cardCharacteristics) == CFDictionaryGetTypeID())
1167 cardType = CFDictionaryGetValue(cardCharacteristics, CFSTR(kIOPropertyCardTypeKey));
1181 if (cardCharacteristics)
1182 CFRelease(cardCharacteristics);

Completed in 202 milliseconds