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

/macosx-10.10.1/IOStorageFamily-182.1.1/
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 ) &&
1230 setProperty(kIOMediaEjectableKey, isEjectable);
H A DIOPartitionScheme.cpp727 key->isEqualTo( kIOMediaEjectableKey ) ||
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c359 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaEjectableKey ) );
H A DDAServer.c171 object = CFDictionaryGetValue( properties, CFSTR( kIOMediaEjectableKey ) );
/macosx-10.10.1/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c1252 boolean = (CFBooleanRef) CFDictionaryGetValue(properties, CFSTR(kIOMediaEjectableKey));

Completed in 147 milliseconds