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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSIterator.h58 @function isValid
61 virtual bool isValid() = 0;
H A DOSCollectionIterator.h82 @function isValid
85 virtual bool isValid();
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollectionIterator.cpp110 bool OSCollectionIterator::isValid() function in class:OSCollectionIterator
131 if (!isValid())
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePrivate.h191 virtual bool isValid();
H A DIORegistryEntry.cpp1840 bool IORegistryIterator::isValid( void ) function in class:IORegistryIterator
1853 ok = where->iter->isValid();
1937 if( isValid()
1956 else if( !where->iter->isValid())
1996 if( isValid())
H A DIOCPU.cpp323 while( !service && !iter->isValid());
H A DIODeviceTreeSupport.cpp893 } while( !iter->isValid());
H A DIOUserClient.cpp326 virtual bool isValid();
520 bool IOUserNotification::isValid() function in class:IOUserNotification
1369 *is_valid = iter->isValid();
3815 } while( !service && !iter->isValid());
H A DIOCatalogue.cpp1312 } while( !service && !iter->isValid());
H A DIOService.cpp816 bool _IOOpenServiceIterator::isValid() function in class:_IOOpenServiceIterator
818 return( iter->isValid() );
3297 } while( !service && !iter->isValid());
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h854 @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. */
861 @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. */
867 @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.
868 @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. */
898 /*! @function isValid
903 virtual bool isValid( void );

Completed in 122 milliseconds