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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dbootroot.h106 * @param volRoot - volume to be updated
107 * @param force - copy files regardless of timestamps in volRoot
122 * kextcache -u <volRoot> and waiting for it to succeed.
125 * OS, volRoot's source caches must already be up to date.
127 OSStatus BRUpdateBootFiles(CFURLRef volRoot, Boolean force);
134 * @param volRoot - volume for which to return helper partitions
146 CFArrayRef BRCopyActiveBootPartitions(CFURLRef volRoot);
H A Dbootcaches.h153 struct bootCaches* readBootCaches(char *volRoot, BRUpdateOpts_t opts);
H A Dbootcaches.c663 readBootCaches(char *volRoot, BRUpdateOpts_t opts) argument
678 pathcpy(caches->root, volRoot);
719 if ((errnum = copyVolumeInfo(volRoot, &vol_uuid, &caches->csfde_uuid,
778 char volRoot[PATH_MAX]; local
808 (UInt8 *)volRoot, sizeof(volRoot))){
813 rval = readBootCaches(volRoot, kBROptsNone);
2266 BRCopyActiveBootPartitions(CFURLRef volRoot) argument
2273 if (!volRoot) goto finish;
2275 // get BSD Name of volRoot
[all...]
H A Dkextd_watchvol.c1233 char * volRoot = watched->caches->root; local
1238 "%s: bootcaches.plist changed.", volRoot);
1241 disk = createDiskForMount(sDASession, volRoot);
H A Dupdate_boot.c717 * - volRoot must contain a supported bootcaches.plist
718 * - volRoot will be locked with kextd
927 char volRoot[PATH_MAX]; local
931 (UInt8*)volRoot, sizeof(volRoot))) {
936 caches = readBootCaches(volRoot, kBRAnyBootStamps);

Completed in 135 milliseconds