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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c132 DADiskRef curBoot; // and matching diskarb ref member in struct:updatingVol
795 if (up->curBoot) CFRelease(up->curBoot);
1693 if (!(up->curBoot=DADiskCreateFromBSDName(nil,up->dasession,up->bsdname))){
1703 DADiskMountWithArguments(up->curBoot, NULL/*mnt*/,kDADiskMountOptionDefault,
1719 if (!(ddesc = DADiskCopyDescription(up->curBoot))) goto finish;
1956 if (rval != 0 && (up->curBoot || up->curMount[0])) {
1988 if (up->curBoot) {
1990 DADiskUnmount(up->curBoot,kDADiskMountOptionDefault,_daDone,&dis);
2004 CFRelease(up->curBoot);
[all...]

Completed in 74 milliseconds