Home | History | Annotate | Download | only in src

Lines Matching defs:cb

2913   struct iocb cb;
2914 memset(&cb, 0, sizeof(cb));
2916 cb.aio_fildes = fd;
2917 cb.aio_lio_opcode = operations[op].opcode;
2918 cb.u.c.buf = buf;
2919 cb.u.c.nbytes = size;
2920 cb.u.c.offset = offset;
2922 struct iocb *cbs[] = { &cb };
2961 io_cancel(aio_ctx_, &cb, &event);