Searched refs:kIOMediaWritableKey (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/mount_hfs/
H A Doptical.c76 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaWritableKey), kCFAllocatorDefault, 0);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOMedia.h171 * @defined kIOMediaWritableKey
175 * The kIOMediaWritableKey property has an OSBoolean
179 #define kIOMediaWritableKey "Writable" macro
H A DIOAppleLabelScheme.cpp453 object = properties->getObject(kIOMediaWritableKey);
460 properties->removeObject(kIOMediaWritableKey);
H A DIOMedia.cpp135 compareProperty(table, kIOMediaWritableKey );
1197 setProperty(kIOMediaWritableKey, isWritable);
H A DIOPartitionScheme.cpp720 key->isEqualTo( kIOMediaWritableKey ) )
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c518 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaWritableKey ) );
H A DDAServer.c225 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaWritableKey ) );
/macosx-10.9.5/DiskArbitration-266/autodiskmount/
H A Dautodiskmount.c1225 boolean = (CFBooleanRef) CFDictionaryGetValue(properties, CFSTR(kIOMediaWritableKey));

Completed in 156 milliseconds