• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/DiskArbitration-268/diskarbitrationd/

Lines Matching +defs:key +defs:description

197 static void __DADiskMatch( const void * key, const void * value, void * context )
203 if ( CFEqual( key, kDADiskDescriptionMediaMatchKey ) )
218 compare = CFDictionaryGetValue( disk->_description, key );
228 CFComparisonResult DADiskCompareDescription( DADiskRef disk, CFStringRef description, CFTypeRef value )
230 CFTypeRef object1 = CFDictionaryGetValue( disk->_description, description );
298 * Create the disk description -- media block size.
307 * Create the disk description -- media BSD name.
316 * Create the disk description -- media BSD node.
336 * Create the disk description -- media BSD unit.
347 * Create the disk description -- media content.
356 * Create the disk description -- media ejectable?
365 * Create the disk description -- media icon.
379 * Create the disk description -- media kind.
389 * Create the disk description -- media type.
404 * Create the disk description -- media type.
419 * Create the disk description -- media type.
435 * Create the disk description -- media leaf?
444 * Create the disk description -- media name.
458 * Create the disk description -- media path.
473 * Create the disk description -- media removable?
482 * Create the disk description -- media size.
491 * Create the disk description -- media UUID.
506 * Create the disk description -- media whole?
515 * Create the disk description -- media writable?
562 * Create the disk description -- device internal?
584 * Create the disk description -- device protocol.
604 * Create the disk description -- device model.
615 * Create the disk description -- device revision.
626 * Create the disk description -- device vendor.
638 * Create the disk description -- device path.
651 * Create the disk description -- device unit.
667 * Create the disk description -- device GUID (IEEE EUI-64).
716 * Create the disk description -- bus name.
729 * Create the disk description -- bus path.
746 * Create the disk description -- appearance time.
1073 CFTypeRef DADiskGetDescription( DADiskRef disk, CFStringRef description )
1075 return CFDictionaryGetValue( disk->_description, description );
1274 void DADiskSetDescription( DADiskRef disk, CFStringRef description, CFTypeRef value )
1278 CFDictionarySetValue( disk->_description, description, value );
1282 CFDictionaryRemoveValue( disk->_description, description );