Searched defs:aioread (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dasynch.h44 #pragma redefine_extname aioread aioread64
47 #define aioread aioread64 macro
54 #pragma redefine_extname aioread64 aioread
57 #define aioread64 aioread
61 extern int aioread(int, caddr_t, int, off_t, int, aio_result_t *);
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c318 aioread(int fd, caddr_t buf, int bufsz, off_t offset, int whence, function

Completed in 69 milliseconds