HomeSort by relevance Sort by last modified time
    Searched defs:aiocb (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/head/
aio.h 36 #include <sys/aiocb.h>
60 #define aiocb aiocb64 macro
90 #define aiocb64 aiocb
  /onnv/onnv-gate/usr/src/uts/common/sys/
aiocb.h 41 typedef struct aiocb { struct
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_localfs.c 66 #define aiocb64 aiocb
263 * completion block, aiocb. If none found returns FILEBENCH_ERROR. If
268 aio_deallocate(flowop_t *flowop, struct aiocb64 *aiocb)
274 if (aiocb == NULL) {
275 filebench_log(LOG_ERROR, "null aiocb deallocate");
280 if (aiocb == &(aiolist->al_aiocb)) {
328 struct aiocb64 *aiocb; local
341 aiocb = &aiolist->al_aiocb;
343 aiocb->aio_fildes = fdesc->fd_num;
344 aiocb->aio_buf = iobuf
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
aio.c 740 * aiocb's to satisfy request.
894 void *aiocb,
939 * skip aiocb copyin.
957 if (copyin(aiocb, cbplist, ssize)) {
1145 * Associate an aiocb with a port.
1181 * Asynchronous list IO. A chain of aiocb's are copied in
1182 * one at a time. If the aiocb is invalid, it is skipped.
1183 * For each aiocb, the appropriate driver entry point is
1209 aiocb_t *aiocb = &cb; local
1309 * Prepare data to send when list of aiocb'
1952 aiocb_t aiocb; local
2050 aiocb_t aiocb; local
2911 aiocb64_32_t *aiocb = &cb64; local
3386 aiocb_t *aiocb = &cb; local
    [all...]

Completed in 3239 milliseconds