Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSCollection.h250 kImmutable = 0x00000001, enumerator
/xnu-11215/libkern/c++/
H A DOSCollection.cpp68 if (fOptions & kImmutable) { in haveUpdated()
H A DOSSet.cpp177 (void) members->super::setOptions(0, kImmutable); in free()
H A DOSOrderedSet.cpp126 (void) super::setOptions(0, kImmutable); in free()
H A DOSArray.cpp167 (void) super::setOptions(0, kImmutable); in free()
H A DOSDictionary.cpp280 (void) super::setOptions(0, kImmutable); in free()
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp305 if (OSCollection::kImmutable & dict->setOptions(0, 0)) { in init()
771 coll->setOptions( OSCollection::kMASK, OSCollection::kImmutable ); in setProperty()
2132 OSCollection::kImmutable ); in attachToParent()