Searched refs:updateStamp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSCollectionIterator.cpp106 initialUpdateStamp = collection->updateStamp;
117 initialUpdateStamp = collection->updateStamp;
120 else if (!valid || collection->updateStamp != initialUpdateStamp)
H A DOSCollection.cpp56 updateStamp = 0;
78 updateStamp++;
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSCollection.h91 * @var updateStamp
103 unsigned int updateStamp; member in class:OSCollection
/macosx-10.9.5/kext_tools-326.95.1/
H A Dbootcaches.c995 updateStamp(char *root, cachedPath *cpath, int fdvol, int command) function
1054 anyErr |= updateStamp(caches->root, cp, caches->cachefd, command);
1057 anyErr |= updateStamp(caches->root, cp, caches->cachefd, command);
1060 anyErr |= updateStamp(caches->root, cp, caches->cachefd, command);
1063 anyErr |= updateStamp(caches->root, cp, caches->cachefd, command);

Completed in 118 milliseconds