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

12

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSIterator.h52 @function reset
53 @abstract A pure virtual member function to be over-ridden by the subclass which reset the iterator to the beginning of the collection.
55 virtual void reset() = 0;
H A DOSCollectionIterator.h76 @function reset
79 virtual void reset();
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dshm_internal.h96 #pragma options align=reset
H A Dsem_internal.h80 #pragma options align=reset
H A Dspawn_internal.h214 #pragma options align=reset
H A Dmsg.h208 #pragma options align=reset
/macosx-10.5.8/xnu-1228.15.4/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();
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp83 iter->reset();
139 iter->reset();
H A DIOCatalogue.cpp352 keyIterator->reset();
891 kernelTables->reset();
981 kernelTables->reset();
1017 kernelTables->reset();
1160 kernelTables->reset();
1163 tables->reset();
1294 iter->reset();
1338 tables->reset();
1365 kernelTables->reset();
1388 kernelTables->reset();
1457 void IOCatalogue::reset(void) function in class:IOCatalogue
[all...]
H A DIOServicePrivate.h190 virtual void reset();
H A DIOServicePMPrivate.h524 void reset( void );
H A DIORegistryEntry.cpp1903 void IORegistryIterator::reset( void ) function in class:IORegistryIterator
1919 reset();
2004 reset();
H A DIOCPU.cpp314 iter->reset();
H A DIOUserClient.cpp325 virtual void reset();
515 void IOUserNotification::reset() function in class:IOUserNotification
1357 iter->reset();
3805 iter->reset();
3922 gIOCatalogue->reset();
H A DIODeviceTreeSupport.cpp878 iter->reset();
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCatalogue.h198 @function reset
201 void reset(void);
H A DIODeviceTreeSupport.h103 #pragma options align=reset
H A DIORegistryEntry.h892 /*! @function reset
896 virtual void reset( void );
900 @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.
907 @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).
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollectionIterator.cpp92 void OSCollectionIterator::reset() function in class:OSCollectionIterator
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h317 #pragma options align=reset
327 #pragma import reset
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.h430 extern unsigned int hw_test_rc(pmap_t pmap, addr64_t va, boolean_t reset); /* Test and optionally reset the RC bit of specific mapping */
483 extern unsigned int hw_test_rc_gv(pmap_t hpmap, pmap_t gpmap, addr64_t gva, unsigned int reset);
484 /* Test/reset mapping ref and chg */
H A Dvmachmon.h474 addr64_t va, unsigned int reset);
H A Dvmachmon.c806 ** Also, the internal flags are set and, additionally, the VM is completely reset.
1434 ** reset - Clears dirty if true, untouched if not
1448 unsigned int reset)
1457 RC = hw_test_rc_gv(act->map->pmap, pmap, va, reset);/* Fetch the RC bits and clear if requested */
1459 RC = hw_test_rc(pmap, (addr64_t)va, reset); /* Fetch the RC bits and clear if requested */
1787 ** All appropriate flags are set or reset. If a VM is currently
1791 ** zeroed if all timers are expired or have been reset.
1823 if(CTable->vmmc[cvi].vmmTimer == 0) { /* Is the timer reset? */
1444 vmm_get_page_dirty_flag( thread_t act, vmm_adsp_id_t index, addr64_t va, unsigned int reset) argument
H A Dhw_exception.s252 stw r11,SAVflags(r3) ; Save back the flags (with reset stack cleared)
959 oris r10,r10,hi16(SAVrststk) ; Indicate we reset stack when we return from this one
1058 andc r7,r7,r11 ; Remove the stack reset bit in case we pass this one
1479 bge++ chkifuser ; No, do not reset decrementer...
1654 stw r11,SAVflags(r3) ; Save back the flags (with reset stack cleared)

Completed in 311 milliseconds

12