diff options
Diffstat (limited to 'vendor/linux-raw-sys/src/mips')
-rw-r--r-- | vendor/linux-raw-sys/src/mips/errno.rs | 2 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/general.rs | 80 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/if_ether.rs | 2 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/io_uring.rs | 6 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/ioctl.rs | 2 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/net.rs | 2 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/netlink.rs | 2 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/prctl.rs | 2 | ||||
-rw-r--r-- | vendor/linux-raw-sys/src/mips/system.rs | 2 |
9 files changed, 50 insertions, 50 deletions
diff --git a/vendor/linux-raw-sys/src/mips/errno.rs b/vendor/linux-raw-sys/src/mips/errno.rs index 2e6816a2c..337d8379f 100644 --- a/vendor/linux-raw-sys/src/mips/errno.rs +++ b/vendor/linux-raw-sys/src/mips/errno.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub const EPERM: u32 = 1; pub const ENOENT: u32 = 2; diff --git a/vendor/linux-raw-sys/src/mips/general.rs b/vendor/linux-raw-sys/src/mips/general.rs index b6f1175de..275eb6536 100644 --- a/vendor/linux-raw-sys/src/mips/general.rs +++ b/vendor/linux-raw-sys/src/mips/general.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __s8 = crate::ctypes::c_schar; pub type __u8 = crate::ctypes::c_uchar; @@ -1180,7 +1180,7 @@ pub const FSCRYPT_MODE_ADIANTUM: u32 = 9; pub const FSCRYPT_MODE_AES_256_HCTR2: u32 = 10; pub const FSCRYPT_POLICY_V1: u32 = 0; pub const FSCRYPT_KEY_DESCRIPTOR_SIZE: u32 = 8; -pub const FSCRYPT_KEY_DESC_PREFIX: &[u8; 9usize] = b"fscrypt:\0"; +pub const FSCRYPT_KEY_DESC_PREFIX: &[u8; 9] = b"fscrypt:\0"; pub const FSCRYPT_KEY_DESC_PREFIX_SIZE: u32 = 8; pub const FSCRYPT_MAX_KEY_SIZE: u32 = 64; pub const FSCRYPT_POLICY_V2: u32 = 2; @@ -1209,7 +1209,7 @@ pub const FS_ENCRYPTION_MODE_AES_256_CTS: u32 = 4; pub const FS_ENCRYPTION_MODE_AES_128_CBC: u32 = 5; pub const FS_ENCRYPTION_MODE_AES_128_CTS: u32 = 6; pub const FS_ENCRYPTION_MODE_ADIANTUM: u32 = 9; -pub const FS_KEY_DESC_PREFIX: &[u8; 9usize] = b"fscrypt:\0"; +pub const FS_KEY_DESC_PREFIX: &[u8; 9] = b"fscrypt:\0"; pub const FS_KEY_DESC_PREFIX_SIZE: u32 = 8; pub const FS_MAX_KEY_SIZE: u32 = 64; pub const MS_RDONLY: u32 = 1; @@ -1472,9 +1472,9 @@ pub const QNX4_SUPER_MAGIC: u32 = 47; pub const QNX6_SUPER_MAGIC: u32 = 1746473250; pub const AFS_FS_MAGIC: u32 = 1799439955; pub const REISERFS_SUPER_MAGIC: u32 = 1382369651; -pub const REISERFS_SUPER_MAGIC_STRING: &[u8; 9usize] = b"ReIsErFs\0"; -pub const REISER2FS_SUPER_MAGIC_STRING: &[u8; 10usize] = b"ReIsEr2Fs\0"; -pub const REISER2FS_JR_SUPER_MAGIC_STRING: &[u8; 10usize] = b"ReIsEr3Fs\0"; +pub const REISERFS_SUPER_MAGIC_STRING: &[u8; 9] = b"ReIsErFs\0"; +pub const REISER2FS_SUPER_MAGIC_STRING: &[u8; 10] = b"ReIsEr2Fs\0"; +pub const REISER2FS_JR_SUPER_MAGIC_STRING: &[u8; 10] = b"ReIsEr3Fs\0"; pub const SMB_SUPER_MAGIC: u32 = 20859; pub const CIFS_SUPER_MAGIC: u32 = 4283649346; pub const SMB2_SUPER_MAGIC: u32 = 4266872130; @@ -2656,40 +2656,40 @@ pub const P_PGID: u32 = 2; pub const P_PIDFD: u32 = 3; pub const XATTR_CREATE: u32 = 1; pub const XATTR_REPLACE: u32 = 2; -pub const XATTR_OS2_PREFIX: &[u8; 5usize] = b"os2.\0"; -pub const XATTR_MAC_OSX_PREFIX: &[u8; 5usize] = b"osx.\0"; -pub const XATTR_BTRFS_PREFIX: &[u8; 7usize] = b"btrfs.\0"; -pub const XATTR_HURD_PREFIX: &[u8; 5usize] = b"gnu.\0"; -pub const XATTR_SECURITY_PREFIX: &[u8; 10usize] = b"security.\0"; -pub const XATTR_SYSTEM_PREFIX: &[u8; 8usize] = b"system.\0"; -pub const XATTR_TRUSTED_PREFIX: &[u8; 9usize] = b"trusted.\0"; -pub const XATTR_USER_PREFIX: &[u8; 6usize] = b"user.\0"; -pub const XATTR_EVM_SUFFIX: &[u8; 4usize] = b"evm\0"; -pub const XATTR_NAME_EVM: &[u8; 13usize] = b"security.evm\0"; -pub const XATTR_IMA_SUFFIX: &[u8; 4usize] = b"ima\0"; -pub const XATTR_NAME_IMA: &[u8; 13usize] = b"security.ima\0"; -pub const XATTR_SELINUX_SUFFIX: &[u8; 8usize] = b"selinux\0"; -pub const XATTR_NAME_SELINUX: &[u8; 17usize] = b"security.selinux\0"; -pub const XATTR_SMACK_SUFFIX: &[u8; 8usize] = b"SMACK64\0"; -pub const XATTR_SMACK_IPIN: &[u8; 12usize] = b"SMACK64IPIN\0"; -pub const XATTR_SMACK_IPOUT: &[u8; 13usize] = b"SMACK64IPOUT\0"; -pub const XATTR_SMACK_EXEC: &[u8; 12usize] = b"SMACK64EXEC\0"; -pub const XATTR_SMACK_TRANSMUTE: &[u8; 17usize] = b"SMACK64TRANSMUTE\0"; -pub const XATTR_SMACK_MMAP: &[u8; 12usize] = b"SMACK64MMAP\0"; -pub const XATTR_NAME_SMACK: &[u8; 17usize] = b"security.SMACK64\0"; -pub const XATTR_NAME_SMACKIPIN: &[u8; 21usize] = b"security.SMACK64IPIN\0"; -pub const XATTR_NAME_SMACKIPOUT: &[u8; 22usize] = b"security.SMACK64IPOUT\0"; -pub const XATTR_NAME_SMACKEXEC: &[u8; 21usize] = b"security.SMACK64EXEC\0"; -pub const XATTR_NAME_SMACKTRANSMUTE: &[u8; 26usize] = b"security.SMACK64TRANSMUTE\0"; -pub const XATTR_NAME_SMACKMMAP: &[u8; 21usize] = b"security.SMACK64MMAP\0"; -pub const XATTR_APPARMOR_SUFFIX: &[u8; 9usize] = b"apparmor\0"; -pub const XATTR_NAME_APPARMOR: &[u8; 18usize] = b"security.apparmor\0"; -pub const XATTR_CAPS_SUFFIX: &[u8; 11usize] = b"capability\0"; -pub const XATTR_NAME_CAPS: &[u8; 20usize] = b"security.capability\0"; -pub const XATTR_POSIX_ACL_ACCESS: &[u8; 17usize] = b"posix_acl_access\0"; -pub const XATTR_NAME_POSIX_ACL_ACCESS: &[u8; 24usize] = b"system.posix_acl_access\0"; -pub const XATTR_POSIX_ACL_DEFAULT: &[u8; 18usize] = b"posix_acl_default\0"; -pub const XATTR_NAME_POSIX_ACL_DEFAULT: &[u8; 25usize] = b"system.posix_acl_default\0"; +pub const XATTR_OS2_PREFIX: &[u8; 5] = b"os2.\0"; +pub const XATTR_MAC_OSX_PREFIX: &[u8; 5] = b"osx.\0"; +pub const XATTR_BTRFS_PREFIX: &[u8; 7] = b"btrfs.\0"; +pub const XATTR_HURD_PREFIX: &[u8; 5] = b"gnu.\0"; +pub const XATTR_SECURITY_PREFIX: &[u8; 10] = b"security.\0"; +pub const XATTR_SYSTEM_PREFIX: &[u8; 8] = b"system.\0"; +pub const XATTR_TRUSTED_PREFIX: &[u8; 9] = b"trusted.\0"; +pub const XATTR_USER_PREFIX: &[u8; 6] = b"user.\0"; +pub const XATTR_EVM_SUFFIX: &[u8; 4] = b"evm\0"; +pub const XATTR_NAME_EVM: &[u8; 13] = b"security.evm\0"; +pub const XATTR_IMA_SUFFIX: &[u8; 4] = b"ima\0"; +pub const XATTR_NAME_IMA: &[u8; 13] = b"security.ima\0"; +pub const XATTR_SELINUX_SUFFIX: &[u8; 8] = b"selinux\0"; +pub const XATTR_NAME_SELINUX: &[u8; 17] = b"security.selinux\0"; +pub const XATTR_SMACK_SUFFIX: &[u8; 8] = b"SMACK64\0"; +pub const XATTR_SMACK_IPIN: &[u8; 12] = b"SMACK64IPIN\0"; +pub const XATTR_SMACK_IPOUT: &[u8; 13] = b"SMACK64IPOUT\0"; +pub const XATTR_SMACK_EXEC: &[u8; 12] = b"SMACK64EXEC\0"; +pub const XATTR_SMACK_TRANSMUTE: &[u8; 17] = b"SMACK64TRANSMUTE\0"; +pub const XATTR_SMACK_MMAP: &[u8; 12] = b"SMACK64MMAP\0"; +pub const XATTR_NAME_SMACK: &[u8; 17] = b"security.SMACK64\0"; +pub const XATTR_NAME_SMACKIPIN: &[u8; 21] = b"security.SMACK64IPIN\0"; +pub const XATTR_NAME_SMACKIPOUT: &[u8; 22] = b"security.SMACK64IPOUT\0"; +pub const XATTR_NAME_SMACKEXEC: &[u8; 21] = b"security.SMACK64EXEC\0"; +pub const XATTR_NAME_SMACKTRANSMUTE: &[u8; 26] = b"security.SMACK64TRANSMUTE\0"; +pub const XATTR_NAME_SMACKMMAP: &[u8; 21] = b"security.SMACK64MMAP\0"; +pub const XATTR_APPARMOR_SUFFIX: &[u8; 9] = b"apparmor\0"; +pub const XATTR_NAME_APPARMOR: &[u8; 18] = b"security.apparmor\0"; +pub const XATTR_CAPS_SUFFIX: &[u8; 11] = b"capability\0"; +pub const XATTR_NAME_CAPS: &[u8; 20] = b"security.capability\0"; +pub const XATTR_POSIX_ACL_ACCESS: &[u8; 17] = b"posix_acl_access\0"; +pub const XATTR_NAME_POSIX_ACL_ACCESS: &[u8; 24] = b"system.posix_acl_access\0"; +pub const XATTR_POSIX_ACL_DEFAULT: &[u8; 18] = b"posix_acl_default\0"; +pub const XATTR_NAME_POSIX_ACL_DEFAULT: &[u8; 25] = b"system.posix_acl_default\0"; pub const MFD_CLOEXEC: u32 = 1; pub const MFD_ALLOW_SEALING: u32 = 2; pub const MFD_HUGETLB: u32 = 4; diff --git a/vendor/linux-raw-sys/src/mips/if_ether.rs b/vendor/linux-raw-sys/src/mips/if_ether.rs index e2e14e865..f05e426e8 100644 --- a/vendor/linux-raw-sys/src/mips/if_ether.rs +++ b/vendor/linux-raw-sys/src/mips/if_ether.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __s8 = crate::ctypes::c_schar; pub type __u8 = crate::ctypes::c_uchar; diff --git a/vendor/linux-raw-sys/src/mips/io_uring.rs b/vendor/linux-raw-sys/src/mips/io_uring.rs index c1011a563..d81c9576a 100644 --- a/vendor/linux-raw-sys/src/mips/io_uring.rs +++ b/vendor/linux-raw-sys/src/mips/io_uring.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __s8 = crate::ctypes::c_schar; pub type __u8 = crate::ctypes::c_uchar; @@ -525,7 +525,7 @@ pub const FSCRYPT_MODE_ADIANTUM: u32 = 9; pub const FSCRYPT_MODE_AES_256_HCTR2: u32 = 10; pub const FSCRYPT_POLICY_V1: u32 = 0; pub const FSCRYPT_KEY_DESCRIPTOR_SIZE: u32 = 8; -pub const FSCRYPT_KEY_DESC_PREFIX: &[u8; 9usize] = b"fscrypt:\0"; +pub const FSCRYPT_KEY_DESC_PREFIX: &[u8; 9] = b"fscrypt:\0"; pub const FSCRYPT_KEY_DESC_PREFIX_SIZE: u32 = 8; pub const FSCRYPT_MAX_KEY_SIZE: u32 = 64; pub const FSCRYPT_POLICY_V2: u32 = 2; @@ -554,7 +554,7 @@ pub const FS_ENCRYPTION_MODE_AES_256_CTS: u32 = 4; pub const FS_ENCRYPTION_MODE_AES_128_CBC: u32 = 5; pub const FS_ENCRYPTION_MODE_AES_128_CTS: u32 = 6; pub const FS_ENCRYPTION_MODE_ADIANTUM: u32 = 9; -pub const FS_KEY_DESC_PREFIX: &[u8; 9usize] = b"fscrypt:\0"; +pub const FS_KEY_DESC_PREFIX: &[u8; 9] = b"fscrypt:\0"; pub const FS_KEY_DESC_PREFIX_SIZE: u32 = 8; pub const FS_MAX_KEY_SIZE: u32 = 64; pub const MS_RDONLY: u32 = 1; diff --git a/vendor/linux-raw-sys/src/mips/ioctl.rs b/vendor/linux-raw-sys/src/mips/ioctl.rs index 3b54b51df..d08b3cb90 100644 --- a/vendor/linux-raw-sys/src/mips/ioctl.rs +++ b/vendor/linux-raw-sys/src/mips/ioctl.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub const FIONREAD: u32 = 18047; pub const FIONBIO: u32 = 26238; diff --git a/vendor/linux-raw-sys/src/mips/net.rs b/vendor/linux-raw-sys/src/mips/net.rs index ef401f127..a0386f4bb 100644 --- a/vendor/linux-raw-sys/src/mips/net.rs +++ b/vendor/linux-raw-sys/src/mips/net.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __s8 = crate::ctypes::c_schar; pub type __u8 = crate::ctypes::c_uchar; diff --git a/vendor/linux-raw-sys/src/mips/netlink.rs b/vendor/linux-raw-sys/src/mips/netlink.rs index 2ac54486b..f828d926c 100644 --- a/vendor/linux-raw-sys/src/mips/netlink.rs +++ b/vendor/linux-raw-sys/src/mips/netlink.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __kernel_sa_family_t = crate::ctypes::c_ushort; pub type __s8 = crate::ctypes::c_schar; diff --git a/vendor/linux-raw-sys/src/mips/prctl.rs b/vendor/linux-raw-sys/src/mips/prctl.rs index d879313c3..05ef459cd 100644 --- a/vendor/linux-raw-sys/src/mips/prctl.rs +++ b/vendor/linux-raw-sys/src/mips/prctl.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __s8 = crate::ctypes::c_schar; pub type __u8 = crate::ctypes::c_uchar; diff --git a/vendor/linux-raw-sys/src/mips/system.rs b/vendor/linux-raw-sys/src/mips/system.rs index d2eef49cc..fad89656e 100644 --- a/vendor/linux-raw-sys/src/mips/system.rs +++ b/vendor/linux-raw-sys/src/mips/system.rs @@ -1,4 +1,4 @@ -/* automatically generated by rust-bindgen 0.65.1 */ +/* automatically generated by rust-bindgen 0.66.1 */ pub type __s8 = crate::ctypes::c_schar; pub type __u8 = crate::ctypes::c_uchar; |