Searched refs:changes (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp89 // Queue of powerstate changes
90 changes = NULL;
113 OSEnqueueAtomic((void **)&changes, (void *)new_one, 0);
139 OSEnqueueAtomic((void **)&changes, (void *)new_one, 0);
161 if((theNode = (PowerChangeEntry *)OSDequeueAtomic((void **)&changes, 0)))
188 if(changes) return true;
H A DIOPMPowerStateQueue.h58 void *changes; member in class:IOPMPowerStateQueue
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_utfconv.c1021 int changes = 1; local
1025 changes = 0;
1038 changes = 1;
1043 } while (changes);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s651 ; Also note that the possible changes are limited. The context owner can
657 ; It should be very rare that any of the context stuff changes across the lock.
1384 ; Also note that the possible changes are limited. The context owner can
1390 ; It should be very rare that any of the context stuff changes across the lock.
H A Dlowmem_vectors.s889 ; format entry changes made must be done in both places.
963 ; format entry changes made must be done in both places.
1093 ; format entry changes made must be done in both places.
1506 ; format changes made must be done in both places.
1834 ; format changes made must be done in both places.
H A Dsavearea_asm.s1619 isync ; wait for changes to happen
H A Dhw_vm.s7772 ; Locates the specified dormant mapping, and if it is active, changes its

Completed in 83 milliseconds