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

/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLValidateXMLBootOption.c146 char bootName[1024]; local
151 snprintf(bootName, sizeof(bootName), "%s:Boot%04hx", kBL_GLOBAL_NVRAM_GUID, bootOptionNumber);
152 contextprintf(context, kBLLogLevelVerbose, "Boot option is %s\n", bootName);
154 nvramName = CFStringCreateWithCString(kCFAllocatorDefault, bootName,kCFStringEncodingUTF8);
H A DBLSetEFIBootDevice.c458 CFStringRef bootName = NULL; local
469 bootName = CFStringCreateWithCString(kCFAllocatorDefault, bootvar, kCFStringEncodingUTF8);
470 if(bootName == NULL) {
480 kret = IORegistryEntrySetCFProperty(optionsNode, bootName, xmlstring);
482 CFRelease(bootName);
488 CFRelease(bootName);

Completed in 788 milliseconds