Searched refs:operation (Results 1 – 11 of 11) sorted by relevance
139 #define _AFD_CONTROL_CODE(operation, method) \ argument140 ((FSCTL_AFD_BASE) << 12 | (operation << 2) | method)
116 operation canceled172 illegal operation on a directory248 socket operation on non-socket252 operation not supported on socket260 operation not permitted
72 for unsupported flags without performing the bind operation.102 for unsupported flags without performing the connect operation.
53 (readable, writable hangup) so handles can read, write or perform the desired I/O operation.95 for a read or write operation get their callbacks called at this point.
121 * the operation to perform for the corresponding file descriptor
235 operation will still be reported through a callback which is made
80 This operation is currently only implemented for SIGPROF signals,
13 functions must remain valid for the duration of the requested operation. Take
248 crash if the memory mapped read operation fails.262 crash if the memory mapped write operation fails.
43 One of the standard solutions is to use threads. Each blocking I/O operation is191 only one callback) and usually indicates one I/O operation on a handle.
46 Filesystem operation callbacks have the signature:
Completed in 17 milliseconds