Lines Matching defs:iocbp
46 struct iocb *iocbp;
48 iocbp = (struct iocb *)event.obj;
49 if (event.res2 != 0 || event.res != iocbp->u.c.nbytes) {
51 iocbp->u.c.offset, iocbp->u.c.nbytes, event.res);
97 struct iocb *iocbp;
112 iocbp = (struct iocb *)event.obj;
114 io_prep_pwrite(iocbp, fd, iocbp->u.c.buf, ws, offset);
116 w = io_submit(myctx, 1, &iocbp);