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

/macosx-10.10/bless-103/
H A DhandleInfo.c106 CFMutableDictionaryRef allInfo = NULL; local
316 allInfo = CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, dict);
320 allInfo = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
330 CFDictionaryApplyFunction(dict, addElements, (void *)allInfo);
333 dict = (CFDictionaryRef)allInfo;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c130 IOFBDisplayModeDescription * allInfo );
136 IOFBDisplayModeDescription * allInfo );
3972 IOFBDisplayModeDescription * allInfo )
3978 allInfo->info.nominalWidth = 1;
3979 allInfo->info.nominalHeight = 1;
3980 allInfo->info.refreshRate = 0;
3981 allInfo->info.maxDepthIndex = 0;
3982 allInfo->info.flags = kDisplayModeValidFlag
3985 allInfo->timingInfo.flags = 0;
3986 allInfo
[all...]

Completed in 104 milliseconds