Searched refs:reset (Results 1 - 25 of 26) sorted by relevance

12

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSIterator.h74 * @function reset
83 virtual void reset() = 0;
H A DOSCollectionIterator.h156 * @function reset
162 virtual void reset();
/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp63 iter->reset();
76 iter->reset();
H A DTestCollections.cpp763 iter1->reset();
770 iter1->reset();
826 iter1->reset();
844 iter1->reset();
890 iter1->reset();
916 iter1->reset();
/darwin-on-arm/xnu/bsd/sys/
H A Dsem_internal.h108 #pragma options align=reset
H A Dspawn_internal.h271 #pragma options align=reset
H A Dmsg.h255 #pragma options align=reset
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h197 @function reset
202 void reset(void);
H A DIORegistryEntry.h930 /*! @function reset
934 virtual void reset( void );
938 @discussion If a registry iteration is invalidated by changes to the registry, it will be made invalid, the currentEntry will be considered zero, and further calls to getNextObject et al. will return zero. The iterator should be reset to restart the iteration when this happens.
945 @discussion This method will reset, then iterate all entries in the iteration (with getNextObject) until successful (ie. the iterator is valid at the end of the iteration).
/darwin-on-arm/xnu/libkern/c++/
H A DOSCollectionIterator.cpp92 void OSCollectionIterator::reset() function in class:OSCollectionIterator
H A DOSKext.cpp5978 * in the kmod_info_t linked list, and reset "kmod" to point to the
6410 /* we only reset delay value for unloading if we already have something
7512 /* If asked to delay autounload, reset the timer if it's currently set.
9594 myIter->reset();
9617 myIter->reset();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp85 iter->reset();
H A DIOServicePrivate.h197 virtual void reset();
H A DIOCatalogue.cpp552 iter->reset();
755 void IOCatalogue::reset(void) function in class:IOCatalogue
757 IOCatalogue::resetAndAddDrivers(/* no drivers; true reset */ NULL,
H A DIOServicePMPrivate.h603 void reset( void );
H A DIORegistryEntry.cpp1955 void IORegistryIterator::reset( void ) function in class:IORegistryIterator
1971 reset();
2056 reset();
H A DIOUserClient.cpp369 virtual void reset();
561 void IOUserNotification::reset() function in class:IOUserNotification
1515 iter->reset();
4104 iter->reset();
4224 gIOCatalogue->reset();
H A DIOPlatformExpert.cpp618 mcoll->reset ();
H A DIODeviceTreeSupport.cpp878 iter->reset();
H A DIOService.cpp874 void _IOOpenServiceIterator::reset() function in class:_IOOpenServiceIterator
880 iter->reset();
3662 iter->reset();
H A DIOServicePM.cpp4053 // else, child has already acked and driver_timer reset to 0.
6495 request->reset();
7418 void IOPMRequest::reset( void ) function in class:IOPMRequest
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h147 void (*reset)(ccgcm_ctx *ctx); member in struct:ccmode_gcm
H A Dccmode_factory.h370 .reset = ccmode_gcm_reset, \
383 .reset = ccmode_gcm_reset, \
519 // will fail the encrypt/decrypt if the size is violated. This counter will be reset to 0
H A Dccmode.h407 mode->reset(ctx);
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c204 /* reset the apptype so enforcement on background/foregound */
486 /* set and apply as well , handles reset of NONUI due to setprio() task app state implmn side effect */
504 /* since prior impl of non UI was overloaded with bg state, need to reset */
524 int reset; local
527 reset = 1;
587 int reset; local
590 reset = 1;
634 int reset; local
637 reset = 1;
963 int reset local
[all...]

Completed in 151 milliseconds

12