• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/kext_tools-384.1.4/

Lines Matching defs:helper

114     char flatTarget[PATH_MAX];          // indy <helper>/<target>, min-RPS
124 Boolean doSanitize, cleanOnceDir; // how to cleanse each helper
129 int bootIdx; // which helper are we updating
184 // finally, the label (indicating a working system via this helper partition)
331 // ensure root ownership of the helper root (opened in mountBoot())
414 * Look for missing files in the current Apple_boot (helper) partition. If
427 // check for non-standard boot bits in this helper partition
442 // If in the root volume but not the helper, force update
537 // If breaking default config, mark helper as tainted
590 // clean up this helper only, no hard failures in the loop
593 "Error updating helper partition %s, state %d: %s.",
600 // clean up and unmount (flatTarget -> might not be a helper)
610 OSKextLog(NULL, up->errLogSpec, "Failed to update helper partition%s.",
625 * entry points to update caches and copy files to helper partitions
1072 // helper partitions + -f => we require bootcaches.plist
1110 "%s: no supported helper partitions to update.", up.srcRoot);
1116 // these are helper (not OS) partitions & should be clean
1151 // force ignores needUpdates() and does extra helper cleanup
1165 OSKextLog(NULL, utdlogSpec, "%s: helper partitions appear up to date.",
1186 // request actual helper updates
1336 - copy one B!=R's content to another volume's helper (no CSFDE support)
1367 // configure a single-helper context
1387 // C) the only volume is B!=R, but targetBSD is not its only helper
1564 // helper does wraps BLSetFinderVolumeInfo with schdir()
1585 // helper attempts to bless the Recovery OS if present
1867 "Failed to mount helper (%d/%#x): %s", rval,
1870 OSKextLog(NULL, up->errLogSpec,"Failed to mount helper partition.");
2008 "Mounting helper partition...");
2027 // Sec: get a non-spoofable handle to the current helper (extend trust)
2037 // Because helper partitions should always have owners enabled
2053 OSKextLog(NULL, up->errLogSpec, "skipping Apple_Boot helper < 128 MB.");
2100 // specifying a target directory => might not be a helper volume!
2105 "Unmounting helper partition %s.", up->bsdname);
2139 "Failed to unmount helper (%d/%#x): %s", errnum,
2239 io_service_t helper = IO_OBJECT_NULL;
2255 stage = "find current helper partition";
2259 helper = IOServiceGetMatchingService(kIOMasterPortDefault, matching);
2261 if (!helper) {
2264 unitNum = (CFNumberRef)IORegistryEntryCreateCFProperty(helper,
2269 partNum = (CFNumberRef)IORegistryEntryCreateCFProperty(helper,
2356 if (helper != IO_OBJECT_NULL) IOObjectRelease(helper);
2854 // flush everything in this helper partition to disk
2998 * active label indicates an updated helper partition