Searched refs:syncer (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h336 /* Records the syncer thread so that we can avoid the syncer
349 * syncer to be delayed.
799 extern void hfs_syncer_queue(thread_call_t syncer);
H A Dhfs_vfsops.c1064 thread_call_t syncer = hfsmp->hfs_syncer; local
1068 hfs_syncer_queue(syncer);
1084 printf("hfs: syncer already running!");
1129 thread_call_t syncer = hfsmp->hfs_syncer; local
1133 hfs_syncer_queue(syncer);
1955 printf("hfs: failed to allocate syncer thread callback for %s (%s)\n",
2045 // Tidy up the syncer
2052 thread_call_t syncer = hfsmp->hfs_syncer; local
2059 if (thread_call_cancel(syncer)) {
2071 // Now we're safe to free the syncer
[all...]
H A Dhfs_vfsutils.c3045 void hfs_syncer_queue(thread_call_t syncer) argument
3047 if (thread_call_enter_delayed_with_leeway(syncer,
3052 printf ("hfs: syncer already scheduled!");
3064 // If we don't have a syncer or we get called by the syncer, just return
3082 thread_call_t syncer = hfsmp->hfs_syncer; local
3086 hfs_syncer_queue(syncer);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOStorage.cpp234 IOStorageSyncer syncer; local
238 completion.target = &syncer;
252 return syncer.wait();
270 IOStorageSyncer syncer; local
274 completion.target = &syncer;
288 return syncer.wait();
/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMedia.cpp309 IOStorageSyncer syncer; local
313 completion.target = &syncer;
327 return syncer.wait();
631 IOStorageSyncer syncer; local
635 completion.target = &syncer;
649 return syncer.wait();
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATABusCommand.h79 /*! @var syncer IOSyncer for use by IOATAController */
80 IOSyncer* syncer; member in class:IOATABusCommand
H A DIOATABusCommand.cpp124 syncer = 0L;
228 } else if( syncer != 0L ) {
230 syncer->signal();
231 syncer = 0L;
H A DATADeviceNub.cpp236 cmd->syncer = mySync;

Completed in 164 milliseconds