Changes

Jump to navigation Jump to search
187 bytes added ,  15:31, 22 August 2010
no edit summary
Line 180: Line 180:  
| 27 || s32 device_seek_async(s32 fd, s32 where, s32 whence, void *callback)
 
| 27 || s32 device_seek_async(s32 fd, s32 where, s32 whence, void *callback)
 
|-
 
|-
| 28 || s32 device_ioctl_async(s32 fd, u32 request, void *input_buffer, u32 input_buffer_len, void *output_buffer, u32 output_buffer_len, void *callback
+
| 28 || s32 device_ioctl_async(s32 fd, u32 request, void *input_buffer, u32 input_buffer_len, void *output_buffer, u32 output_buffer_len, s32 queue, void *reply) || When the call finishes, it sends a message to the queue with the address of reply
 
|-
 
|-
| 29 || s32 device_ioctlv_async(s32 fd, u32 request, u32 bytes_in, u32 bytes_out, [[IOS/struct iovec|struct iovec]] *vector, void *callback)
+
| 29 || s32 device_ioctlv_async(s32 fd, u32 request, u32 bytes_in, u32 bytes_out, [[IOS/struct iovec|struct iovec]] *vector, s32 queue, void *reply) || When the call finishes, it sends a message to the queue with the address of reply
 
|-
 
|-
 
| 2a || int IOS_ResourceReply( [[IOS/resource request|struct ios_resource_request]] *request, int retval) || return from a cmd on a  [[IOS|resource]]  
 
| 2a || int IOS_ResourceReply( [[IOS/resource request|struct ios_resource_request]] *request, int retval) || return from a cmd on a  [[IOS|resource]]  
11

edits

Navigation menu