Home
last modified time | relevance | path

Searched refs:AioCancelStat (Results 1 – 25 of 52) sorted by relevance

123

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Daio.rs55 pub enum AioCancelStat { enum
212 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
214 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
215 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
216 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
269 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
271 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
272 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
273 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/sys/
H A Daio.rs55 pub enum AioCancelStat { enum
212 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
214 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
215 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
216 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
269 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
271 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
272 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
273 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.10.0/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
708 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
710 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
711 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
712 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
909 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
911 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
912 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
913 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.19.1/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
744 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
746 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
747 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
748 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
939 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
941 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
942 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
943 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/games/genact/genact-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/nix-0.23.0/src/sys/
H A Daio.rs88 pub enum AioCancelStat { enum
499 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
505 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
506 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
507 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
726 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
728 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
729 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
730 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/nix-0.23.1/src/sys/
H A Daio.rs88 pub enum AioCancelStat { enum
499 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
505 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
506 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
507 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
726 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
728 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
729 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
730 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/nix-0.23.0/src/sys/
H A Daio.rs88 pub enum AioCancelStat { enum
499 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
505 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
506 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
507 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
726 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
728 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
729 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
730 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/nix-0.22.0/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
502 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
508 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
509 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
510 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
733 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
735 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
736 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
737 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/nix-0.19.1/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
744 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
746 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
747 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
748 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
939 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
941 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
942 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
943 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/nix-0.23.0/src/sys/
H A Daio.rs88 pub enum AioCancelStat { enum
499 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
505 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
506 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
507 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
726 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
728 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
729 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
730 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/net/routinator/routinator-0.10.2/cargo-crates/nix-0.22.0/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
502 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
508 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
509 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
510 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
733 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
735 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
736 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
737 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.16.1/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/math/kalker/kalker-1.1.0/cargo-crates/nix-0.19.1/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
744 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
746 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
747 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
748 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
939 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
941 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
942 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
943 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/nix-0.20.0/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
744 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
746 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
747 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
748 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
939 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
941 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
942 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
943 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/nix-0.17.0/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/nix-0.20.0/src/sys/
H A Daio.rs83 pub enum AioCancelStat { enum
744 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
746 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
747 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
748 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
939 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
941 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
942 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
943 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/www/firefox/firefox-99.0/third_party/rust/nix/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/graphics/viu/viu-1.1/cargo-crates/nix-0.17.0/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/nix-0.14.1/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/sys/
H A Daio.rs84 pub enum AioCancelStat { enum
763 pub fn cancel(&mut self) -> Result<AioCancelStat> { in cancel() argument
765 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
766 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
767 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
962 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
964 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
965 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
966 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()
/dports/net/krill/krill-0.9.4/cargo-crates/nix-0.23.0/src/sys/
H A Daio.rs88 pub enum AioCancelStat { enum
499 pub fn cancel(self: &mut Pin<Box<Self>>) -> Result<AioCancelStat> { in cancel() argument
505 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in cancel()
506 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in cancel()
507 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in cancel()
726 pub fn aio_cancel_all(fd: RawFd) -> Result<AioCancelStat> { in aio_cancel_all() argument
728 libc::AIO_CANCELED => Ok(AioCancelStat::AioCanceled), in aio_cancel_all()
729 libc::AIO_NOTCANCELED => Ok(AioCancelStat::AioNotCanceled), in aio_cancel_all()
730 libc::AIO_ALLDONE => Ok(AioCancelStat::AioAllDone), in aio_cancel_all()

123