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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollection.cpp69 unsigned OSCollection::setOptions(unsigned options, unsigned mask, void *) function in class:OSCollection
H A DOSSet.cpp158 (void) members->super::setOptions(0, kImmutable);
336 unsigned OSSet::setOptions(unsigned options, unsigned mask, void *) function in class:OSSet
338 unsigned old = super::setOptions(options, mask);
340 members->setOptions(options, mask);
H A DOSArray.cpp164 (void) super::setOptions(0, kImmutable);
408 unsigned OSArray::setOptions(unsigned options, unsigned mask, void *) function in class:OSArray
410 unsigned old = super::setOptions(options, mask);
417 coll->setOptions(options, mask);
H A DOSOrderedSet.cpp104 (void) super::setOptions(0, kImmutable);
353 unsigned OSOrderedSet::setOptions(unsigned options, unsigned mask, void *) function in class:OSOrderedSet
355 unsigned old = super::setOptions(options, mask);
362 coll->setOptions(options, mask);
H A DOSDictionary.cpp240 (void) super::setOptions(0, kImmutable);
582 unsigned OSDictionary::setOptions(unsigned options, unsigned mask, void *) function in class:OSDictionary
584 unsigned old = super::setOptions(options, mask);
591 v->setOptions(options, mask);
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSCollection.h149 @function setOptions
151 @discussion setOptions is a recursive function but the OSCollection class itself does not know the structure of the particular collection. This means that all derived classes are expected to override this method and recurse if the old value of the option was NOT set, which is why the old value is returned. As this function is a reserved function override it is very multi purpose. It can be used to get & set the options,
154 @result The options before the set operation, NB setOptions(?,0) returns the current value of this collection.
157 virtual unsigned setOptions(unsigned options, unsigned mask, void * = 0);
H A DOSArray.h259 @function setOptions
263 @result The options before the set operation, NB setOptions(?,0) returns the current value of this collection.
265 virtual unsigned setOptions(unsigned options, unsigned mask, void * = 0);
H A DOSOrderedSet.h257 @function setOptions
261 @result The options before the set operation, NB setOptions(?,0) returns the current value of this collection.
263 virtual unsigned setOptions(unsigned options, unsigned mask, void * = 0);
H A DOSSet.h261 @function setOptions
265 @result The options before the set operation, NB setOptions(?,0) returns the current value of this collection.
267 virtual unsigned setOptions(unsigned options, unsigned mask, void * = 0);
H A DOSDictionary.h318 @function setOptions
322 @result The options before the set operation, NB setOptions(?,0) returns the current value of this collection.
324 virtual unsigned setOptions(unsigned options, unsigned mask, void * = 0);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp523 coll->setOptions( OSCollection::kMASK, OSCollection::kImmutable );
1621 coll->setOptions( OSCollection::kMASK,

Completed in 195 milliseconds