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

/macosx-10.10.1/libfs-13/
H A DFSFormatName.c620 CFMutableDictionaryRef ioMatch; //IOServiceGetMatchingService() releases:! local
635 ioMatch = IOBSDNameMatching(kIOMasterPortDefault, 0, diskname);
636 if (!ioMatch)
641 CFDictionarySetValue(ioMatch, CFSTR(kIOProviderClassKey), CFSTR(kIOMediaClass));
643 ioObj = IOServiceGetMatchingService(kIOMasterPortDefault, ioMatch);
644 ioMatch = NULL;
645 //IOServiceGetMatching() released ioMatch

Completed in 64 milliseconds