Searched refs:daName (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.10/bless-103/libbless/RAID/
H A DBLUpdateRAIDBooters.c81 CFStringRef daName = NULL; local
133 daName = CFDictionaryGetValue(props, kDADiskDescriptionVolumeNameKey);
134 if(daName) CFRetain(daName);
140 daName = CFSTR("RAID");
154 if(!labelData && daName) {
155 tempLabel = _createLabel(context, daName, i+1);
170 if(!labelData && daName) {
171 tempLabel = _createLabel(context, daName, 1);
/macosx-10.10/bless-103/
H A Dsetboot.c152 CFStringRef daName = NULL; local
180 daName = CFDictionaryGetValue(props, kDADiskDescriptionVolumeNameKey);
181 if(daName == NULL) {
192 if(!CFStringGetCString(daName, label, sizeof(label),

Completed in 190 milliseconds