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

/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c75 CFDictionaryRef classToMatch; local
80 classToMatch = IOServiceMatching(kAppleRAIDUserClassName);
81 if (classToMatch == NULL)
87 serviceObject = IOServiceGetMatchingService(kIOMasterPortDefault, classToMatch);
337 CFDictionaryRef classToMatch; local
351 classToMatch = IOServiceMatching(kAppleRAIDSetClassName);
352 if (classToMatch == NULL)
360 classToMatch,
376 classToMatch = IOServiceMatching(kAppleLogicalVolumeClassName);
377 if (classToMatch
[all...]

Completed in 75 milliseconds