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

/macosx-10.9.5/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.h42 uuid_t _uuid; member in class:AppleFileSystemDriver
H A DAppleFileSystemDriver.cpp331 if (fs->_uuid) {
332 if ( uuid_compare(uuid, fs->_uuid) == 0 ) {
394 if (uuid_parse(uuidCString, _uuid) != 0) {
/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_Factory.c37 CFUUIDRef _uuid; member in struct:__CFPFactory
78 CFUUIDRef uuid = (CFUUIDRef)CFRetain(factory->_uuid);
96 CFUUIDRef uuid = factory->_uuid;
136 if (factory->_uuid) CFRelease(factory->_uuid);
146 factory->_uuid = (CFUUIDRef)CFRetain(factoryID);
183 CFUUIDRef uuid = factory->_uuid;
204 if (!factory->_func) CFLog(__kCFLogPlugIn, CFSTR("Cannot find function pointer %@ for factory %@ in %@"), factory->_funcName, factory->_uuid, factory->_plugIn);
215 CFLog(__kCFLogPlugIn, CFSTR("Factory %@ is disabled"), factory->_uuid);
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c6214 CFStringRef _uuid = IOPMSleepWakeCopyUUID(); local
6217 if (!_uuid) {
6222 CFStringGetCString(_uuid, str, sizeof(str), kCFStringEncodingUTF8);
6224 CFRelease(_uuid);

Completed in 259 milliseconds