Searched refs:kIOMediaEjectableKey (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/IOStorageFamily-172/
H A DIOMedia.h76 * @defined kIOMediaEjectableKey
80 * The kIOMediaEjectableKey property has an OSBoolean
86 #define kIOMediaEjectableKey "Ejectable" macro
H A DIOAppleLabelScheme.cpp394 object = properties->getObject(kIOMediaEjectableKey);
408 properties->removeObject(kIOMediaEjectableKey);
H A DIOMedia.cpp127 compareProperty(table, kIOMediaEjectableKey ) &&
1192 setProperty(kIOMediaEjectableKey, isEjectable);
H A DIOPartitionScheme.cpp715 key->isEqualTo( kIOMediaEjectableKey ) ||
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c359 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaEjectableKey ) );
H A DDAServer.c171 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaEjectableKey ) );
/macosx-10.9.5/DiskArbitration-266/autodiskmount/
H A Dautodiskmount.c1238 boolean = (CFBooleanRef) CFDictionaryGetValue(properties, CFSTR(kIOMediaEjectableKey));

Completed in 101 milliseconds