Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
135
vendor/linux-raw-sys/src/aarch64/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/aarch64/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
4943
vendor/linux-raw-sys/src/aarch64/general.rs
vendored
Normal file
4943
vendor/linux-raw-sys/src/aarch64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1556
vendor/linux-raw-sys/src/aarch64/ioctl.rs
vendored
Normal file
1556
vendor/linux-raw-sys/src/aarch64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2683
vendor/linux-raw-sys/src/aarch64/netlink.rs
vendored
Normal file
2683
vendor/linux-raw-sys/src/aarch64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/arm/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/arm/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
5063
vendor/linux-raw-sys/src/arm/general.rs
vendored
Normal file
5063
vendor/linux-raw-sys/src/arm/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1452
vendor/linux-raw-sys/src/arm/ioctl.rs
vendored
Normal file
1452
vendor/linux-raw-sys/src/arm/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2683
vendor/linux-raw-sys/src/arm/netlink.rs
vendored
Normal file
2683
vendor/linux-raw-sys/src/arm/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
358
vendor/linux-raw-sys/src/lib.rs
vendored
Normal file
358
vendor/linux-raw-sys/src/lib.rs
vendored
Normal file
|
|
@ -0,0 +1,358 @@
|
|||
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
pub use std::os::raw as ctypes;
|
||||
|
||||
#[cfg(all(not(feature = "std"), feature = "no_std"))]
|
||||
pub mod ctypes {
|
||||
// The signedness of `char` is platform-specific, however a consequence
|
||||
// of it being platform-specific is that any code which depends on the
|
||||
// signedness of `char` is already non-portable. So we can just use `u8`
|
||||
// here and no portable code will notice.
|
||||
pub type c_char = u8;
|
||||
|
||||
// The following assumes that Linux is always either ILP32 or LP64,
|
||||
// and char is always 8-bit.
|
||||
//
|
||||
// In theory, `c_long` and `c_ulong` could be `isize` and `usize`
|
||||
// respectively, however in practice Linux doesn't use them in that way
|
||||
// consistently. So stick with the convention followed by `libc` and
|
||||
// others and use the fixed-width types.
|
||||
pub type c_schar = i8;
|
||||
pub type c_uchar = u8;
|
||||
pub type c_short = i16;
|
||||
pub type c_ushort = u16;
|
||||
pub type c_int = i32;
|
||||
pub type c_uint = u32;
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
pub type c_long = i32;
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
pub type c_ulong = u32;
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
pub type c_long = i64;
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
pub type c_ulong = u64;
|
||||
pub type c_longlong = i64;
|
||||
pub type c_ulonglong = u64;
|
||||
pub type c_float = f32;
|
||||
pub type c_double = f64;
|
||||
|
||||
pub use core::ffi::c_void;
|
||||
}
|
||||
|
||||
// Confirm that our type definitions above match the actual type definitions.
|
||||
#[cfg(test)]
|
||||
mod assertions {
|
||||
use super::ctypes;
|
||||
static_assertions::assert_eq_size!(ctypes::c_char, libc::c_char);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_schar, libc::c_schar);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_uchar, libc::c_uchar);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_short, libc::c_short);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_ushort, libc::c_ushort);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_int, libc::c_int);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_uint, libc::c_uint);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_long, libc::c_long);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_ulong, libc::c_ulong);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_longlong, libc::c_longlong);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_ulonglong, libc::c_ulonglong);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_float, libc::c_float);
|
||||
static_assertions::assert_type_eq_all!(ctypes::c_double, libc::c_double);
|
||||
}
|
||||
|
||||
// We don't enable `derive_eq` in bindgen because adding `PartialEq`/`Eq` to
|
||||
// *all* structs noticeably increases compile times. But we can add a few
|
||||
// manual impls where they're especially useful.
|
||||
#[cfg(feature = "general")]
|
||||
impl PartialEq for general::__kernel_timespec {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
({
|
||||
let Self { tv_sec, tv_nsec } = self;
|
||||
(tv_sec, tv_nsec)
|
||||
}) == ({
|
||||
let Self { tv_sec, tv_nsec } = other;
|
||||
(tv_sec, tv_nsec)
|
||||
})
|
||||
}
|
||||
}
|
||||
#[cfg(feature = "general")]
|
||||
impl Eq for general::__kernel_timespec {}
|
||||
|
||||
#[cfg(feature = "general")]
|
||||
pub mod cmsg_macros {
|
||||
use crate::ctypes::{c_long, c_uint, c_uchar};
|
||||
use crate::general::{cmsghdr, msghdr};
|
||||
use core::mem::size_of;
|
||||
use core::ptr;
|
||||
|
||||
pub unsafe fn CMSG_ALIGN(len: c_uint) -> c_uint {
|
||||
let c_long_size = size_of::<c_long>() as c_uint;
|
||||
(len + c_long_size - 1) & !(c_long_size - 1)
|
||||
}
|
||||
|
||||
pub unsafe fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
|
||||
(cmsg as *mut c_uchar).offset(size_of::<cmsghdr>() as isize)
|
||||
}
|
||||
|
||||
pub unsafe fn CMSG_SPACE(len: c_uint) -> c_uint {
|
||||
size_of::<cmsghdr>() as c_uint + CMSG_ALIGN(len)
|
||||
}
|
||||
|
||||
pub unsafe fn CMSG_LEN(len: c_uint) -> c_uint {
|
||||
size_of::<cmsghdr>() as c_uint + len
|
||||
}
|
||||
|
||||
pub unsafe fn CMSG_FIRSTHDR(mhdr: *const msghdr) -> *mut cmsghdr {
|
||||
if (*mhdr).msg_controllen < size_of::<cmsghdr>() as _ {
|
||||
return ptr::null_mut();
|
||||
}
|
||||
|
||||
(*mhdr).msg_control as *mut cmsghdr
|
||||
}
|
||||
|
||||
pub unsafe fn CMSG_NXTHDR(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr {
|
||||
// We convert from raw pointers to isize here, which may not be sound in a future version of Rust.
|
||||
// Once the provenance rules are set in stone, it will be a good idea to give this function a once-over.
|
||||
|
||||
let cmsg_len = (*cmsg).cmsg_len;
|
||||
let next_cmsg = (cmsg as *mut u8).offset(CMSG_ALIGN(cmsg_len as _) as isize) as *mut cmsghdr;
|
||||
let max = ((*mhdr).msg_control as usize) + ((*mhdr).msg_controllen as usize);
|
||||
|
||||
if cmsg_len < size_of::<cmsghdr>() as _ {
|
||||
return ptr::null_mut();
|
||||
}
|
||||
|
||||
if next_cmsg.offset(1) as usize > max || next_cmsg as usize + CMSG_ALIGN(cmsg_len as _) as usize > max
|
||||
{
|
||||
return ptr::null_mut();
|
||||
}
|
||||
|
||||
next_cmsg
|
||||
}
|
||||
}
|
||||
|
||||
// The rest of this file is auto-generated!
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/netlink.rs"]
|
||||
pub mod netlink;
|
||||
137
vendor/linux-raw-sys/src/mips/errno.rs
vendored
Normal file
137
vendor/linux-raw-sys/src/mips/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const ENOMSG: u32 = 35;
|
||||
pub const EIDRM: u32 = 36;
|
||||
pub const ECHRNG: u32 = 37;
|
||||
pub const EL2NSYNC: u32 = 38;
|
||||
pub const EL3HLT: u32 = 39;
|
||||
pub const EL3RST: u32 = 40;
|
||||
pub const ELNRNG: u32 = 41;
|
||||
pub const EUNATCH: u32 = 42;
|
||||
pub const ENOCSI: u32 = 43;
|
||||
pub const EL2HLT: u32 = 44;
|
||||
pub const EDEADLK: u32 = 45;
|
||||
pub const ENOLCK: u32 = 46;
|
||||
pub const EBADE: u32 = 50;
|
||||
pub const EBADR: u32 = 51;
|
||||
pub const EXFULL: u32 = 52;
|
||||
pub const ENOANO: u32 = 53;
|
||||
pub const EBADRQC: u32 = 54;
|
||||
pub const EBADSLT: u32 = 55;
|
||||
pub const EDEADLOCK: u32 = 56;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EMULTIHOP: u32 = 74;
|
||||
pub const EBADMSG: u32 = 77;
|
||||
pub const ENAMETOOLONG: u32 = 78;
|
||||
pub const EOVERFLOW: u32 = 79;
|
||||
pub const ENOTUNIQ: u32 = 80;
|
||||
pub const EBADFD: u32 = 81;
|
||||
pub const EREMCHG: u32 = 82;
|
||||
pub const ELIBACC: u32 = 83;
|
||||
pub const ELIBBAD: u32 = 84;
|
||||
pub const ELIBSCN: u32 = 85;
|
||||
pub const ELIBMAX: u32 = 86;
|
||||
pub const ELIBEXEC: u32 = 87;
|
||||
pub const EILSEQ: u32 = 88;
|
||||
pub const ENOSYS: u32 = 89;
|
||||
pub const ELOOP: u32 = 90;
|
||||
pub const ERESTART: u32 = 91;
|
||||
pub const ESTRPIPE: u32 = 92;
|
||||
pub const ENOTEMPTY: u32 = 93;
|
||||
pub const EUSERS: u32 = 94;
|
||||
pub const ENOTSOCK: u32 = 95;
|
||||
pub const EDESTADDRREQ: u32 = 96;
|
||||
pub const EMSGSIZE: u32 = 97;
|
||||
pub const EPROTOTYPE: u32 = 98;
|
||||
pub const ENOPROTOOPT: u32 = 99;
|
||||
pub const EPROTONOSUPPORT: u32 = 120;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 121;
|
||||
pub const EOPNOTSUPP: u32 = 122;
|
||||
pub const EPFNOSUPPORT: u32 = 123;
|
||||
pub const EAFNOSUPPORT: u32 = 124;
|
||||
pub const EADDRINUSE: u32 = 125;
|
||||
pub const EADDRNOTAVAIL: u32 = 126;
|
||||
pub const ENETDOWN: u32 = 127;
|
||||
pub const ENETUNREACH: u32 = 128;
|
||||
pub const ENETRESET: u32 = 129;
|
||||
pub const ECONNABORTED: u32 = 130;
|
||||
pub const ECONNRESET: u32 = 131;
|
||||
pub const ENOBUFS: u32 = 132;
|
||||
pub const EISCONN: u32 = 133;
|
||||
pub const ENOTCONN: u32 = 134;
|
||||
pub const EUCLEAN: u32 = 135;
|
||||
pub const ENOTNAM: u32 = 137;
|
||||
pub const ENAVAIL: u32 = 138;
|
||||
pub const EISNAM: u32 = 139;
|
||||
pub const EREMOTEIO: u32 = 140;
|
||||
pub const EINIT: u32 = 141;
|
||||
pub const EREMDEV: u32 = 142;
|
||||
pub const ESHUTDOWN: u32 = 143;
|
||||
pub const ETOOMANYREFS: u32 = 144;
|
||||
pub const ETIMEDOUT: u32 = 145;
|
||||
pub const ECONNREFUSED: u32 = 146;
|
||||
pub const EHOSTDOWN: u32 = 147;
|
||||
pub const EHOSTUNREACH: u32 = 148;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const EALREADY: u32 = 149;
|
||||
pub const EINPROGRESS: u32 = 150;
|
||||
pub const ESTALE: u32 = 151;
|
||||
pub const ECANCELED: u32 = 158;
|
||||
pub const ENOMEDIUM: u32 = 159;
|
||||
pub const EMEDIUMTYPE: u32 = 160;
|
||||
pub const ENOKEY: u32 = 161;
|
||||
pub const EKEYEXPIRED: u32 = 162;
|
||||
pub const EKEYREVOKED: u32 = 163;
|
||||
pub const EKEYREJECTED: u32 = 164;
|
||||
pub const EOWNERDEAD: u32 = 165;
|
||||
pub const ENOTRECOVERABLE: u32 = 166;
|
||||
pub const ERFKILL: u32 = 167;
|
||||
pub const EHWPOISON: u32 = 168;
|
||||
pub const EDQUOT: u32 = 1133;
|
||||
5228
vendor/linux-raw-sys/src/mips/general.rs
vendored
Normal file
5228
vendor/linux-raw-sys/src/mips/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1550
vendor/linux-raw-sys/src/mips/ioctl.rs
vendored
Normal file
1550
vendor/linux-raw-sys/src/mips/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2692
vendor/linux-raw-sys/src/mips/netlink.rs
vendored
Normal file
2692
vendor/linux-raw-sys/src/mips/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
137
vendor/linux-raw-sys/src/mips64/errno.rs
vendored
Normal file
137
vendor/linux-raw-sys/src/mips64/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const ENOMSG: u32 = 35;
|
||||
pub const EIDRM: u32 = 36;
|
||||
pub const ECHRNG: u32 = 37;
|
||||
pub const EL2NSYNC: u32 = 38;
|
||||
pub const EL3HLT: u32 = 39;
|
||||
pub const EL3RST: u32 = 40;
|
||||
pub const ELNRNG: u32 = 41;
|
||||
pub const EUNATCH: u32 = 42;
|
||||
pub const ENOCSI: u32 = 43;
|
||||
pub const EL2HLT: u32 = 44;
|
||||
pub const EDEADLK: u32 = 45;
|
||||
pub const ENOLCK: u32 = 46;
|
||||
pub const EBADE: u32 = 50;
|
||||
pub const EBADR: u32 = 51;
|
||||
pub const EXFULL: u32 = 52;
|
||||
pub const ENOANO: u32 = 53;
|
||||
pub const EBADRQC: u32 = 54;
|
||||
pub const EBADSLT: u32 = 55;
|
||||
pub const EDEADLOCK: u32 = 56;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EMULTIHOP: u32 = 74;
|
||||
pub const EBADMSG: u32 = 77;
|
||||
pub const ENAMETOOLONG: u32 = 78;
|
||||
pub const EOVERFLOW: u32 = 79;
|
||||
pub const ENOTUNIQ: u32 = 80;
|
||||
pub const EBADFD: u32 = 81;
|
||||
pub const EREMCHG: u32 = 82;
|
||||
pub const ELIBACC: u32 = 83;
|
||||
pub const ELIBBAD: u32 = 84;
|
||||
pub const ELIBSCN: u32 = 85;
|
||||
pub const ELIBMAX: u32 = 86;
|
||||
pub const ELIBEXEC: u32 = 87;
|
||||
pub const EILSEQ: u32 = 88;
|
||||
pub const ENOSYS: u32 = 89;
|
||||
pub const ELOOP: u32 = 90;
|
||||
pub const ERESTART: u32 = 91;
|
||||
pub const ESTRPIPE: u32 = 92;
|
||||
pub const ENOTEMPTY: u32 = 93;
|
||||
pub const EUSERS: u32 = 94;
|
||||
pub const ENOTSOCK: u32 = 95;
|
||||
pub const EDESTADDRREQ: u32 = 96;
|
||||
pub const EMSGSIZE: u32 = 97;
|
||||
pub const EPROTOTYPE: u32 = 98;
|
||||
pub const ENOPROTOOPT: u32 = 99;
|
||||
pub const EPROTONOSUPPORT: u32 = 120;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 121;
|
||||
pub const EOPNOTSUPP: u32 = 122;
|
||||
pub const EPFNOSUPPORT: u32 = 123;
|
||||
pub const EAFNOSUPPORT: u32 = 124;
|
||||
pub const EADDRINUSE: u32 = 125;
|
||||
pub const EADDRNOTAVAIL: u32 = 126;
|
||||
pub const ENETDOWN: u32 = 127;
|
||||
pub const ENETUNREACH: u32 = 128;
|
||||
pub const ENETRESET: u32 = 129;
|
||||
pub const ECONNABORTED: u32 = 130;
|
||||
pub const ECONNRESET: u32 = 131;
|
||||
pub const ENOBUFS: u32 = 132;
|
||||
pub const EISCONN: u32 = 133;
|
||||
pub const ENOTCONN: u32 = 134;
|
||||
pub const EUCLEAN: u32 = 135;
|
||||
pub const ENOTNAM: u32 = 137;
|
||||
pub const ENAVAIL: u32 = 138;
|
||||
pub const EISNAM: u32 = 139;
|
||||
pub const EREMOTEIO: u32 = 140;
|
||||
pub const EINIT: u32 = 141;
|
||||
pub const EREMDEV: u32 = 142;
|
||||
pub const ESHUTDOWN: u32 = 143;
|
||||
pub const ETOOMANYREFS: u32 = 144;
|
||||
pub const ETIMEDOUT: u32 = 145;
|
||||
pub const ECONNREFUSED: u32 = 146;
|
||||
pub const EHOSTDOWN: u32 = 147;
|
||||
pub const EHOSTUNREACH: u32 = 148;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const EALREADY: u32 = 149;
|
||||
pub const EINPROGRESS: u32 = 150;
|
||||
pub const ESTALE: u32 = 151;
|
||||
pub const ECANCELED: u32 = 158;
|
||||
pub const ENOMEDIUM: u32 = 159;
|
||||
pub const EMEDIUMTYPE: u32 = 160;
|
||||
pub const ENOKEY: u32 = 161;
|
||||
pub const EKEYEXPIRED: u32 = 162;
|
||||
pub const EKEYREVOKED: u32 = 163;
|
||||
pub const EKEYREJECTED: u32 = 164;
|
||||
pub const EOWNERDEAD: u32 = 165;
|
||||
pub const ENOTRECOVERABLE: u32 = 166;
|
||||
pub const ERFKILL: u32 = 167;
|
||||
pub const EHWPOISON: u32 = 168;
|
||||
pub const EDQUOT: u32 = 1133;
|
||||
5156
vendor/linux-raw-sys/src/mips64/general.rs
vendored
Normal file
5156
vendor/linux-raw-sys/src/mips64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1550
vendor/linux-raw-sys/src/mips64/ioctl.rs
vendored
Normal file
1550
vendor/linux-raw-sys/src/mips64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2692
vendor/linux-raw-sys/src/mips64/netlink.rs
vendored
Normal file
2692
vendor/linux-raw-sys/src/mips64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/powerpc/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/powerpc/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
5149
vendor/linux-raw-sys/src/powerpc/general.rs
vendored
Normal file
5149
vendor/linux-raw-sys/src/powerpc/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1447
vendor/linux-raw-sys/src/powerpc/ioctl.rs
vendored
Normal file
1447
vendor/linux-raw-sys/src/powerpc/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2689
vendor/linux-raw-sys/src/powerpc/netlink.rs
vendored
Normal file
2689
vendor/linux-raw-sys/src/powerpc/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/powerpc64/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/powerpc64/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
5107
vendor/linux-raw-sys/src/powerpc64/general.rs
vendored
Normal file
5107
vendor/linux-raw-sys/src/powerpc64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1447
vendor/linux-raw-sys/src/powerpc64/ioctl.rs
vendored
Normal file
1447
vendor/linux-raw-sys/src/powerpc64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2689
vendor/linux-raw-sys/src/powerpc64/netlink.rs
vendored
Normal file
2689
vendor/linux-raw-sys/src/powerpc64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/riscv32/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/riscv32/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
4945
vendor/linux-raw-sys/src/riscv32/general.rs
vendored
Normal file
4945
vendor/linux-raw-sys/src/riscv32/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
vendor/linux-raw-sys/src/riscv32/ioctl.rs
vendored
Normal file
3
vendor/linux-raw-sys/src/riscv32/ioctl.rs
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
|
||||
2682
vendor/linux-raw-sys/src/riscv32/netlink.rs
vendored
Normal file
2682
vendor/linux-raw-sys/src/riscv32/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/riscv64/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/riscv64/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
4941
vendor/linux-raw-sys/src/riscv64/general.rs
vendored
Normal file
4941
vendor/linux-raw-sys/src/riscv64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1452
vendor/linux-raw-sys/src/riscv64/ioctl.rs
vendored
Normal file
1452
vendor/linux-raw-sys/src/riscv64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2682
vendor/linux-raw-sys/src/riscv64/netlink.rs
vendored
Normal file
2682
vendor/linux-raw-sys/src/riscv64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/s390x/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/s390x/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
4984
vendor/linux-raw-sys/src/s390x/general.rs
vendored
Normal file
4984
vendor/linux-raw-sys/src/s390x/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
vendor/linux-raw-sys/src/s390x/ioctl.rs
vendored
Normal file
3
vendor/linux-raw-sys/src/s390x/ioctl.rs
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
|
||||
2691
vendor/linux-raw-sys/src/s390x/netlink.rs
vendored
Normal file
2691
vendor/linux-raw-sys/src/s390x/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
137
vendor/linux-raw-sys/src/sparc/errno.rs
vendored
Normal file
137
vendor/linux-raw-sys/src/sparc/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const EINPROGRESS: u32 = 36;
|
||||
pub const EALREADY: u32 = 37;
|
||||
pub const ENOTSOCK: u32 = 38;
|
||||
pub const EDESTADDRREQ: u32 = 39;
|
||||
pub const EMSGSIZE: u32 = 40;
|
||||
pub const EPROTOTYPE: u32 = 41;
|
||||
pub const ENOPROTOOPT: u32 = 42;
|
||||
pub const EPROTONOSUPPORT: u32 = 43;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 44;
|
||||
pub const EOPNOTSUPP: u32 = 45;
|
||||
pub const EPFNOSUPPORT: u32 = 46;
|
||||
pub const EAFNOSUPPORT: u32 = 47;
|
||||
pub const EADDRINUSE: u32 = 48;
|
||||
pub const EADDRNOTAVAIL: u32 = 49;
|
||||
pub const ENETDOWN: u32 = 50;
|
||||
pub const ENETUNREACH: u32 = 51;
|
||||
pub const ENETRESET: u32 = 52;
|
||||
pub const ECONNABORTED: u32 = 53;
|
||||
pub const ECONNRESET: u32 = 54;
|
||||
pub const ENOBUFS: u32 = 55;
|
||||
pub const EISCONN: u32 = 56;
|
||||
pub const ENOTCONN: u32 = 57;
|
||||
pub const ESHUTDOWN: u32 = 58;
|
||||
pub const ETOOMANYREFS: u32 = 59;
|
||||
pub const ETIMEDOUT: u32 = 60;
|
||||
pub const ECONNREFUSED: u32 = 61;
|
||||
pub const ELOOP: u32 = 62;
|
||||
pub const ENAMETOOLONG: u32 = 63;
|
||||
pub const EHOSTDOWN: u32 = 64;
|
||||
pub const EHOSTUNREACH: u32 = 65;
|
||||
pub const ENOTEMPTY: u32 = 66;
|
||||
pub const EPROCLIM: u32 = 67;
|
||||
pub const EUSERS: u32 = 68;
|
||||
pub const EDQUOT: u32 = 69;
|
||||
pub const ESTALE: u32 = 70;
|
||||
pub const EREMOTE: u32 = 71;
|
||||
pub const ENOSTR: u32 = 72;
|
||||
pub const ETIME: u32 = 73;
|
||||
pub const ENOSR: u32 = 74;
|
||||
pub const ENOMSG: u32 = 75;
|
||||
pub const EBADMSG: u32 = 76;
|
||||
pub const EIDRM: u32 = 77;
|
||||
pub const EDEADLK: u32 = 78;
|
||||
pub const ENOLCK: u32 = 79;
|
||||
pub const ENONET: u32 = 80;
|
||||
pub const ERREMOTE: u32 = 81;
|
||||
pub const ENOLINK: u32 = 82;
|
||||
pub const EADV: u32 = 83;
|
||||
pub const ESRMNT: u32 = 84;
|
||||
pub const ECOMM: u32 = 85;
|
||||
pub const EPROTO: u32 = 86;
|
||||
pub const EMULTIHOP: u32 = 87;
|
||||
pub const EDOTDOT: u32 = 88;
|
||||
pub const EREMCHG: u32 = 89;
|
||||
pub const ENOSYS: u32 = 90;
|
||||
pub const ESTRPIPE: u32 = 91;
|
||||
pub const EOVERFLOW: u32 = 92;
|
||||
pub const EBADFD: u32 = 93;
|
||||
pub const ECHRNG: u32 = 94;
|
||||
pub const EL2NSYNC: u32 = 95;
|
||||
pub const EL3HLT: u32 = 96;
|
||||
pub const EL3RST: u32 = 97;
|
||||
pub const ELNRNG: u32 = 98;
|
||||
pub const EUNATCH: u32 = 99;
|
||||
pub const ENOCSI: u32 = 100;
|
||||
pub const EL2HLT: u32 = 101;
|
||||
pub const EBADE: u32 = 102;
|
||||
pub const EBADR: u32 = 103;
|
||||
pub const EXFULL: u32 = 104;
|
||||
pub const ENOANO: u32 = 105;
|
||||
pub const EBADRQC: u32 = 106;
|
||||
pub const EBADSLT: u32 = 107;
|
||||
pub const EDEADLOCK: u32 = 108;
|
||||
pub const EBFONT: u32 = 109;
|
||||
pub const ELIBEXEC: u32 = 110;
|
||||
pub const ENODATA: u32 = 111;
|
||||
pub const ELIBBAD: u32 = 112;
|
||||
pub const ENOPKG: u32 = 113;
|
||||
pub const ELIBACC: u32 = 114;
|
||||
pub const ENOTUNIQ: u32 = 115;
|
||||
pub const ERESTART: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EILSEQ: u32 = 122;
|
||||
pub const ELIBMAX: u32 = 123;
|
||||
pub const ELIBSCN: u32 = 124;
|
||||
pub const ENOMEDIUM: u32 = 125;
|
||||
pub const EMEDIUMTYPE: u32 = 126;
|
||||
pub const ECANCELED: u32 = 127;
|
||||
pub const ENOKEY: u32 = 128;
|
||||
pub const EKEYEXPIRED: u32 = 129;
|
||||
pub const EKEYREVOKED: u32 = 130;
|
||||
pub const EKEYREJECTED: u32 = 131;
|
||||
pub const EOWNERDEAD: u32 = 132;
|
||||
pub const ENOTRECOVERABLE: u32 = 133;
|
||||
pub const ERFKILL: u32 = 134;
|
||||
pub const EHWPOISON: u32 = 135;
|
||||
5326
vendor/linux-raw-sys/src/sparc/general.rs
vendored
Normal file
5326
vendor/linux-raw-sys/src/sparc/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
vendor/linux-raw-sys/src/sparc/ioctl.rs
vendored
Normal file
3
vendor/linux-raw-sys/src/sparc/ioctl.rs
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
|
||||
2683
vendor/linux-raw-sys/src/sparc/netlink.rs
vendored
Normal file
2683
vendor/linux-raw-sys/src/sparc/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
137
vendor/linux-raw-sys/src/sparc64/errno.rs
vendored
Normal file
137
vendor/linux-raw-sys/src/sparc64/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const EINPROGRESS: u32 = 36;
|
||||
pub const EALREADY: u32 = 37;
|
||||
pub const ENOTSOCK: u32 = 38;
|
||||
pub const EDESTADDRREQ: u32 = 39;
|
||||
pub const EMSGSIZE: u32 = 40;
|
||||
pub const EPROTOTYPE: u32 = 41;
|
||||
pub const ENOPROTOOPT: u32 = 42;
|
||||
pub const EPROTONOSUPPORT: u32 = 43;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 44;
|
||||
pub const EOPNOTSUPP: u32 = 45;
|
||||
pub const EPFNOSUPPORT: u32 = 46;
|
||||
pub const EAFNOSUPPORT: u32 = 47;
|
||||
pub const EADDRINUSE: u32 = 48;
|
||||
pub const EADDRNOTAVAIL: u32 = 49;
|
||||
pub const ENETDOWN: u32 = 50;
|
||||
pub const ENETUNREACH: u32 = 51;
|
||||
pub const ENETRESET: u32 = 52;
|
||||
pub const ECONNABORTED: u32 = 53;
|
||||
pub const ECONNRESET: u32 = 54;
|
||||
pub const ENOBUFS: u32 = 55;
|
||||
pub const EISCONN: u32 = 56;
|
||||
pub const ENOTCONN: u32 = 57;
|
||||
pub const ESHUTDOWN: u32 = 58;
|
||||
pub const ETOOMANYREFS: u32 = 59;
|
||||
pub const ETIMEDOUT: u32 = 60;
|
||||
pub const ECONNREFUSED: u32 = 61;
|
||||
pub const ELOOP: u32 = 62;
|
||||
pub const ENAMETOOLONG: u32 = 63;
|
||||
pub const EHOSTDOWN: u32 = 64;
|
||||
pub const EHOSTUNREACH: u32 = 65;
|
||||
pub const ENOTEMPTY: u32 = 66;
|
||||
pub const EPROCLIM: u32 = 67;
|
||||
pub const EUSERS: u32 = 68;
|
||||
pub const EDQUOT: u32 = 69;
|
||||
pub const ESTALE: u32 = 70;
|
||||
pub const EREMOTE: u32 = 71;
|
||||
pub const ENOSTR: u32 = 72;
|
||||
pub const ETIME: u32 = 73;
|
||||
pub const ENOSR: u32 = 74;
|
||||
pub const ENOMSG: u32 = 75;
|
||||
pub const EBADMSG: u32 = 76;
|
||||
pub const EIDRM: u32 = 77;
|
||||
pub const EDEADLK: u32 = 78;
|
||||
pub const ENOLCK: u32 = 79;
|
||||
pub const ENONET: u32 = 80;
|
||||
pub const ERREMOTE: u32 = 81;
|
||||
pub const ENOLINK: u32 = 82;
|
||||
pub const EADV: u32 = 83;
|
||||
pub const ESRMNT: u32 = 84;
|
||||
pub const ECOMM: u32 = 85;
|
||||
pub const EPROTO: u32 = 86;
|
||||
pub const EMULTIHOP: u32 = 87;
|
||||
pub const EDOTDOT: u32 = 88;
|
||||
pub const EREMCHG: u32 = 89;
|
||||
pub const ENOSYS: u32 = 90;
|
||||
pub const ESTRPIPE: u32 = 91;
|
||||
pub const EOVERFLOW: u32 = 92;
|
||||
pub const EBADFD: u32 = 93;
|
||||
pub const ECHRNG: u32 = 94;
|
||||
pub const EL2NSYNC: u32 = 95;
|
||||
pub const EL3HLT: u32 = 96;
|
||||
pub const EL3RST: u32 = 97;
|
||||
pub const ELNRNG: u32 = 98;
|
||||
pub const EUNATCH: u32 = 99;
|
||||
pub const ENOCSI: u32 = 100;
|
||||
pub const EL2HLT: u32 = 101;
|
||||
pub const EBADE: u32 = 102;
|
||||
pub const EBADR: u32 = 103;
|
||||
pub const EXFULL: u32 = 104;
|
||||
pub const ENOANO: u32 = 105;
|
||||
pub const EBADRQC: u32 = 106;
|
||||
pub const EBADSLT: u32 = 107;
|
||||
pub const EDEADLOCK: u32 = 108;
|
||||
pub const EBFONT: u32 = 109;
|
||||
pub const ELIBEXEC: u32 = 110;
|
||||
pub const ENODATA: u32 = 111;
|
||||
pub const ELIBBAD: u32 = 112;
|
||||
pub const ENOPKG: u32 = 113;
|
||||
pub const ELIBACC: u32 = 114;
|
||||
pub const ENOTUNIQ: u32 = 115;
|
||||
pub const ERESTART: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EILSEQ: u32 = 122;
|
||||
pub const ELIBMAX: u32 = 123;
|
||||
pub const ELIBSCN: u32 = 124;
|
||||
pub const ENOMEDIUM: u32 = 125;
|
||||
pub const EMEDIUMTYPE: u32 = 126;
|
||||
pub const ECANCELED: u32 = 127;
|
||||
pub const ENOKEY: u32 = 128;
|
||||
pub const EKEYEXPIRED: u32 = 129;
|
||||
pub const EKEYREVOKED: u32 = 130;
|
||||
pub const EKEYREJECTED: u32 = 131;
|
||||
pub const EOWNERDEAD: u32 = 132;
|
||||
pub const ENOTRECOVERABLE: u32 = 133;
|
||||
pub const ERFKILL: u32 = 134;
|
||||
pub const EHWPOISON: u32 = 135;
|
||||
5291
vendor/linux-raw-sys/src/sparc64/general.rs
vendored
Normal file
5291
vendor/linux-raw-sys/src/sparc64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
vendor/linux-raw-sys/src/sparc64/ioctl.rs
vendored
Normal file
3
vendor/linux-raw-sys/src/sparc64/ioctl.rs
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
|
||||
2689
vendor/linux-raw-sys/src/sparc64/netlink.rs
vendored
Normal file
2689
vendor/linux-raw-sys/src/sparc64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/x32/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/x32/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
4998
vendor/linux-raw-sys/src/x32/general.rs
vendored
Normal file
4998
vendor/linux-raw-sys/src/x32/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1560
vendor/linux-raw-sys/src/x32/ioctl.rs
vendored
Normal file
1560
vendor/linux-raw-sys/src/x32/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2683
vendor/linux-raw-sys/src/x32/netlink.rs
vendored
Normal file
2683
vendor/linux-raw-sys/src/x32/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/x86/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/x86/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
5098
vendor/linux-raw-sys/src/x86/general.rs
vendored
Normal file
5098
vendor/linux-raw-sys/src/x86/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1556
vendor/linux-raw-sys/src/x86/ioctl.rs
vendored
Normal file
1556
vendor/linux-raw-sys/src/x86/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2683
vendor/linux-raw-sys/src/x86/netlink.rs
vendored
Normal file
2683
vendor/linux-raw-sys/src/x86/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
135
vendor/linux-raw-sys/src/x86_64/errno.rs
vendored
Normal file
135
vendor/linux-raw-sys/src/x86_64/errno.rs
vendored
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
/* automatically generated by rust-bindgen 0.59.2 */
|
||||
|
||||
pub const EPERM: u32 = 1;
|
||||
pub const ENOENT: u32 = 2;
|
||||
pub const ESRCH: u32 = 3;
|
||||
pub const EINTR: u32 = 4;
|
||||
pub const EIO: u32 = 5;
|
||||
pub const ENXIO: u32 = 6;
|
||||
pub const E2BIG: u32 = 7;
|
||||
pub const ENOEXEC: u32 = 8;
|
||||
pub const EBADF: u32 = 9;
|
||||
pub const ECHILD: u32 = 10;
|
||||
pub const EAGAIN: u32 = 11;
|
||||
pub const ENOMEM: u32 = 12;
|
||||
pub const EACCES: u32 = 13;
|
||||
pub const EFAULT: u32 = 14;
|
||||
pub const ENOTBLK: u32 = 15;
|
||||
pub const EBUSY: u32 = 16;
|
||||
pub const EEXIST: u32 = 17;
|
||||
pub const EXDEV: u32 = 18;
|
||||
pub const ENODEV: u32 = 19;
|
||||
pub const ENOTDIR: u32 = 20;
|
||||
pub const EISDIR: u32 = 21;
|
||||
pub const EINVAL: u32 = 22;
|
||||
pub const ENFILE: u32 = 23;
|
||||
pub const EMFILE: u32 = 24;
|
||||
pub const ENOTTY: u32 = 25;
|
||||
pub const ETXTBSY: u32 = 26;
|
||||
pub const EFBIG: u32 = 27;
|
||||
pub const ENOSPC: u32 = 28;
|
||||
pub const ESPIPE: u32 = 29;
|
||||
pub const EROFS: u32 = 30;
|
||||
pub const EMLINK: u32 = 31;
|
||||
pub const EPIPE: u32 = 32;
|
||||
pub const EDOM: u32 = 33;
|
||||
pub const ERANGE: u32 = 34;
|
||||
pub const EDEADLK: u32 = 35;
|
||||
pub const ENAMETOOLONG: u32 = 36;
|
||||
pub const ENOLCK: u32 = 37;
|
||||
pub const ENOSYS: u32 = 38;
|
||||
pub const ENOTEMPTY: u32 = 39;
|
||||
pub const ELOOP: u32 = 40;
|
||||
pub const EWOULDBLOCK: u32 = 11;
|
||||
pub const ENOMSG: u32 = 42;
|
||||
pub const EIDRM: u32 = 43;
|
||||
pub const ECHRNG: u32 = 44;
|
||||
pub const EL2NSYNC: u32 = 45;
|
||||
pub const EL3HLT: u32 = 46;
|
||||
pub const EL3RST: u32 = 47;
|
||||
pub const ELNRNG: u32 = 48;
|
||||
pub const EUNATCH: u32 = 49;
|
||||
pub const ENOCSI: u32 = 50;
|
||||
pub const EL2HLT: u32 = 51;
|
||||
pub const EBADE: u32 = 52;
|
||||
pub const EBADR: u32 = 53;
|
||||
pub const EXFULL: u32 = 54;
|
||||
pub const ENOANO: u32 = 55;
|
||||
pub const EBADRQC: u32 = 56;
|
||||
pub const EBADSLT: u32 = 57;
|
||||
pub const EDEADLOCK: u32 = 35;
|
||||
pub const EBFONT: u32 = 59;
|
||||
pub const ENOSTR: u32 = 60;
|
||||
pub const ENODATA: u32 = 61;
|
||||
pub const ETIME: u32 = 62;
|
||||
pub const ENOSR: u32 = 63;
|
||||
pub const ENONET: u32 = 64;
|
||||
pub const ENOPKG: u32 = 65;
|
||||
pub const EREMOTE: u32 = 66;
|
||||
pub const ENOLINK: u32 = 67;
|
||||
pub const EADV: u32 = 68;
|
||||
pub const ESRMNT: u32 = 69;
|
||||
pub const ECOMM: u32 = 70;
|
||||
pub const EPROTO: u32 = 71;
|
||||
pub const EMULTIHOP: u32 = 72;
|
||||
pub const EDOTDOT: u32 = 73;
|
||||
pub const EBADMSG: u32 = 74;
|
||||
pub const EOVERFLOW: u32 = 75;
|
||||
pub const ENOTUNIQ: u32 = 76;
|
||||
pub const EBADFD: u32 = 77;
|
||||
pub const EREMCHG: u32 = 78;
|
||||
pub const ELIBACC: u32 = 79;
|
||||
pub const ELIBBAD: u32 = 80;
|
||||
pub const ELIBSCN: u32 = 81;
|
||||
pub const ELIBMAX: u32 = 82;
|
||||
pub const ELIBEXEC: u32 = 83;
|
||||
pub const EILSEQ: u32 = 84;
|
||||
pub const ERESTART: u32 = 85;
|
||||
pub const ESTRPIPE: u32 = 86;
|
||||
pub const EUSERS: u32 = 87;
|
||||
pub const ENOTSOCK: u32 = 88;
|
||||
pub const EDESTADDRREQ: u32 = 89;
|
||||
pub const EMSGSIZE: u32 = 90;
|
||||
pub const EPROTOTYPE: u32 = 91;
|
||||
pub const ENOPROTOOPT: u32 = 92;
|
||||
pub const EPROTONOSUPPORT: u32 = 93;
|
||||
pub const ESOCKTNOSUPPORT: u32 = 94;
|
||||
pub const EOPNOTSUPP: u32 = 95;
|
||||
pub const EPFNOSUPPORT: u32 = 96;
|
||||
pub const EAFNOSUPPORT: u32 = 97;
|
||||
pub const EADDRINUSE: u32 = 98;
|
||||
pub const EADDRNOTAVAIL: u32 = 99;
|
||||
pub const ENETDOWN: u32 = 100;
|
||||
pub const ENETUNREACH: u32 = 101;
|
||||
pub const ENETRESET: u32 = 102;
|
||||
pub const ECONNABORTED: u32 = 103;
|
||||
pub const ECONNRESET: u32 = 104;
|
||||
pub const ENOBUFS: u32 = 105;
|
||||
pub const EISCONN: u32 = 106;
|
||||
pub const ENOTCONN: u32 = 107;
|
||||
pub const ESHUTDOWN: u32 = 108;
|
||||
pub const ETOOMANYREFS: u32 = 109;
|
||||
pub const ETIMEDOUT: u32 = 110;
|
||||
pub const ECONNREFUSED: u32 = 111;
|
||||
pub const EHOSTDOWN: u32 = 112;
|
||||
pub const EHOSTUNREACH: u32 = 113;
|
||||
pub const EALREADY: u32 = 114;
|
||||
pub const EINPROGRESS: u32 = 115;
|
||||
pub const ESTALE: u32 = 116;
|
||||
pub const EUCLEAN: u32 = 117;
|
||||
pub const ENOTNAM: u32 = 118;
|
||||
pub const ENAVAIL: u32 = 119;
|
||||
pub const EISNAM: u32 = 120;
|
||||
pub const EREMOTEIO: u32 = 121;
|
||||
pub const EDQUOT: u32 = 122;
|
||||
pub const ENOMEDIUM: u32 = 123;
|
||||
pub const EMEDIUMTYPE: u32 = 124;
|
||||
pub const ECANCELED: u32 = 125;
|
||||
pub const ENOKEY: u32 = 126;
|
||||
pub const EKEYEXPIRED: u32 = 127;
|
||||
pub const EKEYREVOKED: u32 = 128;
|
||||
pub const EKEYREJECTED: u32 = 129;
|
||||
pub const EOWNERDEAD: u32 = 130;
|
||||
pub const ENOTRECOVERABLE: u32 = 131;
|
||||
pub const ERFKILL: u32 = 132;
|
||||
pub const EHWPOISON: u32 = 133;
|
||||
5007
vendor/linux-raw-sys/src/x86_64/general.rs
vendored
Normal file
5007
vendor/linux-raw-sys/src/x86_64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
1560
vendor/linux-raw-sys/src/x86_64/ioctl.rs
vendored
Normal file
1560
vendor/linux-raw-sys/src/x86_64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
2683
vendor/linux-raw-sys/src/x86_64/netlink.rs
vendored
Normal file
2683
vendor/linux-raw-sys/src/x86_64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue