Searched refs:collection (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSCollectionIterator.cpp54 collection = inColl;
79 kfree(collIterator, collection->iteratorSize());
80 ACCUMSIZE(-(collection->iteratorSize()));
84 if (collection) {
85 collection->release();
86 collection = 0;
97 collIterator = (void *)kalloc(collection->iteratorSize());
98 ACCUMSIZE(collection->iteratorSize());
103 if (!collection->initIterator(collIterator))
106 initialUpdateStamp = collection
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSCollectionIterator.h41 * This header declares the OSCollectionIterator collection class.
53 * to allow association of an iterator with a specific collection.
55 * To use an OSCollectionIterator, you create it with the collection
70 * // report that collection changed during iteration
79 * simply look them up in the collection with the keys.
97 const OSCollection * collection; member in class:OSCollectionIterator
108 * for the provided collection object.
110 * @param inColl The OSCollection-derived collection object to be iteratated.
123 * for the provided collection object.
125 * @param inColl The OSCollection-derived collection objec
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp545 // If we are inserting a collection class and the current entry
546 // is attached into the registry (inPlane()) then mark the collection
859 OSCollection * collection; local
863 if( (collection = OSDynamicCast( OSCollection, names))) {
864 iter = OSCollectionIterator::withCollection( collection );
1659 // Is object for key a collection?

Completed in 22 milliseconds