Searched refs:kImmutable (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSCollection.cpp63 if (fOptions & kImmutable)
H A DOSSet.cpp159 (void) members->super::setOptions(0, kImmutable);
H A DOSArray.cpp164 (void) super::setOptions(0, kImmutable);
H A DOSOrderedSet.cpp104 (void) super::setOptions(0, kImmutable);
H A DOSDictionary.cpp251 (void) super::setOptions(0, kImmutable);
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSCollection.h222 * @const kImmutable
236 kImmutable = 0x00000001, enumerator in enum:OSCollection::__anon15158
412 * <code>@link //apple_ref/doc/title:econst/OSCollectionFlags/kImmutable
413 * kImmutable@/link</code>.
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDevice.cpp153 if (propertyDict->setOptions(0, 0) & OSDictionary::kImmutable) {
187 if (deviceParameters->setOptions(0, 0) & OSDictionary::kImmutable) {
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp283 if (OSCollection::kImmutable & dict->setOptions(0, 0)) {
553 coll->setOptions( OSCollection::kMASK, OSCollection::kImmutable );
1661 OSCollection::kImmutable );
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp918 if ((OSCollection::kImmutable & params->setOptions(0, 0))
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.cpp469 super::setOptions(0, kImmutable);
H A DIOHIDEventService.cpp685 if (eventServiceProperties->setOptions(0, 0) & OSDictionary::kImmutable) {

Completed in 211 milliseconds