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

/xnu-2782.1.97/libkern/c++/
H A DOSCollection.cpp63 if (fOptions & kImmutable)
H A DOSSet.cpp159 (void) members->super::setOptions(0, kImmutable);
H A DOSArray.cpp168 (void) super::setOptions(0, kImmutable);
H A DOSOrderedSet.cpp107 (void) super::setOptions(0, kImmutable);
H A DOSDictionary.cpp253 (void) super::setOptions(0, kImmutable);
/xnu-2782.1.97/libkern/libkern/c++/
H A DOSCollection.h222 * @const kImmutable
236 kImmutable = 0x00000001, enumerator in enum:OSCollection::__anon823
412 * <code>@link //apple_ref/doc/title:econst/OSCollectionFlags/kImmutable
413 * kImmutable@/link</code>.
/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp283 if (OSCollection::kImmutable & dict->setOptions(0, 0)) {
553 coll->setOptions( OSCollection::kMASK, OSCollection::kImmutable );
1661 OSCollection::kImmutable );

Completed in 44 milliseconds