int aiowrite(int fildes, const char *bufp, int bufs, off_t offset, int whence, aio_result_t *resultp); DESCRIPTION aioread() initiates one asynchronous read(2) and returns control to the calling program. The read() continues concurrently with other activity of the process. An attempt is...