Home
last modified time | relevance | path

Searched refs:iocbp (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiodio_sparse.c46 struct iocb *iocbp; in check_event() local
48 iocbp = (struct iocb *)event.obj; in check_event()
49 if (event.res2 != 0 || event.res != iocbp->u.c.nbytes) { in check_event()
51 iocbp->u.c.offset, iocbp->u.c.nbytes, event.res); in check_event()
97 struct iocb *iocbp; in aiodio_sparse() local
112 iocbp = (struct iocb *)event.obj; in aiodio_sparse()
114 io_prep_pwrite(iocbp, fd, iocbp->u.c.buf, ws, offset); in aiodio_sparse()
116 w = io_submit(myctx, 1, &iocbp); in aiodio_sparse()
Daiodio_append.c87 struct iocb *iocbp; in aiodio_append() local
91 iocbp = (struct iocb *)event.obj; in aiodio_append()
92 io_prep_pwrite(iocbp, fd, iocbp->u.c.buf, ws, offset); in aiodio_append()
94 w = io_submit(myctx, 1, &iocbp); in aiodio_append()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1604 pub fn aio_waitcomplete(iocbp: *mut *mut aiocb, timeout: *mut ::timespec) -> ::c_int; in aio_waitcomplete()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4076 pub fn aio_waitcomplete(iocbp: *mut *mut aiocb, timeout: *mut ::timespec) -> ::ssize_t; in aio_waitcomplete()