Searched refs:matchdict (Results 1 - 1 of 1) sorted by path

/macosx-10.10/bless-103/
H A Dfirmwaresyncd.c267 CFMutableDictionaryRef matchdict; local
278 matchdict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
279 CFDictionaryAddValue(matchdict, kDADiskDescriptionVolumePathKey, rootpath);
280 DARegisterDiskAppearedCallback(dasession, matchdict, _DADiskAppearedCallback, uuid);
281 CFRelease(matchdict);

Completed in 235 milliseconds