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

/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLDeviceNeedsBooter.c60 io_service_t booter = 0, maindev = 0; local
71 ret = BLGetIOServiceForDeviceName(context, (char *)device + 5, &maindev);
77 isWhole = IORegistryEntryCreateCFProperty( maindev, CFSTR(kIOMediaWholeKey),
83 IOObjectRelease(maindev);
90 IOObjectRelease(maindev);
98 content = IORegistryEntryCreateCFProperty(maindev, CFSTR(kIOMediaContentKey),
104 IOObjectRelease(maindev);
114 IOObjectRelease(maindev);
123 IOObjectRelease(maindev);
132 *booterPartition = maindev;
[all...]

Completed in 143 milliseconds