Searched refs:inMsg (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOPlatformExpert.cpp | 75 void printDictionaryKeys(OSDictionary * inDictionary, char * inMsg); 763 printDictionaryKeys(OSDictionary * inDictionary, char * inMsg) in printDictionaryKeys() argument 782 IOLog("%s IOClass is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys() 791 IOLog("%s IOProviderClass is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys() 799 IOLog("%s IONameMatch is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys() 808 IOLog("%s IONameMatched is %s\n", inMsg, ioClass->getCStringNoCopy()); in printDictionaryKeys() 832 IOLog("%s name is %s\n", inMsg, nameStr); in printDictionaryKeys()
|