Searched refs:isValid (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSIterator.h87 * @function isValid
100 virtual bool isValid() = 0;
124 * <code>@link isValid isValid@/link</code>,
H A DOSCollectionIterator.h69 * if (!iterator->isValid()) {
166 * @function isValid
176 virtual bool isValid();
192 * <code>@link //apple_ref/cpp/instm/OSCollectionIterator/isValid/virtualbool/()
193 * isValid@/link</code>
200 * //apple_ref/cpp/instm/OSCollectionIterator/isValid/virtualbool/()
201 * isValid@/link</code>,
/darwin-on-arm/xnu/libkern/c++/
H A DOSCollectionIterator.cpp110 bool OSCollectionIterator::isValid() function in class:OSCollectionIterator
131 if (!isValid())
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h198 virtual bool isValid();
H A DIORegistryEntry.cpp1892 bool IORegistryIterator::isValid( void ) function in class:IORegistryIterator
1905 ok = where->iter->isValid();
1989 if( isValid()
2008 else if( !where->iter->isValid())
2048 if( isValid())
H A DIOCPU.cpp334 while (!iter->isValid());
H A DIOCatalogue.cpp570 } while( !service && !iter->isValid());
H A DIOUserClient.cpp370 virtual bool isValid();
566 bool IOUserNotification::isValid() function in class:IOUserNotification
1527 *is_valid = iter->isValid();
4114 } while( !service && !iter->isValid());
H A DIODeviceTreeSupport.cpp893 } while( !iter->isValid());
H A DIOService.cpp869 bool _IOOpenServiceIterator::isValid() function in class:_IOOpenServiceIterator
871 return( iter->isValid() );
3680 } while( !service && !iter->isValid());
H A DIOPMrootDomain.cpp1901 while (!entry && !iter->isValid());
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h892 @result The next registry entry in the iteration (the current entry), or zero if the iteration has finished at this level of recursion, or the iteration is invalid (see isValid). The entry returned is retained while the iterator is pointing at it (its the current entry), or recursing into it. The caller should not release it. */
899 @result The next registry entry in the iteration (the current entry), or zero if its finished, or the iteration is invalid (see isValid). The entry returned is retained while the iterator is pointing at it (its the current entry), or recursing into it. The caller should not release it. */
905 @discussion This method returns the current entry, last returned by getNextObject et al. The object returned is retained while the iterator is pointing at it (its the current entry), or recursing into it. The caller should not release it. If the iteration is no longer valid (see isValid), the current entry is zero.
906 @result The current registry entry in the iteration, or zero if the last iteration returned zero, or the iteration is invalid (see isValid). The entry returned is retained while the iterator is pointing at it (its the current entry), or recursing into it. The caller should not release it. */
936 /*! @function isValid
941 virtual bool isValid( void );

Completed in 70 milliseconds