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

/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLDeviceNeedsBooter.c60 io_service_t booter = 0, maindev = 0; local
140 // if we got this far, it's partitioned media that needs a booter. check for it
151 // partition is of the form disk1s1. No booter at disk1s0
152 contextprintf(context, kBLLogLevelVerbose, "Skipping search for booter for %s\n", device );
161 ret = BLGetIOServiceForDeviceName(context, bootername, &booter);
167 content = IORegistryEntryCreateCFProperty(booter, CFSTR(kIOMediaContentKey),
173 IOObjectRelease(booter);
184 *booterPartition = booter;
188 IOObjectRelease(booter);
H A DBLGetOpenFirmwareBootDevice.c67 * Look for an external booter
176 // a RAID member. We'll need to map it to a booter partition if necessary
183 contextprintf(context, kBLLogLevelError, "Could not determine if partition needs booter\n" );
304 io_service_t booter = 0; local
330 errnum = BLGetIOServiceForDeviceName(context, cname, &booter);
337 booter,
343 IOObjectRelease(booter);
349 IOObjectRelease(booter);
353 *booterPartition = booter;
/macosx-10.10.1/bless-103/libbless/RAID/
H A DBLUpdateRAIDBooters.c201 io_service_t booter; local
214 contextprintf(context, kBLLogLevelVerbose, "Updating booter data for %s\n", cpath);
242 ret = getExternalBooter(context, iokitPort, service, &booter);
249 booter,
256 IOObjectRelease(booter);
267 IOObjectRelease(booter);
272 IOObjectRelease(booter);

Completed in 183 milliseconds