Lines Matching refs:error
32 // Helper that polls an AioCb for completion or error
36 let err = $aiocb.as_mut().error();
68 /// `libc::aio_fsync` returns an error
73 fn error() {
158 /// `libc::aio_read` returns an error
163 fn error() {
339 let err = aiow.as_mut().error();
412 /// `libc::aio_write` returns an error.
417 fn error() {
561 let err = aiocb.as_mut().error();
617 if rcb.as_mut().error() != Err(Errno::EINPROGRESS)
618 && wcb.as_mut().error() != Err(Errno::EINPROGRESS)