Function Calls
I/O operations use the following calls. See Kernel Folio Calls, in the 3DO System Programmer's Reference for complete details on these calls.
Opening and Closing Devices
The following calls open and close devices:
Creating, Deleting, and Creating Pointers for IOReqs
The following calls handle IO requests:
Controlling the I/O Process
The following calls handle I/O processes:
AbortIO() Aborts an I/O operation.
CheckIO() Checks if an asynchronous I/O request has completed.
DoIO() Performs synchronous I/O.
SendIO() Requests asynchronous I/O.
WaitIO() Waits for an asynchronous I/O request to complete.