Home
last modified time | relevance | path

Searched defs:Errno (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/nix/src/
Derrno.rs53 impl Errno { impl
62 pub const fn from_i32(err: i32) -> Errno { in from_i32()
118 impl error::Error for Errno {} implementation
120 impl fmt::Display for Errno { implementation
132 impl TryFrom<io::Error> for Errno { implementation
1123 pub enum Errno { enum
1260 impl Errno { impl
1266 pub const fn from_i32(e: i32) -> Errno { in from_i32()
1413 pub enum Errno { enum
1523 impl Errno { implementation
[all …]
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c894 OUT unsigned* Errno in _BlockIo()
948 OUT unsigned* Errno in _RawWrite()
961 OUT unsigned* Errno in _RawRead()
1078 errcode_t Errno = 0; in nt_open() local
1309 unsigned Errno = 0; in nt_read_blk() local
1389 unsigned Errno = 0; in nt_write_blk() local
/external/rust/crates/gdbstub/src/target/
Dmod.rs320 Errno(u8), enumerator
/external/rust/crates/gdbstub/src/target/ext/
Dhost_io.rs175 Errno(HostIoErrno), enumerator