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

/external/qemu/block/
H A Draw-posix.c908 CFMutableDictionaryRef classesToMatch; local
915 classesToMatch = IOServiceMatching( kIOCDMediaClass );
916 if ( classesToMatch == NULL ) {
919 CFDictionarySetValue( classesToMatch, CFSTR( kIOMediaEjectableKey ), kCFBooleanTrue );
921 kernResult = IOServiceGetMatchingServices( masterPort, classesToMatch, mediaIterator );

Completed in 169 milliseconds