Searched refs:completion (Results 1 - 25 of 176) sorted by relevance

12345678

/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMedia.cpp119 // Internal completion routine for synchronous versions of read and write.
159 IOStorageCompletion * completion)
164 // will be notified via the specified completion action.
173 complete(completion, kIOReturnNoMedia);
179 complete(completion, kIOReturnNotOpen);
185 complete(completion, kIOReturnUnformattedMedia);
191 complete(completion, kIOReturnBadArgument);
197 complete(completion, kIOReturnBadArgument);
209 /* completion */ completion );
155 read(IOService * , UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
215 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
308 IOStorageCompletion completion; local
330 readCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
542 writeCD(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
630 IOStorageCompletion completion; local
[all...]
H A DIOCDBlockStorageDriver.cpp327 IOStorageCompletion *completion,
329 IOStorageCompletion completion,
338 complete(completion, kIOReturnNoMedia,0);
376 completion ? *completion : (IOStorageCompletion) { 0 });
378 completion);
381 complete(completion,kIOReturnUnsupported);
386 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,attributes,completion);
388 result = getProvider()->doAsyncReadWrite(buffer,block,nblks,&context->request.attributes,&completion);
393 complete(completion,resul
323 executeRequest(UInt64 byteStart, IOMemoryDescriptor *buffer, IOStorageAttributes *attributes, IOStorageCompletion *completion, IOBlockStorageDriver::Context *context) argument
569 readCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
669 prepareRequest(UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
841 writeCD(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, CDSectorArea sectorArea, CDSectorType sectorType, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
[all...]
H A DIOCDMedia.h144 * will be notified via the specified completion action.
158 * @param completion
168 IOStorageCompletion * completion);
175 * will be notified via the specified completion action.
189 * @param completion
199 IOStorageCompletion * completion);
207 * read completes, the caller will be notified via the specified completion
229 * @param completion
242 IOStorageCompletion * completion);
249 IOStorageCompletion completion);
[all...]
/macosx-10.9.5/IOStorageFamily-172/
H A DIOStorage.cpp136 // Internal completion routine for synchronous versions of read and write.
177 void IOStorage::complete(IOStorageCompletion completion, argument
182 // Invokes the specified completion action of the read/write request. If
183 // the completion action is unspecified, no action is taken. This method
187 complete( &completion, status, actualByteCount );
191 void IOStorage::complete(IOStorageCompletion * completion, argument
196 // Invokes the specified completion action of the read/write request. If
197 // the completion action is unspecified, no action is taken. This method
201 if ( completion && completion
233 IOStorageCompletion completion; local
269 IOStorageCompletion completion; local
292 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion) argument
315 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion) argument
338 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
362 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
[all...]
H A DIOFilterScheme.cpp102 IOStorageCompletion * completion)
107 // will be notified via the specified completion action.
125 IOStorage::read( client, byteStart, buffer, attributes, completion );
132 getProvider( )->read( this, byteStart, buffer, attributes, completion );
139 IOStorageCompletion * completion)
144 // will be notified via the specified completion action.
162 IOStorage::write( client, byteStart, buffer, attributes, completion );
169 getProvider( )->write( this, byteStart, buffer, attributes, completion );
261 extern "C" void _ZN14IOFilterScheme4readEP9IOServiceyP18IOMemoryDescriptor19IOStorageCompletion( IOFilterScheme * scheme, IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion )
263 scheme->read( client, byteStart, buffer, NULL, &completion );
98 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
135 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
[all...]
H A DIOBlockStorageDriver.cpp415 IOStorageCompletion * completion)
445 prepareRequest( byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
454 complete( completion, kIOReturnUnsupported );
460 prepareRequest( byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
464 read( client, byteStart, buffer, completion ? *completion : ( IOStorageCompletion ) { 0 } );
473 prepareRequest( byteStart, buffer, attributes, completion );
480 IOStorageCompletion * completion)
411 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
476 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
690 prepareRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageCompletion completion) argument
1141 executeRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context) argument
2383 deblockRequest( UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context ) argument
2508 IOStorageCompletion * completion; local
2564 IOStorageCompletion completion; local
3078 breakUpRequest( UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion, IOBlockStorageDriver::Context * context ) argument
3254 IOStorageCompletion * completion; local
3293 IOStorageCompletion completion; local
3314 prepareRequest(UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
[all...]
H A DIOMedia.cpp690 IOStorageCompletion * completion)
695 // will be notified via the specified completion action.
711 IOStorage::read(client, byteStart, buffer, attributes, completion);
719 complete(completion, kIOReturnNoMedia);
725 complete(completion, kIOReturnNotOpen);
731 complete(completion, kIOReturnUnformattedMedia);
737 complete(completion, kIOReturnBadArgument);
743 complete(completion, kIOReturnBadArgument);
748 getProvider()->read(this, byteStart, buffer, attributes, completion);
755 IOStorageCompletion * completion)
686 read(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
751 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor * buffer, IOStorageAttributes * attributes, IOStorageCompletion * completion) argument
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWDelayCommand.cpp46 UInt32 delay, FWBusCallback completion, void *refcon)
48 if(!IOFWBusCommand::initWithController(control, completion, refcon))
58 IOReturn IOFWDelayCommand::reinit(UInt32 delay, FWBusCallback completion, void *refcon) argument
61 res = IOFWBusCommand::reinit(completion, refcon);
45 initWithDelay(IOFireWireController *control, UInt32 delay, FWBusCallback completion, void *refcon) argument
H A DIOFWBusCommand.cpp46 bool IOFWBusCommand::initWithController(IOFireWireController *control, FWBusCallback completion, void *refcon) argument
51 fSync = completion == NULL;
52 fComplete = completion;
61 IOReturn IOFWBusCommand::reinit(FWBusCallback completion, void *refcon) argument
66 fSync = completion == NULL;
67 fComplete = completion;
H A DIOFWAsyncStreamCommand.cpp57 FWAsyncStreamCallback completion,
60 return initAll( control, generation, channel, sync, tag, hostMem, size, speed, completion, refcon, false);
72 FWAsyncStreamCallback completion,
85 fComplete = completion;
86 fSync = completion == NULL;
127 FWAsyncStreamCallback completion,
133 fComplete = completion;
138 fSync = completion == NULL;
158 FWAsyncStreamCallback completion,
167 return reinit( generation, channel, sync, tag, hostMem, size, speed, completion, refco
48 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
119 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
[all...]
H A DIOFWCommand.h251 FWBusCallback completion=NULL, void *refcon=NULL);
252 virtual IOReturn reinit(FWBusCallback completion, void *refcon);
263 * All it does is timeout after the specified delay, hence calling the completion
286 FWBusCallback completion, void *refcon);
287 virtual IOReturn reinit(UInt32 uSecs, FWBusCallback completion, void *refcon);
348 FWDeviceCallback completion, void *refcon, bool failOnReset);
352 FWDeviceCallback completion, void *refcon);
355 FWDeviceCallback completion, void *refcon, bool failOnReset);
357 FWDeviceCallback completion, void *refcon);
458 FWDeviceCallback completion, voi
[all...]
H A DIOFWReadCommand.cpp85 IOMemoryDescriptor *hostMem, FWDeviceCallback completion,
89 hostMem, completion, refcon, failOnReset);
98 IOMemoryDescriptor *hostMem, FWDeviceCallback completion,
102 hostMem, completion, refcon);
111 FWDeviceCallback completion, void *refcon, bool failOnReset)
114 hostMem, completion, refcon, failOnReset);
119 FWDeviceCallback completion, void *refcon)
122 hostMem, completion, refcon);
84 initAll(IOFireWireNub *device, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
96 initAll(IOFireWireController *control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
109 reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
117 reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
H A DIOFWWriteCommand.cpp71 FWDeviceCallback completion,
80 completion, refcon, failOnReset);
100 FWDeviceCallback completion,
108 hostMem, completion, refcon);
192 FWDeviceCallback completion,
198 completion,
210 FWDeviceCallback completion,
216 completion,
68 initAll( IOFireWireNub * device, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
96 initAll( IOFireWireController * control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon ) argument
190 reinit( FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon, bool failOnReset ) argument
207 reinit( UInt32 generation, FWAddress devAddress, IOMemoryDescriptor * hostMem, FWDeviceCallback completion, void * refcon ) argument
H A DIOFWAsyncPHYCommand.cpp59 FWAsyncPHYCallback completion,
74 fComplete = completion;
75 fSync = (completion == NULL);
110 FWAsyncPHYCallback completion,
117 fComplete = completion;
119 fSync = (completion == NULL);
143 // latch the most recent completion status
148 // prevent double completion
54 initAll( IOFireWireController * control, UInt32 generation, UInt32 data1, UInt32 data2, FWAsyncPHYCallback completion, void * refcon, bool failOnReset ) argument
106 reinit( UInt32 generation, UInt32 data1, UInt32 data2, FWAsyncPHYCallback completion, void * refcon, bool failOnReset ) argument
H A DIOFWAsyncCommand.cpp78 IOMemoryDescriptor *hostMem, FWDeviceCallback completion,
97 fComplete = completion;
98 fSync = completion == NULL;
130 IOMemoryDescriptor *hostMem, FWDeviceCallback completion,
149 fComplete = completion;
150 fSync = completion == NULL;
245 FWDeviceCallback completion, void *refcon, bool failOnReset)
250 fComplete = completion;
256 fSync = completion == NULL;
284 FWDeviceCallback completion, voi
77 initAll(IOFireWireNub *device, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
128 initAll(IOFireWireController *control, UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
244 reinit(FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon, bool failOnReset) argument
283 reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem, FWDeviceCallback completion, void *refcon) argument
[all...]
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleLVMStorageRequest.h37 IOStorageAttributes *attributes, IOStorageCompletion *completion);
39 IOStorageAttributes *attributes, IOStorageCompletion *completion);
H A DAppleRAIDStorageRequest.h66 IOStorageAttributes *attributes, IOStorageCompletion *completion);
68 IOStorageAttributes *attributes, IOStorageCompletion *completion);
73 virtual void extractRequest(IOService **client, UInt64 *byteStart, IOMemoryDescriptor **buffer, IOStorageCompletion *completion);
H A DAppleLVMStorageRequest.cpp45 IOStorageAttributes *attributes, IOStorageCompletion *completion)
52 srClientsCompletion = *completion;
66 IOStorage::complete(completion, kIOReturnInternalError, 0);
118 IOStorage::complete(completion, kIOReturnInternalError, 0);
128 IOStorage::complete(completion, kIOReturnInternalError, 0);
148 srEventSource->completeRequest(memoryDescriptor, kIOReturnSuccess, 0); // no bytes & no error in completion
158 IOStorageAttributes *attributes, IOStorageCompletion *completion)
165 srClientsCompletion = *completion;
179 IOStorage::complete(completion, kIOReturnInternalError, 0);
231 IOStorage::complete(completion, kIOReturnInternalErro
44 read(IOService *client, UInt64 byteStart, IOMemoryDescriptor *buffer, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
157 write(IOService * client, UInt64 byteStart, IOMemoryDescriptor *buffer, IOStorageAttributes *attributes, IOStorageCompletion *completion) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDUserInteraction.h42 - (void)requestShowNotification:(NSDictionary *)infoForUserInfo completion:(CKDUserInteractionBlock)completionf;
H A DCKDUserInteraction.m36 static CKDUserInteractionBlock completion;
60 if (completion) // sharedInstance.completion
62 secdebug(XPROXYUISCOPE, "Calling user completion routine");
63 completion(userResponses, responseFlags); // sharedInstance.completion
66 secdebug(XPROXYUISCOPE, "Releasing user completion routine");
67 // Block_release(completion); // sharedInstance.completion
97 - (void)requestShowNotification:(NSDictionary *)infoForUserInfo completion
[all...]
/macosx-10.9.5/top-89.1.2/
H A Duserinput.c51 static void completion(void *tinst, struct user_input_state *s) { function
62 s->completion(tinst, s);
76 .completion = completion,
92 s->completion(tinst, s);
104 .completion = completion,
190 current_state->completion(tinst, current_state);
H A Duserinput.h32 void (*completion)(void *tinst, struct user_input_state *s); member in struct:user_input_state
/macosx-10.9.5/IOFireWireIP-226.4/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h91 UInt32 cmdLen,FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset);
100 FWDeviceCallback completion, void *refcon, bool failOnReset,
104 FWDeviceCallback completion, void *refcon, bool failOnReset,
108 FWDeviceCallback completion, void *refcon, bool failOnReset,
238 FWAsyncStreamCallback completion,
250 FWAsyncStreamCallback completion,
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h146 void * completion,
150 FWSBP2ManagementCallback completion,
166 FWSBP2ManagementCallback completion );
223 the supplied completion routine will be called with the supplied refcon. Usually this refCon
224 is the "this" pointer of completion method's object.
225 @param refCon The refcon passed to the completion routine.
226 @param completion The completion routine. Called when the ORB finishes execution.
230 virtual IOFireWireSBP2ManagementORB * createManagementORB( void * refCon, FWSBP2ManagementCallback completion );
/macosx-10.9.5/ruby-104/ruby/test/irb/
H A Dtest_completion.rb8 require "irb/completion"
10 cmds = %W[-rirb -rirb/completion -e IRB.setup(__FILE__)
18 skip "cannot load irb/completion"

Completed in 223 milliseconds

12345678