Lines Matching defs:aiolist
558 aiocb_t *aiolist[1]; /* list of aio control blocks for lio_listio */
563 struct aiocb *aiolist[1]; /* list of aio control blocks for lio_listio */
616 aiolist[0] = &aiocbp;
862 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d, sig:%d",
872 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) {
931 "lio_listio(LIO_NOWAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d",
941 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) {
1133 aiocb_t *aiolist[1]; /* list of aio control blocks for lio_listio */
1138 struct aiocb *aiolist[1]; /* list of aio control blocks for lio_listio */
1192 aiolist[0] = &aiocbp;
1440 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_READ, fd:%d, nbyte:%d",
1450 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) {
1509 "lio_listio(LIO_NOWAIT, aiolist, 1, NULL) LIO_READ, fd:%d, nbyte:%d",
1519 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) {