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

/macosx-10.10/libfs-13/
H A DFSFormatName.c621 io_object_t ioObj = IO_OBJECT_NULL; local
643 ioObj = IOServiceGetMatchingService(kIOMasterPortDefault, ioMatch);
646 if (ioObj == IO_OBJECT_NULL) {
649 lvfIsEncr = IORegistryEntryCreateCFProperty(ioObj, CFSTR(kCoreStorageIsEncryptedKey), nil, 0);
658 if (ioObj != IO_OBJECT_NULL) {
659 IOObjectRelease(ioObj);
/macosx-10.10/kext_tools-384.1.4/
H A Dbootcaches.c2881 io_object_t ioObj = IO_OBJECT_NULL; local
2913 ioObj = IOServiceGetMatchingService(kIOMasterPortDefault, matching);
2915 if (ioObj == IO_OBJECT_NULL) {
2918 regEntry = IORegistryEntryCreateCFProperty(ioObj,
2950 if (ioObj != IO_OBJECT_NULL) IOObjectRelease(ioObj);

Completed in 83 milliseconds