mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1854025 - Vendor rustix. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D188653
This commit is contained in:
parent
72dafd44a4
commit
5b68bb600b
41
Cargo.lock
generated
41
Cargo.lock
generated
@ -1524,6 +1524,27 @@ dependencies = [
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "errno"
|
||||
version = "0.3.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
||||
dependencies = [
|
||||
"errno-dragonfly",
|
||||
"libc",
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "errno-dragonfly"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "error-chain"
|
||||
version = "0.12.4"
|
||||
@ -2185,6 +2206,7 @@ dependencies = [
|
||||
"rure",
|
||||
"rusqlite",
|
||||
"rust_minidump_writer_linux",
|
||||
"rustix",
|
||||
"static_prefs",
|
||||
"storage",
|
||||
"suggest",
|
||||
@ -3146,6 +3168,12 @@ version = "0.5.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.4.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
|
||||
|
||||
[[package]]
|
||||
name = "litemap"
|
||||
version = "0.7.0"
|
||||
@ -4742,6 +4770,19 @@ dependencies = [
|
||||
"semver",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.38.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
|
||||
dependencies = [
|
||||
"bitflags 2.4.0",
|
||||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys",
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ryu"
|
||||
version = "1.0.12"
|
||||
|
@ -1369,6 +1369,11 @@ who = "Nicolas Silva <nical@fastmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.9.3 -> 0.10.0"
|
||||
|
||||
[[audits.errno]]
|
||||
who = "Mike Hommey <mh+mozilla@glandium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.3.1 -> 0.3.3"
|
||||
|
||||
[[audits.extend]]
|
||||
who = "Ben Dean-Kawamura <bdk@mozilla.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
@ -4497,6 +4502,12 @@ user-id = 2915 # Amanieu d'Antras (Amanieu)
|
||||
start = "2021-01-27"
|
||||
end = "2024-05-05"
|
||||
|
||||
[[trusted.linux-raw-sys]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 6825 # Dan Gohman (sunfishcode)
|
||||
start = "2021-06-12"
|
||||
end = "2024-09-08"
|
||||
|
||||
[[trusted.lock_api]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 2915 # Amanieu d'Antras (Amanieu)
|
||||
@ -4581,6 +4592,12 @@ user-id = 189 # Andrew Gallant (BurntSushi)
|
||||
start = "2019-03-30"
|
||||
end = "2024-05-03"
|
||||
|
||||
[[trusted.rustix]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 6825 # Dan Gohman (sunfishcode)
|
||||
start = "2021-10-29"
|
||||
end = "2024-09-08"
|
||||
|
||||
[[trusted.ryu]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 3618 # David Tolnay (dtolnay)
|
||||
|
@ -295,6 +295,13 @@ user-id = 2915
|
||||
user-login = "Amanieu"
|
||||
user-name = "Amanieu d'Antras"
|
||||
|
||||
[[publisher.linux-raw-sys]]
|
||||
version = "0.4.7"
|
||||
when = "2023-09-10"
|
||||
user-id = 6825
|
||||
user-login = "sunfishcode"
|
||||
user-name = "Dan Gohman"
|
||||
|
||||
[[publisher.lock_api]]
|
||||
version = "0.4.9"
|
||||
when = "2022-09-20"
|
||||
@ -413,6 +420,13 @@ user-id = 57462
|
||||
user-login = "mozkeeler"
|
||||
user-name = "Dana Keeler"
|
||||
|
||||
[[publisher.rustix]]
|
||||
version = "0.38.13"
|
||||
when = "2023-09-10"
|
||||
user-id = 6825
|
||||
user-login = "sunfishcode"
|
||||
user-name = "Dan Gohman"
|
||||
|
||||
[[publisher.ryu]]
|
||||
version = "1.0.12"
|
||||
when = "2022-12-17"
|
||||
@ -880,6 +894,24 @@ who = "Benjamin Bouvier <public@benj.me>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.3"
|
||||
|
||||
[[audits.bytecode-alliance.audits.errno]]
|
||||
who = "Dan Gohman <dev@sunfishcode.online>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.3.0"
|
||||
notes = "This crate uses libc and windows-sys APIs to get and set the raw OS error value."
|
||||
|
||||
[[audits.bytecode-alliance.audits.errno]]
|
||||
who = "Dan Gohman <dev@sunfishcode.online>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.3.0 -> 0.3.1"
|
||||
notes = "Just a dependency version bump and a bug fix for redox"
|
||||
|
||||
[[audits.bytecode-alliance.audits.errno-dragonfly]]
|
||||
who = "Jamey Sharp <jsharp@fastly.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "0.1.2"
|
||||
notes = "This should be portable to any POSIX system and seems like it should be part of the libc crate, but at any rate it's safe as is."
|
||||
|
||||
[[audits.bytecode-alliance.audits.foreign-types]]
|
||||
who = "Pat Hickey <phickey@fastly.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
1
third_party/rust/errno-dragonfly/.cargo-checksum.json
vendored
Normal file
1
third_party/rust/errno-dragonfly/.cargo-checksum.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"files":{"Cargo.toml":"36cf2ca7d85e09d22a7dd384f95c51eb6a7f1a6234d3c54d251dfa575b990430","LICENSE":"e5b1e4fcd8ea2b20b09f378e44ef3f51f4b6a72a72b9f6a729e0f87bddcef97f","README.md":"1e8440a65b6befd65a507b60fb11ab29f314dd77012aa7a11b5d1fadbb5f908f","build.rs":"10d4f05ac56556fea0e98732dc4250ddf3f1acc3fea541c63a0bc130aca772e6","src/errno.c":"a857e47b114acb85fddcb252a610ab5734d225c26b7bedd7c35d7789d46c8526","src/lib.rs":"47245dcfc2d5797584444e70edb1997b2f5e39ecc0779599a7fcded379966c0f"},"package":"aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"}
|
27
third_party/rust/errno-dragonfly/Cargo.toml
vendored
Normal file
27
third_party/rust/errno-dragonfly/Cargo.toml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies
|
||||
#
|
||||
# If you believe there's an error in this file please file an
|
||||
# issue against the rust-lang/cargo repository. If you're
|
||||
# editing this file be aware that the upstream Cargo.toml
|
||||
# will likely look very different (and much more reasonable)
|
||||
|
||||
[package]
|
||||
edition = "2018"
|
||||
name = "errno-dragonfly"
|
||||
version = "0.1.2"
|
||||
authors = ["Michael Neumann <mneumann@ntecs.de>"]
|
||||
include = ["Cargo.toml", "LICENSE", "README.md", "build.rs", "src/lib.rs", "src/errno.c"]
|
||||
description = "Exposes errno functionality to stable Rust on DragonFlyBSD"
|
||||
keywords = ["dragonfly"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/mneumann/errno-dragonfly-rs"
|
||||
[dependencies.libc]
|
||||
version = "0.2"
|
||||
default-features = false
|
||||
[build-dependencies.cc]
|
||||
version = "1.0"
|
21
third_party/rust/errno-dragonfly/LICENSE
vendored
Normal file
21
third_party/rust/errno-dragonfly/LICENSE
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 Michael Neumann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
3
third_party/rust/errno-dragonfly/README.md
vendored
Normal file
3
third_party/rust/errno-dragonfly/README.md
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# errno-dragonfly-rs
|
||||
|
||||
Exposing `errno` functionality to stable Rust on DragonFly BSD.
|
3
third_party/rust/errno-dragonfly/build.rs
vendored
Normal file
3
third_party/rust/errno-dragonfly/build.rs
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
cc::Build::new().file("src/errno.c").compile("liberrno.a");
|
||||
}
|
3
third_party/rust/errno-dragonfly/src/errno.c
vendored
Normal file
3
third_party/rust/errno-dragonfly/src/errno.c
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#include <errno.h>
|
||||
|
||||
int *errno_location() { return &errno; }
|
6
third_party/rust/errno-dragonfly/src/lib.rs
vendored
Normal file
6
third_party/rust/errno-dragonfly/src/lib.rs
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#![no_std]
|
||||
|
||||
#[link(name = "errno", kind = "static")]
|
||||
extern "C" {
|
||||
pub fn errno_location() -> *mut libc::c_int;
|
||||
}
|
1
third_party/rust/errno/.cargo-checksum.json
vendored
Normal file
1
third_party/rust/errno/.cargo-checksum.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"files":{"CHANGELOG.md":"a79eced1320b216cd070df7d341f3fa1cae36419e5d93bbe38958974b6ce9412","Cargo.toml":"f0be240b8f099ace32511671f4976590f92edecb4d4ee764433442248c980de4","LICENSE-APACHE":"a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2","LICENSE-MIT":"8764a597675778ddfd4e25f81b08a05dbcf089ac05662df7613fe67f150e3aa2","README.md":"96a40903ea0fe68cf512d176a230f4a37df76de262f047f01a46f31de75402bd","clippy.toml":"2c27890fbf0454bb2405bdb013b1daeb78d57c5844b964bcac9afcc125fa46e4","src/hermit.rs":"ad03355bc4d79c180ab3210e1d3edd538eccaaea8d4f9a9b7eb8a0dc2d39b5df","src/lib.rs":"318f864b8cb9296c85f70f9dfb855c552303630b3a9390f147bb4b581b8d8b5c","src/unix.rs":"bbdb80131148c10687aca9c9d6037e5fb8b84c3c9a6a10f134c587f83dfd3af6","src/wasi.rs":"c606886ebda52b5dc7682c0f3aaf51e146692455acd5e303812cf0d634589d05","src/windows.rs":"7cbcdb8e74582f357fa945bb1c44c4d19c1a10bec958da1223305bf68ec35baf"},"package":"136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"}
|
60
third_party/rust/errno/CHANGELOG.md
vendored
Normal file
60
third_party/rust/errno/CHANGELOG.md
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
# [Unreleased]
|
||||
|
||||
# [0.3.3] - 2023-08-28
|
||||
|
||||
- Disable "libc/std" in no-std configurations.
|
||||
[#77](https://github.com/lambda-fairy/rust-errno/pull/77)
|
||||
|
||||
- Bump errno-dragonfly to 0.1.2
|
||||
[#75](https://github.com/lambda-fairy/rust-errno/pull/75)
|
||||
|
||||
- Support for the ESP-IDF framework
|
||||
[#74](https://github.com/lambda-fairy/rust-errno/pull/74)
|
||||
|
||||
# [0.3.2] - 2023-07-30
|
||||
|
||||
- Fix build on Hermit
|
||||
[#73](https://github.com/lambda-fairy/rust-errno/pull/73)
|
||||
|
||||
- Add support for QNX Neutrino
|
||||
[#72](https://github.com/lambda-fairy/rust-errno/pull/72)
|
||||
|
||||
# [0.3.1] - 2023-04-08
|
||||
|
||||
- Correct link name on redox
|
||||
[#69](https://github.com/lambda-fairy/rust-errno/pull/69)
|
||||
|
||||
- Update windows-sys requirement from 0.45 to 0.48
|
||||
[#70](https://github.com/lambda-fairy/rust-errno/pull/70)
|
||||
|
||||
# [0.3.0] - 2023-02-12
|
||||
|
||||
- Add haiku support
|
||||
[#42](https://github.com/lambda-fairy/rust-errno/pull/42)
|
||||
|
||||
- Add AIX support
|
||||
[#54](https://github.com/lambda-fairy/rust-errno/pull/54)
|
||||
|
||||
- Add formatting with `#![no_std]`
|
||||
[#44](https://github.com/lambda-fairy/rust-errno/pull/44)
|
||||
|
||||
- Switch from `winapi` to `windows-sys` [#55](https://github.com/lambda-fairy/rust-errno/pull/55)
|
||||
|
||||
- Update minimum Rust version to 1.48
|
||||
[#48](https://github.com/lambda-fairy/rust-errno/pull/48) [#55](https://github.com/lambda-fairy/rust-errno/pull/55)
|
||||
|
||||
- Upgrade to Rust 2018 edition [#59](https://github.com/lambda-fairy/rust-errno/pull/59)
|
||||
|
||||
- wasm32-wasi: Use `__errno_location` instead of `feature(thread_local)`. [#66](https://github.com/lambda-fairy/rust-errno/pull/66)
|
||||
|
||||
# [0.2.8] - 2021-10-27
|
||||
|
||||
- Optionally support no_std
|
||||
[#31](https://github.com/lambda-fairy/rust-errno/pull/31)
|
||||
|
||||
[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...HEAD
|
||||
[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
|
||||
[0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2
|
||||
[0.3.1]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1
|
||||
[0.3.0]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0
|
||||
[0.2.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.7...v0.2.8
|
52
third_party/rust/errno/Cargo.toml
vendored
Normal file
52
third_party/rust/errno/Cargo.toml
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies.
|
||||
#
|
||||
# If you are reading this file be aware that the original Cargo.toml
|
||||
# will likely look very different (and much more reasonable).
|
||||
# See Cargo.toml.orig for the original contents.
|
||||
|
||||
[package]
|
||||
edition = "2018"
|
||||
rust-version = "1.48"
|
||||
name = "errno"
|
||||
version = "0.3.3"
|
||||
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
||||
description = "Cross-platform interface to the `errno` variable."
|
||||
documentation = "https://docs.rs/errno"
|
||||
readme = "README.md"
|
||||
categories = [
|
||||
"no-std",
|
||||
"os",
|
||||
]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/lambda-fairy/rust-errno"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["libc/std"]
|
||||
|
||||
[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
|
||||
version = "0.1.2"
|
||||
|
||||
[target."cfg(target_os=\"hermit\")".dependencies.libc]
|
||||
version = "0.2"
|
||||
default-features = false
|
||||
|
||||
[target."cfg(target_os=\"wasi\")".dependencies.libc]
|
||||
version = "0.2"
|
||||
default-features = false
|
||||
|
||||
[target."cfg(unix)".dependencies.libc]
|
||||
version = "0.2"
|
||||
default-features = false
|
||||
|
||||
[target."cfg(windows)".dependencies.windows-sys]
|
||||
version = "0.48"
|
||||
features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_System_Diagnostics_Debug",
|
||||
]
|
201
third_party/rust/errno/LICENSE-APACHE
vendored
Normal file
201
third_party/rust/errno/LICENSE-APACHE
vendored
Normal file
@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
25
third_party/rust/errno/LICENSE-MIT
vendored
Normal file
25
third_party/rust/errno/LICENSE-MIT
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
Copyright (c) 2014 Chris Wong
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
documentation files (the "Software"), to deal in the
|
||||
Software without restriction, including without
|
||||
limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software
|
||||
is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice
|
||||
shall be included in all copies or substantial portions
|
||||
of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
||||
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
||||
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
||||
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
62
third_party/rust/errno/README.md
vendored
Normal file
62
third_party/rust/errno/README.md
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
# errno [![CI](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml/badge.svg)](https://github.com/lambda-fairy/rust-errno/actions/workflows/main.yml) [![Cargo](https://img.shields.io/crates/v/errno.svg)](https://crates.io/crates/errno)
|
||||
|
||||
Cross-platform interface to the [`errno`][errno] variable. Works on Rust 1.48 or newer.
|
||||
|
||||
Documentation is available at <https://docs.rs/errno>.
|
||||
|
||||
[errno]: https://en.wikipedia.org/wiki/Errno.h
|
||||
|
||||
|
||||
## Dependency
|
||||
|
||||
Add to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
errno = "*"
|
||||
```
|
||||
|
||||
|
||||
## Comparison with `std::io::Error`
|
||||
|
||||
The standard library provides [`Error::last_os_error`][last_os_error] which fetches `errno` in the same way.
|
||||
|
||||
This crate provides these extra features:
|
||||
|
||||
- No heap allocations
|
||||
- Optional `#![no_std]` support
|
||||
- A `set_errno` function
|
||||
|
||||
[last_os_error]: https://doc.rust-lang.org/std/io/struct.Error.html#method.last_os_error
|
||||
|
||||
|
||||
## Examples
|
||||
|
||||
```rust
|
||||
extern crate errno;
|
||||
use errno::{Errno, errno, set_errno};
|
||||
|
||||
// Get the current value of errno
|
||||
let e = errno();
|
||||
|
||||
// Set the current value of errno
|
||||
set_errno(e);
|
||||
|
||||
// Extract the error code as an i32
|
||||
let code = e.0;
|
||||
|
||||
// Display a human-friendly error message
|
||||
println!("Error {}: {}", code, e);
|
||||
```
|
||||
|
||||
|
||||
## `#![no_std]`
|
||||
|
||||
Enable `#![no_std]` support by disabling the default `std` feature:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
errno = { version = "*", default-features = false }
|
||||
```
|
||||
|
||||
The `Error` impl will be unavailable.
|
1
third_party/rust/errno/clippy.toml
vendored
Normal file
1
third_party/rust/errno/clippy.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
msrv = "1.48"
|
32
third_party/rust/errno/src/hermit.rs
vendored
Normal file
32
third_party/rust/errno/src/hermit.rs
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
//! Implementation of `errno` functionality for RustyHermit.
|
||||
//!
|
||||
//! Currently, the error handling in RustyHermit isn't clearly
|
||||
//! defined. At the current stage of RustyHermit, only a placeholder
|
||||
//! is provided to be compatible to the classical errno interface.
|
||||
|
||||
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://rust-lang.org/COPYRIGHT.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use crate::Errno;
|
||||
|
||||
pub fn with_description<F, T>(_err: Errno, callback: F) -> T
|
||||
where
|
||||
F: FnOnce(Result<&str, Errno>) -> T,
|
||||
{
|
||||
callback(Ok("unknown error"))
|
||||
}
|
||||
|
||||
pub const STRERROR_NAME: &str = "strerror_r";
|
||||
|
||||
pub fn errno() -> Errno {
|
||||
Errno(0)
|
||||
}
|
||||
|
||||
pub fn set_errno(_: Errno) {}
|
156
third_party/rust/errno/src/lib.rs
vendored
Normal file
156
third_party/rust/errno/src/lib.rs
vendored
Normal file
@ -0,0 +1,156 @@
|
||||
//! Cross-platform interface to the `errno` variable.
|
||||
//!
|
||||
//! # Examples
|
||||
//! ```
|
||||
//! use errno::{Errno, errno, set_errno};
|
||||
//!
|
||||
//! // Get the current value of errno
|
||||
//! let e = errno();
|
||||
//!
|
||||
//! // Set the current value of errno
|
||||
//! set_errno(e);
|
||||
//!
|
||||
//! // Extract the error code as an i32
|
||||
//! let code = e.0;
|
||||
//!
|
||||
//! // Display a human-friendly error message
|
||||
//! println!("Error {}: {}", code, e);
|
||||
//! ```
|
||||
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
#[cfg_attr(unix, path = "unix.rs")]
|
||||
#[cfg_attr(windows, path = "windows.rs")]
|
||||
#[cfg_attr(target_os = "wasi", path = "wasi.rs")]
|
||||
#[cfg_attr(target_os = "hermit", path = "hermit.rs")]
|
||||
mod sys;
|
||||
|
||||
use core::fmt;
|
||||
#[cfg(feature = "std")]
|
||||
use std::error::Error;
|
||||
#[cfg(feature = "std")]
|
||||
use std::io;
|
||||
|
||||
/// Wraps a platform-specific error code.
|
||||
///
|
||||
/// The `Display` instance maps the code to a human-readable string. It
|
||||
/// calls [`strerror_r`][1] under POSIX, and [`FormatMessageW`][2] on
|
||||
/// Windows.
|
||||
///
|
||||
/// [1]: http://pubs.opengroup.org/onlinepubs/009695399/functions/strerror.html
|
||||
/// [2]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms679351%28v=vs.85%29.aspx
|
||||
#[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd, Hash)]
|
||||
pub struct Errno(pub i32);
|
||||
|
||||
impl fmt::Debug for Errno {
|
||||
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
|
||||
sys::with_description(*self, |desc| {
|
||||
fmt.debug_struct("Errno")
|
||||
.field("code", &self.0)
|
||||
.field("description", &desc.ok())
|
||||
.finish()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Display for Errno {
|
||||
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
|
||||
sys::with_description(*self, |desc| match desc {
|
||||
Ok(desc) => fmt.write_str(desc),
|
||||
Err(fm_err) => write!(
|
||||
fmt,
|
||||
"OS error {} ({} returned error {})",
|
||||
self.0,
|
||||
sys::STRERROR_NAME,
|
||||
fm_err.0
|
||||
),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
impl From<Errno> for i32 {
|
||||
fn from(e: Errno) -> Self {
|
||||
e.0
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl Error for Errno {
|
||||
// TODO: Remove when MSRV >= 1.27
|
||||
#[allow(deprecated)]
|
||||
fn description(&self) -> &str {
|
||||
"system error"
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl From<Errno> for io::Error {
|
||||
fn from(errno: Errno) -> Self {
|
||||
io::Error::from_raw_os_error(errno.0)
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns the platform-specific value of `errno`.
|
||||
pub fn errno() -> Errno {
|
||||
sys::errno()
|
||||
}
|
||||
|
||||
/// Sets the platform-specific value of `errno`.
|
||||
pub fn set_errno(err: Errno) {
|
||||
sys::set_errno(err)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn it_works() {
|
||||
let x = errno();
|
||||
set_errno(x);
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[test]
|
||||
fn it_works_with_to_string() {
|
||||
let x = errno();
|
||||
let _ = x.to_string();
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[test]
|
||||
fn check_description() {
|
||||
let expect = if cfg!(windows) {
|
||||
"Incorrect function."
|
||||
} else if cfg!(target_os = "illumos") {
|
||||
"Not owner"
|
||||
} else if cfg!(target_os = "wasi") {
|
||||
"Argument list too long"
|
||||
} else if cfg!(target_os = "haiku") {
|
||||
"Operation not allowed"
|
||||
} else {
|
||||
"Operation not permitted"
|
||||
};
|
||||
|
||||
let errno_code = if cfg!(target_os = "haiku") {
|
||||
-2147483633
|
||||
} else {
|
||||
1
|
||||
};
|
||||
set_errno(Errno(errno_code));
|
||||
|
||||
assert_eq!(errno().to_string(), expect);
|
||||
assert_eq!(
|
||||
format!("{:?}", errno()),
|
||||
format!(
|
||||
"Errno {{ code: {}, description: Some({:?}) }}",
|
||||
errno_code, expect
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[test]
|
||||
fn check_error_into_errno() {
|
||||
const ERROR_CODE: i32 = 1;
|
||||
|
||||
let error = io::Error::from_raw_os_error(ERROR_CODE);
|
||||
let new_error: io::Error = Errno(ERROR_CODE).into();
|
||||
assert_eq!(error.kind(), new_error.kind());
|
||||
}
|
90
third_party/rust/errno/src/unix.rs
vendored
Normal file
90
third_party/rust/errno/src/unix.rs
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
//! Implementation of `errno` functionality for Unix systems.
|
||||
//!
|
||||
//! Adapted from `src/libstd/sys/unix/os.rs` in the Rust distribution.
|
||||
|
||||
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://rust-lang.org/COPYRIGHT.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use core::str;
|
||||
#[cfg(target_os = "dragonfly")]
|
||||
use errno_dragonfly::errno_location;
|
||||
use libc::{self, c_char, c_int, size_t, strlen};
|
||||
|
||||
use crate::Errno;
|
||||
|
||||
fn from_utf8_lossy(input: &[u8]) -> &str {
|
||||
match str::from_utf8(input) {
|
||||
Ok(valid) => valid,
|
||||
Err(error) => unsafe { str::from_utf8_unchecked(&input[..error.valid_up_to()]) },
|
||||
}
|
||||
}
|
||||
|
||||
pub fn with_description<F, T>(err: Errno, callback: F) -> T
|
||||
where
|
||||
F: FnOnce(Result<&str, Errno>) -> T,
|
||||
{
|
||||
let mut buf = [0u8; 1024];
|
||||
let c_str = unsafe {
|
||||
if strerror_r(err.0, buf.as_mut_ptr() as *mut _, buf.len() as size_t) < 0 {
|
||||
let fm_err = errno();
|
||||
if fm_err != Errno(libc::ERANGE) {
|
||||
return callback(Err(fm_err));
|
||||
}
|
||||
}
|
||||
let c_str_len = strlen(buf.as_ptr() as *const _);
|
||||
&buf[..c_str_len]
|
||||
};
|
||||
callback(Ok(from_utf8_lossy(c_str)))
|
||||
}
|
||||
|
||||
pub const STRERROR_NAME: &str = "strerror_r";
|
||||
|
||||
pub fn errno() -> Errno {
|
||||
unsafe { Errno(*errno_location()) }
|
||||
}
|
||||
|
||||
pub fn set_errno(Errno(errno): Errno) {
|
||||
unsafe {
|
||||
*errno_location() = errno;
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
#[cfg(not(target_os = "dragonfly"))]
|
||||
#[cfg_attr(
|
||||
any(target_os = "macos", target_os = "ios", target_os = "freebsd"),
|
||||
link_name = "__error"
|
||||
)]
|
||||
#[cfg_attr(
|
||||
any(
|
||||
target_os = "openbsd",
|
||||
target_os = "netbsd",
|
||||
target_os = "bitrig",
|
||||
target_os = "android",
|
||||
target_os = "espidf"
|
||||
),
|
||||
link_name = "__errno"
|
||||
)]
|
||||
#[cfg_attr(
|
||||
any(target_os = "solaris", target_os = "illumos"),
|
||||
link_name = "___errno"
|
||||
)]
|
||||
#[cfg_attr(target_os = "haiku", link_name = "_errnop")]
|
||||
#[cfg_attr(
|
||||
any(target_os = "linux", target_os = "redox"),
|
||||
link_name = "__errno_location"
|
||||
)]
|
||||
#[cfg_attr(target_os = "aix", link_name = "_Errno")]
|
||||
#[cfg_attr(target_os = "nto", link_name = "__get_errno_ptr")]
|
||||
fn errno_location() -> *mut c_int;
|
||||
|
||||
#[cfg_attr(target_os = "linux", link_name = "__xpg_strerror_r")]
|
||||
fn strerror_r(errnum: c_int, buf: *mut c_char, buflen: size_t) -> c_int;
|
||||
}
|
60
third_party/rust/errno/src/wasi.rs
vendored
Normal file
60
third_party/rust/errno/src/wasi.rs
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
//! Implementation of `errno` functionality for WASI.
|
||||
//!
|
||||
//! Adapted from `unix.rs`.
|
||||
|
||||
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://rust-lang.org/COPYRIGHT.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use core::str;
|
||||
use libc::{self, c_char, c_int, size_t, strlen};
|
||||
|
||||
use crate::Errno;
|
||||
|
||||
fn from_utf8_lossy(input: &[u8]) -> &str {
|
||||
match str::from_utf8(input) {
|
||||
Ok(valid) => valid,
|
||||
Err(error) => unsafe { str::from_utf8_unchecked(&input[..error.valid_up_to()]) },
|
||||
}
|
||||
}
|
||||
|
||||
pub fn with_description<F, T>(err: Errno, callback: F) -> T
|
||||
where
|
||||
F: FnOnce(Result<&str, Errno>) -> T,
|
||||
{
|
||||
let mut buf = [0u8; 1024];
|
||||
let c_str = unsafe {
|
||||
if strerror_r(err.0, buf.as_mut_ptr() as *mut _, buf.len() as size_t) < 0 {
|
||||
let fm_err = errno();
|
||||
if fm_err != Errno(libc::ERANGE) {
|
||||
return callback(Err(fm_err));
|
||||
}
|
||||
}
|
||||
let c_str_len = strlen(buf.as_ptr() as *const _);
|
||||
&buf[..c_str_len]
|
||||
};
|
||||
callback(Ok(from_utf8_lossy(c_str)))
|
||||
}
|
||||
|
||||
pub const STRERROR_NAME: &str = "strerror_r";
|
||||
|
||||
pub fn errno() -> Errno {
|
||||
unsafe { Errno(*__errno_location()) }
|
||||
}
|
||||
|
||||
pub fn set_errno(Errno(new_errno): Errno) {
|
||||
unsafe {
|
||||
*__errno_location() = new_errno;
|
||||
}
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
fn __errno_location() -> *mut c_int;
|
||||
fn strerror_r(errnum: c_int, buf: *mut c_char, buflen: size_t) -> c_int;
|
||||
}
|
81
third_party/rust/errno/src/windows.rs
vendored
Normal file
81
third_party/rust/errno/src/windows.rs
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
//! Implementation of `errno` functionality for Windows.
|
||||
//!
|
||||
//! Adapted from `src/libstd/sys/windows/os.rs` in the Rust distribution.
|
||||
|
||||
// Copyright 2014 The Rust Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// http://rust-lang.org/COPYRIGHT.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use core::char::{self, REPLACEMENT_CHARACTER};
|
||||
use core::ptr;
|
||||
use core::str;
|
||||
use windows_sys::Win32::Foundation::{GetLastError, SetLastError, WIN32_ERROR};
|
||||
use windows_sys::Win32::System::Diagnostics::Debug::{
|
||||
FormatMessageW, FORMAT_MESSAGE_FROM_SYSTEM, FORMAT_MESSAGE_IGNORE_INSERTS,
|
||||
};
|
||||
|
||||
use crate::Errno;
|
||||
|
||||
fn from_utf16_lossy<'a>(input: &[u16], output: &'a mut [u8]) -> &'a str {
|
||||
let mut output_len = 0;
|
||||
for c in char::decode_utf16(input.iter().copied().take_while(|&x| x != 0))
|
||||
.map(|x| x.unwrap_or(REPLACEMENT_CHARACTER))
|
||||
{
|
||||
let c_len = c.len_utf8();
|
||||
if c_len > output.len() - output_len {
|
||||
break;
|
||||
}
|
||||
c.encode_utf8(&mut output[output_len..]);
|
||||
output_len += c_len;
|
||||
}
|
||||
unsafe { str::from_utf8_unchecked(&output[..output_len]) }
|
||||
}
|
||||
|
||||
pub fn with_description<F, T>(err: Errno, callback: F) -> T
|
||||
where
|
||||
F: FnOnce(Result<&str, Errno>) -> T,
|
||||
{
|
||||
// This value is calculated from the macro
|
||||
// MAKELANGID(LANG_SYSTEM_DEFAULT, SUBLANG_SYS_DEFAULT)
|
||||
let lang_id = 0x0800_u32;
|
||||
|
||||
let mut buf = [0u16; 2048];
|
||||
|
||||
unsafe {
|
||||
let res = FormatMessageW(
|
||||
FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,
|
||||
ptr::null_mut(),
|
||||
err.0 as u32,
|
||||
lang_id,
|
||||
buf.as_mut_ptr(),
|
||||
buf.len() as u32,
|
||||
ptr::null_mut(),
|
||||
);
|
||||
if res == 0 {
|
||||
// Sometimes FormatMessageW can fail e.g. system doesn't like lang_id
|
||||
let fm_err = errno();
|
||||
return callback(Err(fm_err));
|
||||
}
|
||||
|
||||
let mut msg = [0u8; 2048];
|
||||
let msg = from_utf16_lossy(&buf[..res as usize], &mut msg[..]);
|
||||
// Trim trailing CRLF inserted by FormatMessageW
|
||||
callback(Ok(msg.trim_end()))
|
||||
}
|
||||
}
|
||||
|
||||
pub const STRERROR_NAME: &str = "FormatMessageW";
|
||||
|
||||
pub fn errno() -> Errno {
|
||||
unsafe { Errno(GetLastError() as i32) }
|
||||
}
|
||||
|
||||
pub fn set_errno(Errno(errno): Errno) {
|
||||
unsafe { SetLastError(errno as WIN32_ERROR) }
|
||||
}
|
1
third_party/rust/linux-raw-sys/.cargo-checksum.json
vendored
Normal file
1
third_party/rust/linux-raw-sys/.cargo-checksum.json
vendored
Normal file
File diff suppressed because one or more lines are too long
49
third_party/rust/linux-raw-sys/CODE_OF_CONDUCT.md
vendored
Normal file
49
third_party/rust/linux-raw-sys/CODE_OF_CONDUCT.md
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
*Note*: this Code of Conduct pertains to individuals' behavior. Please also see the [Organizational Code of Conduct][OCoC].
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behavior that contributes to creating a positive environment include:
|
||||
|
||||
* Using welcoming and inclusive language
|
||||
* Being respectful of differing viewpoints and experiences
|
||||
* Gracefully accepting constructive criticism
|
||||
* Focusing on what is best for the community
|
||||
* Showing empathy towards other community members
|
||||
|
||||
Examples of unacceptable behavior by participants include:
|
||||
|
||||
* The use of sexualized language or imagery and unwelcome sexual attention or advances
|
||||
* Trolling, insulting/derogatory comments, and personal or political attacks
|
||||
* Public or private harassment
|
||||
* Publishing others' private information, such as a physical or electronic address, without explicit permission
|
||||
* Other conduct which could reasonably be considered inappropriate in a professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Bytecode Alliance CoC team at [report@bytecodealliance.org](mailto:report@bytecodealliance.org). The CoC team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The CoC team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the Bytecode Alliance's leadership.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
|
||||
|
||||
[OCoC]: https://github.com/sunfishcode/linux-raw-sys/blob/main/ORG_CODE_OF_CONDUCT.md
|
||||
[homepage]: https://www.contributor-covenant.org
|
||||
[version]: https://www.contributor-covenant.org/version/1/4/
|
29
third_party/rust/linux-raw-sys/COPYRIGHT
vendored
Normal file
29
third_party/rust/linux-raw-sys/COPYRIGHT
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
Short version for non-lawyers:
|
||||
|
||||
`linux-raw-sys` is triple-licensed under Apache 2.0 with the LLVM Exception,
|
||||
Apache 2.0, and MIT terms.
|
||||
|
||||
|
||||
Longer version:
|
||||
|
||||
Copyrights in the `linux-raw-sys` project are retained by their contributors.
|
||||
No copyright assignment is required to contribute to the `linux-raw-sys`
|
||||
project.
|
||||
|
||||
Some files include code derived from Rust's `libstd`; see the comments in
|
||||
the code for details.
|
||||
|
||||
Except as otherwise noted (below and/or in individual files), `linux-raw-sys`
|
||||
is licensed under:
|
||||
|
||||
- the Apache License, Version 2.0, with the LLVM Exception
|
||||
<LICENSE-Apache-2.0_WITH_LLVM-exception> or
|
||||
<http://llvm.org/foundation/relicensing/LICENSE.txt>
|
||||
- the Apache License, Version 2.0
|
||||
<LICENSE-APACHE> or
|
||||
<http://www.apache.org/licenses/LICENSE-2.0>,
|
||||
- or the MIT license
|
||||
<LICENSE-MIT> or
|
||||
<http://opensource.org/licenses/MIT>,
|
||||
|
||||
at your option.
|
82
third_party/rust/linux-raw-sys/Cargo.toml
vendored
Normal file
82
third_party/rust/linux-raw-sys/Cargo.toml
vendored
Normal file
@ -0,0 +1,82 @@
|
||||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies.
|
||||
#
|
||||
# If you are reading this file be aware that the original Cargo.toml
|
||||
# will likely look very different (and much more reasonable).
|
||||
# See Cargo.toml.orig for the original contents.
|
||||
|
||||
[package]
|
||||
edition = "2021"
|
||||
rust-version = "1.63"
|
||||
name = "linux-raw-sys"
|
||||
version = "0.4.7"
|
||||
authors = ["Dan Gohman <dev@sunfishcode.online>"]
|
||||
exclude = [
|
||||
"/gen",
|
||||
"/.*",
|
||||
]
|
||||
description = "Generated bindings for Linux's userspace API"
|
||||
documentation = "https://docs.rs/linux-raw-sys"
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
"linux",
|
||||
"uapi",
|
||||
"ffi",
|
||||
]
|
||||
categories = ["external-ffi-bindings"]
|
||||
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/sunfishcode/linux-raw-sys"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"default",
|
||||
"ioctl",
|
||||
"netlink",
|
||||
]
|
||||
targets = [
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"i686-unknown-linux-gnu",
|
||||
]
|
||||
|
||||
[dependencies.compiler_builtins]
|
||||
version = "0.1.49"
|
||||
optional = true
|
||||
|
||||
[dependencies.core]
|
||||
version = "1.0.0"
|
||||
optional = true
|
||||
package = "rustc-std-workspace-core"
|
||||
|
||||
[dev-dependencies.libc]
|
||||
version = "0.2.100"
|
||||
|
||||
[dev-dependencies.static_assertions]
|
||||
version = "1.1.0"
|
||||
|
||||
[features]
|
||||
default = [
|
||||
"std",
|
||||
"general",
|
||||
"errno",
|
||||
]
|
||||
elf = []
|
||||
errno = []
|
||||
general = []
|
||||
if_ether = []
|
||||
io_uring = []
|
||||
ioctl = []
|
||||
net = []
|
||||
netlink = []
|
||||
no_std = []
|
||||
prctl = []
|
||||
rustc-dep-of-std = [
|
||||
"core",
|
||||
"compiler_builtins",
|
||||
"no_std",
|
||||
]
|
||||
std = []
|
||||
system = []
|
201
third_party/rust/linux-raw-sys/LICENSE-APACHE
vendored
Normal file
201
third_party/rust/linux-raw-sys/LICENSE-APACHE
vendored
Normal file
@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
220
third_party/rust/linux-raw-sys/LICENSE-Apache-2.0_WITH_LLVM-exception
vendored
Normal file
220
third_party/rust/linux-raw-sys/LICENSE-Apache-2.0_WITH_LLVM-exception
vendored
Normal file
@ -0,0 +1,220 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
--- LLVM Exceptions to the Apache 2.0 License ----
|
||||
|
||||
As an exception, if, as a result of your compiling your source code, portions
|
||||
of this Software are embedded into an Object form of such source code, you
|
||||
may redistribute such embedded portions in such Object form without complying
|
||||
with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
|
||||
|
||||
In addition, if you combine or link compiled forms of this Software with
|
||||
software that is licensed under the GPLv2 ("Combined Software") and if a
|
||||
court of competent jurisdiction determines that the patent provision (Section
|
||||
3), the indemnity provision (Section 9) or other Section of the License
|
||||
conflicts with the conditions of the GPLv2, you may retroactively and
|
||||
prospectively choose to deem waived or otherwise exclude such Section(s) of
|
||||
the License, but only in their entirety and only with respect to the Combined
|
||||
Software.
|
||||
|
23
third_party/rust/linux-raw-sys/LICENSE-MIT
vendored
Normal file
23
third_party/rust/linux-raw-sys/LICENSE-MIT
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
documentation files (the "Software"), to deal in the
|
||||
Software without restriction, including without
|
||||
limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software
|
||||
is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice
|
||||
shall be included in all copies or substantial portions
|
||||
of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
||||
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
||||
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
||||
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
143
third_party/rust/linux-raw-sys/ORG_CODE_OF_CONDUCT.md
vendored
Normal file
143
third_party/rust/linux-raw-sys/ORG_CODE_OF_CONDUCT.md
vendored
Normal file
@ -0,0 +1,143 @@
|
||||
# Bytecode Alliance Organizational Code of Conduct (OCoC)
|
||||
|
||||
*Note*: this Code of Conduct pertains to organizations' behavior. Please also see the [Individual Code of Conduct](CODE_OF_CONDUCT.md).
|
||||
|
||||
## Preamble
|
||||
|
||||
The Bytecode Alliance (BA) welcomes involvement from organizations,
|
||||
including commercial organizations. This document is an
|
||||
*organizational* code of conduct, intended particularly to provide
|
||||
guidance to commercial organizations. It is distinct from the
|
||||
[Individual Code of Conduct (ICoC)](CODE_OF_CONDUCT.md), and does not
|
||||
replace the ICoC. This OCoC applies to any group of people acting in
|
||||
concert as a BA member or as a participant in BA activities, whether
|
||||
or not that group is formally incorporated in some jurisdiction.
|
||||
|
||||
The code of conduct described below is not a set of rigid rules, and
|
||||
we did not write it to encompass every conceivable scenario that might
|
||||
arise. For example, it is theoretically possible there would be times
|
||||
when asserting patents is in the best interest of the BA community as
|
||||
a whole. In such instances, consult with the BA, strive for
|
||||
consensus, and interpret these rules with an intent that is generous
|
||||
to the community the BA serves.
|
||||
|
||||
While we may revise these guidelines from time to time based on
|
||||
real-world experience, overall they are based on a simple principle:
|
||||
|
||||
*Bytecode Alliance members should observe the distinction between
|
||||
public community functions and private functions — especially
|
||||
commercial ones — and should ensure that the latter support, or at
|
||||
least do not harm, the former.*
|
||||
|
||||
## Guidelines
|
||||
|
||||
* **Do not cause confusion about Wasm standards or interoperability.**
|
||||
|
||||
Having an interoperable WebAssembly core is a high priority for
|
||||
the BA, and members should strive to preserve that core. It is fine
|
||||
to develop additional non-standard features or APIs, but they
|
||||
should always be clearly distinguished from the core interoperable
|
||||
Wasm.
|
||||
|
||||
Treat the WebAssembly name and any BA-associated names with
|
||||
respect, and follow BA trademark and branding guidelines. If you
|
||||
distribute a customized version of software originally produced by
|
||||
the BA, or if you build a product or service using BA-derived
|
||||
software, use names that clearly distinguish your work from the
|
||||
original. (You should still provide proper attribution to the
|
||||
original, of course, wherever such attribution would normally be
|
||||
given.)
|
||||
|
||||
Further, do not use the WebAssembly name or BA-associated names in
|
||||
other public namespaces in ways that could cause confusion, e.g.,
|
||||
in company names, names of commercial service offerings, domain
|
||||
names, publicly-visible social media accounts or online service
|
||||
accounts, etc. It may sometimes be reasonable, however, to
|
||||
register such a name in a new namespace and then immediately donate
|
||||
control of that account to the BA, because that would help the project
|
||||
maintain its identity.
|
||||
|
||||
For further guidance, see the BA Trademark and Branding Policy
|
||||
[TODO: create policy, then insert link].
|
||||
|
||||
* **Do not restrict contributors.** If your company requires
|
||||
employees or contractors to sign non-compete agreements, those
|
||||
agreements must not prevent people from participating in the BA or
|
||||
contributing to related projects.
|
||||
|
||||
This does not mean that all non-compete agreements are incompatible
|
||||
with this code of conduct. For example, a company may restrict an
|
||||
employee's ability to solicit the company's customers. However, an
|
||||
agreement must not block any form of technical or social
|
||||
participation in BA activities, including but not limited to the
|
||||
implementation of particular features.
|
||||
|
||||
The accumulation of experience and expertise in individual persons,
|
||||
who are ultimately free to direct their energy and attention as
|
||||
they decide, is one of the most important drivers of progress in
|
||||
open source projects. A company that limits this freedom may hinder
|
||||
the success of the BA's efforts.
|
||||
|
||||
* **Do not use patents as offensive weapons.** If any BA participant
|
||||
prevents the adoption or development of BA technologies by
|
||||
asserting its patents, that undermines the purpose of the
|
||||
coalition. The collaboration fostered by the BA cannot include
|
||||
members who act to undermine its work.
|
||||
|
||||
* **Practice responsible disclosure** for security vulnerabilities.
|
||||
Use designated, non-public reporting channels to disclose technical
|
||||
vulnerabilities, and give the project a reasonable period to
|
||||
respond, remediate, and patch. [TODO: optionally include the
|
||||
security vulnerability reporting URL here.]
|
||||
|
||||
Vulnerability reporters may patch their company's own offerings, as
|
||||
long as that patching does not significantly delay the reporting of
|
||||
the vulnerability. Vulnerability information should never be used
|
||||
for unilateral commercial advantage. Vendors may legitimately
|
||||
compete on the speed and reliability with which they deploy
|
||||
security fixes, but withholding vulnerability information damages
|
||||
everyone in the long run by risking harm to the BA project's
|
||||
reputation and to the security of all users.
|
||||
|
||||
* **Respect the letter and spirit of open source practice.** While
|
||||
there is not space to list here all possible aspects of standard
|
||||
open source practice, some examples will help show what we mean:
|
||||
|
||||
* Abide by all applicable open source license terms. Do not engage
|
||||
in copyright violation or misattribution of any kind.
|
||||
|
||||
* Do not claim others' ideas or designs as your own.
|
||||
|
||||
* When others engage in publicly visible work (e.g., an upcoming
|
||||
demo that is coordinated in a public issue tracker), do not
|
||||
unilaterally announce early releases or early demonstrations of
|
||||
that work ahead of their schedule in order to secure private
|
||||
advantage (such as marketplace advantage) for yourself.
|
||||
|
||||
The BA reserves the right to determine what constitutes good open
|
||||
source practices and to take action as it deems appropriate to
|
||||
encourage, and if necessary enforce, such practices.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of organizational behavior in violation of the OCoC may
|
||||
be reported by contacting the Bytecode Alliance CoC team at
|
||||
[report@bytecodealliance.org](mailto:report@bytecodealliance.org). The
|
||||
CoC team will review and investigate all complaints, and will respond
|
||||
in a way that it deems appropriate to the circumstances. The CoC team
|
||||
is obligated to maintain confidentiality with regard to the reporter of
|
||||
an incident. Further details of specific enforcement policies may be
|
||||
posted separately.
|
||||
|
||||
When the BA deems an organization in violation of this OCoC, the BA
|
||||
will, at its sole discretion, determine what action to take. The BA
|
||||
will decide what type, degree, and duration of corrective action is
|
||||
needed, if any, before a violating organization can be considered for
|
||||
membership (if it was not already a member) or can have its membership
|
||||
reinstated (if it was a member and the BA canceled its membership due
|
||||
to the violation).
|
||||
|
||||
In practice, the BA's first approach will be to start a conversation,
|
||||
with punitive enforcement used only as a last resort. Violations
|
||||
often turn out to be unintentional and swiftly correctable with all
|
||||
parties acting in good faith.
|
44
third_party/rust/linux-raw-sys/README.md
vendored
Normal file
44
third_party/rust/linux-raw-sys/README.md
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
<div align="center">
|
||||
<h1><code>linux-raw-sys</code></h1>
|
||||
|
||||
<p>
|
||||
<strong>Generated bindings for Linux's userspace API</strong>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/sunfishcode/linux-raw-sys/actions?query=workflow%3ACI"><img src="https://github.com/sunfishcode/linux-raw-sys/workflows/CI/badge.svg" alt="Github Actions CI Status" /></a>
|
||||
<a href="https://bytecodealliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" alt="zulip chat" /></a>
|
||||
<a href="https://crates.io/crates/linux-raw-sys"><img src="https://img.shields.io/crates/v/linux-raw-sys.svg" alt="crates.io page" /></a>
|
||||
<a href="https://docs.rs/linux-raw-sys"><img src="https://docs.rs/linux-raw-sys/badge.svg" alt="docs.rs docs" /></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
This crate contains bindgen-generated bindings for Linux's userspace API.
|
||||
|
||||
This is primarily of interest if you want to make raw system calls directly,
|
||||
which is tedious and error prone and not necessary for most use cases. For a
|
||||
minimal type-safe, memory-safe, and I/O-safe API to the Linux system calls
|
||||
built on these bindings, see the [rustix crate].
|
||||
|
||||
The full bindings are quite large, so they've been split up into modules and
|
||||
cargo features. By default, `general` and `errno` are enabled, which provide
|
||||
most things needed by general-purpose code.
|
||||
|
||||
To regenerate the generated bindings, run `cargo update && cd gen && cargo run --release`.
|
||||
|
||||
## Similar crates
|
||||
|
||||
This is similar to [linux-sys], except the bindings are generated offline,
|
||||
rather than in a build.rs, making downstream builds simpler. And, this crate
|
||||
has bindings for more headers, as well as supplementary definitions not
|
||||
exported by Linux's headers but nonetheless needed by userspace.
|
||||
|
||||
# Minimum Supported Rust Version (MSRV)
|
||||
|
||||
This crate currently works on the version of [Rust on Debian stable], which is
|
||||
currently Rust 1.63. This policy may change in the future, in minor version
|
||||
releases, so users using a fixed version of Rust should pin to a specific
|
||||
version of this crate.
|
||||
|
||||
[linux-sys]: https://crates.io/crates/linux-sys
|
||||
[rustix crate]: https://github.com/bytecodealliance/rustix#linux-raw-syscall-support
|
135
third_party/rust/linux-raw-sys/src/aarch64/errno.rs
vendored
Normal file
135
third_party/rust/linux-raw-sys/src/aarch64/errno.rs
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
2805
third_party/rust/linux-raw-sys/src/aarch64/general.rs
vendored
Normal file
2805
third_party/rust/linux-raw-sys/src/aarch64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
167
third_party/rust/linux-raw-sys/src/aarch64/if_ether.rs
vendored
Normal file
167
third_party/rust/linux-raw-sys/src/aarch64/if_ether.rs
vendored
Normal file
@ -0,0 +1,167 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_old_uid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_old_gid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1083
third_party/rust/linux-raw-sys/src/aarch64/io_uring.rs
vendored
Normal file
1083
third_party/rust/linux-raw-sys/src/aarch64/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1593
third_party/rust/linux-raw-sys/src/aarch64/ioctl.rs
vendored
Normal file
1593
third_party/rust/linux-raw-sys/src/aarch64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1844
third_party/rust/linux-raw-sys/src/aarch64/net.rs
vendored
Normal file
1844
third_party/rust/linux-raw-sys/src/aarch64/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2854
third_party/rust/linux-raw-sys/src/aarch64/netlink.rs
vendored
Normal file
2854
third_party/rust/linux-raw-sys/src/aarch64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
221
third_party/rust/linux-raw-sys/src/aarch64/prctl.rs
vendored
Normal file
221
third_party/rust/linux-raw-sys/src/aarch64/prctl.rs
vendored
Normal file
@ -0,0 +1,221 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_old_uid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_old_gid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
129
third_party/rust/linux-raw-sys/src/aarch64/system.rs
vendored
Normal file
129
third_party/rust/linux-raw-sys/src/aarch64/system.rs
vendored
Normal file
@ -0,0 +1,129 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_old_uid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_old_gid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Default)]
|
||||
pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: __IncompleteArrayField<crate::ctypes::c_char>,
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
||||
impl<T> __IncompleteArrayField<T> {
|
||||
#[inline]
|
||||
pub const fn new() -> Self {
|
||||
__IncompleteArrayField(::core::marker::PhantomData, [])
|
||||
}
|
||||
#[inline]
|
||||
pub fn as_ptr(&self) -> *const T {
|
||||
self as *const _ as *const T
|
||||
}
|
||||
#[inline]
|
||||
pub fn as_mut_ptr(&mut self) -> *mut T {
|
||||
self as *mut _ as *mut T
|
||||
}
|
||||
#[inline]
|
||||
pub unsafe fn as_slice(&self, len: usize) -> &[T] {
|
||||
::core::slice::from_raw_parts(self.as_ptr(), len)
|
||||
}
|
||||
#[inline]
|
||||
pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] {
|
||||
::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len)
|
||||
}
|
||||
}
|
||||
impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
|
||||
fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
||||
fmt.write_str("__IncompleteArrayField")
|
||||
}
|
||||
}
|
135
third_party/rust/linux-raw-sys/src/arm/errno.rs
vendored
Normal file
135
third_party/rust/linux-raw-sys/src/arm/errno.rs
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
2937
third_party/rust/linux-raw-sys/src/arm/general.rs
vendored
Normal file
2937
third_party/rust/linux-raw-sys/src/arm/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
167
third_party/rust/linux-raw-sys/src/arm/if_ether.rs
vendored
Normal file
167
third_party/rust/linux-raw-sys/src/arm/if_ether.rs
vendored
Normal file
@ -0,0 +1,167 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1083
third_party/rust/linux-raw-sys/src/arm/io_uring.rs
vendored
Normal file
1083
third_party/rust/linux-raw-sys/src/arm/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1489
third_party/rust/linux-raw-sys/src/arm/ioctl.rs
vendored
Normal file
1489
third_party/rust/linux-raw-sys/src/arm/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1836
third_party/rust/linux-raw-sys/src/arm/net.rs
vendored
Normal file
1836
third_party/rust/linux-raw-sys/src/arm/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2854
third_party/rust/linux-raw-sys/src/arm/netlink.rs
vendored
Normal file
2854
third_party/rust/linux-raw-sys/src/arm/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
221
third_party/rust/linux-raw-sys/src/arm/prctl.rs
vendored
Normal file
221
third_party/rust/linux-raw-sys/src/arm/prctl.rs
vendored
Normal file
@ -0,0 +1,221 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
99
third_party/rust/linux-raw-sys/src/arm/system.rs
vendored
Normal file
99
third_party/rust/linux-raw-sys/src/arm/system.rs
vendored
Normal file
@ -0,0 +1,99 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: [crate::ctypes::c_char; 8usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
135
third_party/rust/linux-raw-sys/src/csky/errno.rs
vendored
Normal file
135
third_party/rust/linux-raw-sys/src/csky/errno.rs
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
2846
third_party/rust/linux-raw-sys/src/csky/general.rs
vendored
Normal file
2846
third_party/rust/linux-raw-sys/src/csky/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
167
third_party/rust/linux-raw-sys/src/csky/if_ether.rs
vendored
Normal file
167
third_party/rust/linux-raw-sys/src/csky/if_ether.rs
vendored
Normal file
@ -0,0 +1,167 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1087
third_party/rust/linux-raw-sys/src/csky/io_uring.rs
vendored
Normal file
1087
third_party/rust/linux-raw-sys/src/csky/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1489
third_party/rust/linux-raw-sys/src/csky/ioctl.rs
vendored
Normal file
1489
third_party/rust/linux-raw-sys/src/csky/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1836
third_party/rust/linux-raw-sys/src/csky/net.rs
vendored
Normal file
1836
third_party/rust/linux-raw-sys/src/csky/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2854
third_party/rust/linux-raw-sys/src/csky/netlink.rs
vendored
Normal file
2854
third_party/rust/linux-raw-sys/src/csky/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
221
third_party/rust/linux-raw-sys/src/csky/prctl.rs
vendored
Normal file
221
third_party/rust/linux-raw-sys/src/csky/prctl.rs
vendored
Normal file
@ -0,0 +1,221 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
99
third_party/rust/linux-raw-sys/src/csky/system.rs
vendored
Normal file
99
third_party/rust/linux-raw-sys/src/csky/system.rs
vendored
Normal file
@ -0,0 +1,99 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: [crate::ctypes::c_char; 8usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
256
third_party/rust/linux-raw-sys/src/elf.rs
vendored
Normal file
256
third_party/rust/linux-raw-sys/src/elf.rs
vendored
Normal file
@ -0,0 +1,256 @@
|
||||
//! The ELF ABI. 🧝
|
||||
|
||||
pub const SELFMAG: usize = 4;
|
||||
pub const ELFMAG: [u8; SELFMAG] = [0x7f, b'E', b'L', b'F'];
|
||||
pub const EI_CLASS: usize = 4;
|
||||
pub const EI_DATA: usize = 5;
|
||||
pub const EI_VERSION: usize = 6;
|
||||
pub const EI_OSABI: usize = 7;
|
||||
pub const EI_ABIVERSION: usize = 8;
|
||||
pub const EV_CURRENT: u8 = 1;
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
pub const ELFCLASS: u8 = 1; // ELFCLASS32
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
pub const ELFCLASS: u8 = 2; // ELFCLASS64
|
||||
#[cfg(target_endian = "little")]
|
||||
pub const ELFDATA: u8 = 1; // ELFDATA2LSB
|
||||
#[cfg(target_endian = "big")]
|
||||
pub const ELFDATA: u8 = 2; // ELFDATA2MSB
|
||||
pub const ELFOSABI_SYSV: u8 = 0;
|
||||
pub const ELFOSABI_LINUX: u8 = 3;
|
||||
// At present all of our supported platforms use 0.
|
||||
pub const ELFABIVERSION: u8 = 0;
|
||||
pub const ET_DYN: u16 = 3;
|
||||
pub const EI_NIDENT: usize = 16;
|
||||
pub const SHN_UNDEF: u16 = 0;
|
||||
pub const SHN_ABS: u16 = 0xfff1;
|
||||
pub const PN_XNUM: u16 = 0xffff;
|
||||
pub const PT_LOAD: u32 = 1;
|
||||
pub const PT_DYNAMIC: u32 = 2;
|
||||
pub const PT_INTERP: u32 = 3;
|
||||
pub const PT_PHDR: u32 = 6;
|
||||
pub const PT_TLS: u32 = 7;
|
||||
pub const PT_GNU_STACK: u32 = 0x6474_e551;
|
||||
pub const PT_GNU_RELRO: u32 = 0x6474_e552;
|
||||
pub const PF_X: u32 = 1;
|
||||
pub const PF_W: u32 = 2;
|
||||
pub const PF_R: u32 = 4;
|
||||
pub const DT_NULL: usize = 0;
|
||||
pub const DT_HASH: usize = 4;
|
||||
pub const DT_STRTAB: usize = 5;
|
||||
pub const DT_SYMTAB: usize = 6;
|
||||
pub const DT_RELA: usize = 7;
|
||||
pub const DT_RELASZ: usize = 8;
|
||||
pub const DT_RELAENT: usize = 9;
|
||||
pub const DT_SYMENT: usize = 11;
|
||||
pub const DT_VERSYM: usize = 0x6fff_fff0;
|
||||
pub const DT_VERDEF: usize = 0x6fff_fffc;
|
||||
pub const STB_WEAK: u8 = 2;
|
||||
pub const STB_GLOBAL: u8 = 1;
|
||||
pub const STT_NOTYPE: u8 = 0;
|
||||
pub const STT_FUNC: u8 = 2;
|
||||
pub const STN_UNDEF: u32 = 0;
|
||||
pub const VER_FLG_BASE: u16 = 0x1;
|
||||
pub const VER_DEF_CURRENT: u16 = 1;
|
||||
pub const STV_DEFAULT: u8 = 0;
|
||||
#[cfg(target_arch = "arm")]
|
||||
pub const EM_CURRENT: u16 = 40; // EM_ARM
|
||||
#[cfg(target_arch = "x86")]
|
||||
pub const EM_CURRENT: u16 = 3; // EM_386
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
pub const EM_CURRENT: u16 = 21; // EM_PPC64
|
||||
#[cfg(any(
|
||||
target_arch = "mips",
|
||||
target_arch = "mips32r6",
|
||||
target_arch = "mips64",
|
||||
target_arch = "mips64r6"
|
||||
))]
|
||||
pub const EM_CURRENT: u16 = 8; // EM_MIPS
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
pub const EM_CURRENT: u16 = 62; // EM_X86_64
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
pub const EM_CURRENT: u16 = 183; // EM_AARCH64
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
pub const EM_CURRENT: u16 = 243; // EM_RISCV
|
||||
|
||||
#[inline]
|
||||
pub const fn ELF_ST_VISIBILITY(o: u8) -> u8 {
|
||||
o & 0x03
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub const fn ELF_ST_BIND(val: u8) -> u8 {
|
||||
val >> 4
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub const fn ELF_ST_TYPE(val: u8) -> u8 {
|
||||
val & 0xf
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
pub struct Elf_Ehdr {
|
||||
pub e_ident: [u8; EI_NIDENT],
|
||||
pub e_type: u16,
|
||||
pub e_machine: u16,
|
||||
pub e_version: u32,
|
||||
pub e_entry: usize,
|
||||
pub e_phoff: usize,
|
||||
pub e_shoff: usize,
|
||||
pub e_flags: u32,
|
||||
pub e_ehsize: u16,
|
||||
pub e_phentsize: u16,
|
||||
pub e_phnum: u16,
|
||||
pub e_shentsize: u16,
|
||||
pub e_shnum: u16,
|
||||
pub e_shstrndx: u16,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
#[repr(C)]
|
||||
pub struct Elf_Phdr {
|
||||
pub p_type: u32,
|
||||
pub p_offset: usize,
|
||||
pub p_vaddr: usize,
|
||||
pub p_paddr: usize,
|
||||
pub p_filesz: usize,
|
||||
pub p_memsz: usize,
|
||||
pub p_flags: u32,
|
||||
pub p_align: usize,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
#[repr(C)]
|
||||
pub struct Elf_Phdr {
|
||||
pub p_type: u32,
|
||||
pub p_flags: u32,
|
||||
pub p_offset: usize,
|
||||
pub p_vaddr: usize,
|
||||
pub p_paddr: usize,
|
||||
pub p_filesz: usize,
|
||||
pub p_memsz: usize,
|
||||
pub p_align: usize,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
#[repr(C)]
|
||||
pub struct Elf_Sym {
|
||||
pub st_name: u32,
|
||||
pub st_value: usize,
|
||||
pub st_size: usize,
|
||||
pub st_info: u8,
|
||||
pub st_other: u8,
|
||||
pub st_shndx: u16,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
#[repr(C)]
|
||||
pub struct Elf_Sym {
|
||||
pub st_name: u32,
|
||||
pub st_info: u8,
|
||||
pub st_other: u8,
|
||||
pub st_shndx: u16,
|
||||
pub st_value: usize,
|
||||
pub st_size: usize,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
pub struct Elf_Verdef {
|
||||
pub vd_version: u16,
|
||||
pub vd_flags: u16,
|
||||
pub vd_ndx: u16,
|
||||
pub vd_cnt: u16,
|
||||
pub vd_hash: u32,
|
||||
pub vd_aux: u32,
|
||||
pub vd_next: u32,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
pub struct Elf_Verdaux {
|
||||
pub vda_name: u32,
|
||||
pub _vda_next: u32,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct Elf_Dyn {
|
||||
pub d_tag: usize,
|
||||
pub d_un: Elf_Dyn_Union,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub union Elf_Dyn_Union {
|
||||
pub d_val: u32,
|
||||
pub d_ptr: usize,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct Elf_Dyn {
|
||||
pub d_tag: usize,
|
||||
pub d_un: Elf_Dyn_Union,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
#[repr(C)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub union Elf_Dyn_Union {
|
||||
pub d_val: u64,
|
||||
pub d_ptr: usize,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
#[repr(C)]
|
||||
pub struct Elf_Rela {
|
||||
pub r_offset: usize,
|
||||
pub r_info: u32,
|
||||
pub r_addend: usize,
|
||||
}
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
#[repr(C)]
|
||||
pub struct Elf_Rela {
|
||||
pub r_offset: usize,
|
||||
pub r_info: u64,
|
||||
pub r_addend: usize,
|
||||
}
|
||||
|
||||
impl Elf_Rela {
|
||||
#[inline]
|
||||
pub fn type_(&self) -> u32 {
|
||||
#[cfg(target_pointer_width = "32")]
|
||||
{
|
||||
self.r_info & 0xff
|
||||
}
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
{
|
||||
(self.r_info & 0xffff_ffff) as u32
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
pub const R_RELATIVE: u32 = 8; // `R_X86_64_RELATIVE`
|
||||
#[cfg(target_arch = "x86")]
|
||||
pub const R_RELATIVE: u32 = 8; // `R_386_RELATIVE`
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
pub const R_RELATIVE: u32 = 1027; // `R_AARCH64_RELATIVE`
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
pub const R_RELATIVE: u32 = 3; // `R_RISCV_RELATIVE`
|
||||
#[cfg(target_arch = "arm")]
|
||||
pub const R_RELATIVE: u32 = 23; // `R_ARM_RELATIVE`
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone)]
|
||||
pub struct Elf_auxv_t {
|
||||
pub a_type: usize,
|
||||
|
||||
// Some of the values in the auxv array are pointers, so we make `a_val` a
|
||||
// pointer, in order to preserve their provenance. For the values which are
|
||||
// integers, we cast this to `usize`.
|
||||
pub a_val: *mut crate::ctypes::c_void,
|
||||
}
|
840
third_party/rust/linux-raw-sys/src/lib.rs
vendored
Normal file
840
third_party/rust/linux-raw-sys/src/lib.rs
vendored
Normal file
@ -0,0 +1,840 @@
|
||||
#![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 = "net")]
|
||||
pub mod cmsg_macros {
|
||||
use crate::ctypes::{c_long, c_uchar, c_uint};
|
||||
use crate::net::{cmsghdr, msghdr};
|
||||
use core::mem::size_of;
|
||||
use core::ptr;
|
||||
|
||||
pub const 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 const unsafe fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut c_uchar {
|
||||
(cmsg as *mut c_uchar).add(size_of::<cmsghdr>())
|
||||
}
|
||||
|
||||
pub const unsafe fn CMSG_SPACE(len: c_uint) -> c_uint {
|
||||
size_of::<cmsghdr>() as c_uint + CMSG_ALIGN(len)
|
||||
}
|
||||
|
||||
pub const unsafe fn CMSG_LEN(len: c_uint) -> c_uint {
|
||||
size_of::<cmsghdr>() as c_uint + len
|
||||
}
|
||||
|
||||
pub const 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 usize 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).add(CMSG_ALIGN(cmsg_len as _) as usize) 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.add(1) as usize > max
|
||||
|| next_cmsg as usize + CMSG_ALIGN(cmsg_len as _) as usize > max
|
||||
{
|
||||
return ptr::null_mut();
|
||||
}
|
||||
|
||||
next_cmsg
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "general")]
|
||||
pub mod select_macros {
|
||||
use crate::ctypes::c_int;
|
||||
use crate::general::__kernel_fd_set;
|
||||
use core::mem::size_of;
|
||||
|
||||
pub unsafe fn FD_CLR(fd: c_int, set: *mut __kernel_fd_set) {
|
||||
let bytes = set as *mut u8;
|
||||
if fd >= 0 {
|
||||
*bytes.add((fd / 8) as usize) &= !(1 << (fd % 8));
|
||||
}
|
||||
}
|
||||
|
||||
pub unsafe fn FD_SET(fd: c_int, set: *mut __kernel_fd_set) {
|
||||
let bytes = set as *mut u8;
|
||||
if fd >= 0 {
|
||||
*bytes.add((fd / 8) as usize) |= 1 << (fd % 8);
|
||||
}
|
||||
}
|
||||
|
||||
pub unsafe fn FD_ISSET(fd: c_int, set: *const __kernel_fd_set) -> bool {
|
||||
let bytes = set as *const u8;
|
||||
if fd >= 0 {
|
||||
*bytes.add((fd / 8) as usize) & (1 << (fd % 8)) != 0
|
||||
} else {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
pub unsafe fn FD_ZERO(set: *mut __kernel_fd_set) {
|
||||
let bytes = set as *mut u8;
|
||||
core::ptr::write_bytes(bytes, 0, size_of::<__kernel_fd_set>());
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "general")]
|
||||
pub mod signal_macros {
|
||||
pub const SIG_DFL: super::general::__kernel_sighandler_t = None;
|
||||
|
||||
/// Rust doesn't currently permit us to use `transmute` to convert the
|
||||
/// `SIG_IGN` value into a function pointer in a `const` initializer, so
|
||||
/// we make it a function instead.
|
||||
///
|
||||
#[inline]
|
||||
pub const fn sig_ign() -> super::general::__kernel_sighandler_t {
|
||||
// Safety: This creates an invalid pointer, but the pointer type
|
||||
// includes `unsafe`, which covers the safety of calling it.
|
||||
Some(unsafe {
|
||||
core::mem::transmute::<usize, unsafe extern "C" fn(crate::ctypes::c_int)>(1)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "elf")]
|
||||
pub mod elf;
|
||||
|
||||
// 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 = "if_ether")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "arm")]
|
||||
#[path = "arm/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "aarch64")]
|
||||
#[path = "aarch64/system.rs"]
|
||||
pub mod system;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "if_ether")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "csky")]
|
||||
#[path = "csky/system.rs"]
|
||||
pub mod system;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "if_ether")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "loongarch64")]
|
||||
#[path = "loongarch64/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "mips")]
|
||||
#[path = "mips/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "mips64")]
|
||||
#[path = "mips64/system.rs"]
|
||||
pub mod system;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "if_ether")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "mips32r6")]
|
||||
#[path = "mips32r6/system.rs"]
|
||||
pub mod system;
|
||||
#[cfg(feature = "errno")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/errno.rs"]
|
||||
pub mod errno;
|
||||
#[cfg(feature = "general")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/general.rs"]
|
||||
pub mod general;
|
||||
#[cfg(feature = "if_ether")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "mips64r6")]
|
||||
#[path = "mips64r6/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "powerpc")]
|
||||
#[path = "powerpc/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "powerpc64")]
|
||||
#[path = "powerpc64/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "riscv32")]
|
||||
#[path = "riscv32/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "riscv64")]
|
||||
#[path = "riscv64/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "s390x")]
|
||||
#[path = "s390x/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "sparc")]
|
||||
#[path = "sparc/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
#[path = "sparc64/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(target_arch = "x86")]
|
||||
#[path = "x86/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "64"))]
|
||||
#[path = "x86_64/system.rs"]
|
||||
pub mod system;
|
||||
#[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 = "if_ether")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/if_ether.rs"]
|
||||
pub mod if_ether;
|
||||
#[cfg(feature = "io_uring")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/io_uring.rs"]
|
||||
pub mod io_uring;
|
||||
#[cfg(feature = "ioctl")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/ioctl.rs"]
|
||||
pub mod ioctl;
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/net.rs"]
|
||||
pub mod net;
|
||||
#[cfg(feature = "netlink")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/netlink.rs"]
|
||||
pub mod netlink;
|
||||
#[cfg(feature = "prctl")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/prctl.rs"]
|
||||
pub mod prctl;
|
||||
#[cfg(feature = "system")]
|
||||
#[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
|
||||
#[path = "x32/system.rs"]
|
||||
pub mod system;
|
135
third_party/rust/linux-raw-sys/src/loongarch64/errno.rs
vendored
Normal file
135
third_party/rust/linux-raw-sys/src/loongarch64/errno.rs
vendored
Normal file
@ -0,0 +1,135 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
2790
third_party/rust/linux-raw-sys/src/loongarch64/general.rs
vendored
Normal file
2790
third_party/rust/linux-raw-sys/src/loongarch64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
167
third_party/rust/linux-raw-sys/src/loongarch64/if_ether.rs
vendored
Normal file
167
third_party/rust/linux-raw-sys/src/loongarch64/if_ether.rs
vendored
Normal file
@ -0,0 +1,167 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1083
third_party/rust/linux-raw-sys/src/loongarch64/io_uring.rs
vendored
Normal file
1083
third_party/rust/linux-raw-sys/src/loongarch64/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1489
third_party/rust/linux-raw-sys/src/loongarch64/ioctl.rs
vendored
Normal file
1489
third_party/rust/linux-raw-sys/src/loongarch64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1844
third_party/rust/linux-raw-sys/src/loongarch64/net.rs
vendored
Normal file
1844
third_party/rust/linux-raw-sys/src/loongarch64/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2854
third_party/rust/linux-raw-sys/src/loongarch64/netlink.rs
vendored
Normal file
2854
third_party/rust/linux-raw-sys/src/loongarch64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
221
third_party/rust/linux-raw-sys/src/loongarch64/prctl.rs
vendored
Normal file
221
third_party/rust/linux-raw-sys/src/loongarch64/prctl.rs
vendored
Normal file
@ -0,0 +1,221 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
129
third_party/rust/linux-raw-sys/src/loongarch64/system.rs
vendored
Normal file
129
third_party/rust/linux-raw-sys/src/loongarch64/system.rs
vendored
Normal file
@ -0,0 +1,129 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Default)]
|
||||
pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: __IncompleteArrayField<crate::ctypes::c_char>,
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
||||
impl<T> __IncompleteArrayField<T> {
|
||||
#[inline]
|
||||
pub const fn new() -> Self {
|
||||
__IncompleteArrayField(::core::marker::PhantomData, [])
|
||||
}
|
||||
#[inline]
|
||||
pub fn as_ptr(&self) -> *const T {
|
||||
self as *const _ as *const T
|
||||
}
|
||||
#[inline]
|
||||
pub fn as_mut_ptr(&mut self) -> *mut T {
|
||||
self as *mut _ as *mut T
|
||||
}
|
||||
#[inline]
|
||||
pub unsafe fn as_slice(&self, len: usize) -> &[T] {
|
||||
::core::slice::from_raw_parts(self.as_ptr(), len)
|
||||
}
|
||||
#[inline]
|
||||
pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] {
|
||||
::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len)
|
||||
}
|
||||
}
|
||||
impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
|
||||
fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
||||
fmt.write_str("__IncompleteArrayField")
|
||||
}
|
||||
}
|
137
third_party/rust/linux-raw-sys/src/mips/errno.rs
vendored
Normal file
137
third_party/rust/linux-raw-sys/src/mips/errno.rs
vendored
Normal file
@ -0,0 +1,137 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
3100
third_party/rust/linux-raw-sys/src/mips/general.rs
vendored
Normal file
3100
third_party/rust/linux-raw-sys/src/mips/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
177
third_party/rust/linux-raw-sys/src/mips/if_ether.rs
vendored
Normal file
177
third_party/rust/linux-raw-sys/src/mips/if_ether.rs
vendored
Normal file
@ -0,0 +1,177 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1093
third_party/rust/linux-raw-sys/src/mips/io_uring.rs
vendored
Normal file
1093
third_party/rust/linux-raw-sys/src/mips/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1587
third_party/rust/linux-raw-sys/src/mips/ioctl.rs
vendored
Normal file
1587
third_party/rust/linux-raw-sys/src/mips/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1867
third_party/rust/linux-raw-sys/src/mips/net.rs
vendored
Normal file
1867
third_party/rust/linux-raw-sys/src/mips/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2864
third_party/rust/linux-raw-sys/src/mips/netlink.rs
vendored
Normal file
2864
third_party/rust/linux-raw-sys/src/mips/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
231
third_party/rust/linux-raw-sys/src/mips/prctl.rs
vendored
Normal file
231
third_party/rust/linux-raw-sys/src/mips/prctl.rs
vendored
Normal file
@ -0,0 +1,231 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
109
third_party/rust/linux-raw-sys/src/mips/system.rs
vendored
Normal file
109
third_party/rust/linux-raw-sys/src/mips/system.rs
vendored
Normal file
@ -0,0 +1,109 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: [crate::ctypes::c_char; 8usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
137
third_party/rust/linux-raw-sys/src/mips32r6/errno.rs
vendored
Normal file
137
third_party/rust/linux-raw-sys/src/mips32r6/errno.rs
vendored
Normal file
@ -0,0 +1,137 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
3100
third_party/rust/linux-raw-sys/src/mips32r6/general.rs
vendored
Normal file
3100
third_party/rust/linux-raw-sys/src/mips32r6/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
177
third_party/rust/linux-raw-sys/src/mips32r6/if_ether.rs
vendored
Normal file
177
third_party/rust/linux-raw-sys/src/mips32r6/if_ether.rs
vendored
Normal file
@ -0,0 +1,177 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1093
third_party/rust/linux-raw-sys/src/mips32r6/io_uring.rs
vendored
Normal file
1093
third_party/rust/linux-raw-sys/src/mips32r6/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1587
third_party/rust/linux-raw-sys/src/mips32r6/ioctl.rs
vendored
Normal file
1587
third_party/rust/linux-raw-sys/src/mips32r6/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1867
third_party/rust/linux-raw-sys/src/mips32r6/net.rs
vendored
Normal file
1867
third_party/rust/linux-raw-sys/src/mips32r6/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2864
third_party/rust/linux-raw-sys/src/mips32r6/netlink.rs
vendored
Normal file
2864
third_party/rust/linux-raw-sys/src/mips32r6/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
231
third_party/rust/linux-raw-sys/src/mips32r6/prctl.rs
vendored
Normal file
231
third_party/rust/linux-raw-sys/src/mips32r6/prctl.rs
vendored
Normal file
@ -0,0 +1,231 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
109
third_party/rust/linux-raw-sys/src/mips32r6/system.rs
vendored
Normal file
109
third_party/rust/linux-raw-sys/src/mips32r6/system.rs
vendored
Normal file
@ -0,0 +1,109 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_longlong;
|
||||
pub type __u64 = crate::ctypes::c_ulonglong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_ssize_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ptrdiff_t = crate::ctypes::c_int;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: [crate::ctypes::c_char; 8usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
137
third_party/rust/linux-raw-sys/src/mips64/errno.rs
vendored
Normal file
137
third_party/rust/linux-raw-sys/src/mips64/errno.rs
vendored
Normal file
@ -0,0 +1,137 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
3017
third_party/rust/linux-raw-sys/src/mips64/general.rs
vendored
Normal file
3017
third_party/rust/linux-raw-sys/src/mips64/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
177
third_party/rust/linux-raw-sys/src/mips64/if_ether.rs
vendored
Normal file
177
third_party/rust/linux-raw-sys/src/mips64/if_ether.rs
vendored
Normal file
@ -0,0 +1,177 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_long;
|
||||
pub type __u64 = crate::ctypes::c_ulong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1093
third_party/rust/linux-raw-sys/src/mips64/io_uring.rs
vendored
Normal file
1093
third_party/rust/linux-raw-sys/src/mips64/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1587
third_party/rust/linux-raw-sys/src/mips64/ioctl.rs
vendored
Normal file
1587
third_party/rust/linux-raw-sys/src/mips64/ioctl.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1875
third_party/rust/linux-raw-sys/src/mips64/net.rs
vendored
Normal file
1875
third_party/rust/linux-raw-sys/src/mips64/net.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2864
third_party/rust/linux-raw-sys/src/mips64/netlink.rs
vendored
Normal file
2864
third_party/rust/linux-raw-sys/src/mips64/netlink.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
231
third_party/rust/linux-raw-sys/src/mips64/prctl.rs
vendored
Normal file
231
third_party/rust/linux-raw-sys/src/mips64/prctl.rs
vendored
Normal file
@ -0,0 +1,231 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_long;
|
||||
pub type __u64 = crate::ctypes::c_ulong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct prctl_mm_map {
|
||||
pub start_code: __u64,
|
||||
pub end_code: __u64,
|
||||
pub start_data: __u64,
|
||||
pub end_data: __u64,
|
||||
pub start_brk: __u64,
|
||||
pub brk: __u64,
|
||||
pub start_stack: __u64,
|
||||
pub arg_start: __u64,
|
||||
pub arg_end: __u64,
|
||||
pub env_start: __u64,
|
||||
pub env_end: __u64,
|
||||
pub auxv: *mut __u64,
|
||||
pub auxv_size: __u32,
|
||||
pub exe_fd: __u32,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const PR_SET_PDEATHSIG: u32 = 1;
|
||||
pub const PR_GET_PDEATHSIG: u32 = 2;
|
||||
pub const PR_GET_DUMPABLE: u32 = 3;
|
||||
pub const PR_SET_DUMPABLE: u32 = 4;
|
||||
pub const PR_GET_UNALIGN: u32 = 5;
|
||||
pub const PR_SET_UNALIGN: u32 = 6;
|
||||
pub const PR_UNALIGN_NOPRINT: u32 = 1;
|
||||
pub const PR_UNALIGN_SIGBUS: u32 = 2;
|
||||
pub const PR_GET_KEEPCAPS: u32 = 7;
|
||||
pub const PR_SET_KEEPCAPS: u32 = 8;
|
||||
pub const PR_GET_FPEMU: u32 = 9;
|
||||
pub const PR_SET_FPEMU: u32 = 10;
|
||||
pub const PR_FPEMU_NOPRINT: u32 = 1;
|
||||
pub const PR_FPEMU_SIGFPE: u32 = 2;
|
||||
pub const PR_GET_FPEXC: u32 = 11;
|
||||
pub const PR_SET_FPEXC: u32 = 12;
|
||||
pub const PR_FP_EXC_SW_ENABLE: u32 = 128;
|
||||
pub const PR_FP_EXC_DIV: u32 = 65536;
|
||||
pub const PR_FP_EXC_OVF: u32 = 131072;
|
||||
pub const PR_FP_EXC_UND: u32 = 262144;
|
||||
pub const PR_FP_EXC_RES: u32 = 524288;
|
||||
pub const PR_FP_EXC_INV: u32 = 1048576;
|
||||
pub const PR_FP_EXC_DISABLED: u32 = 0;
|
||||
pub const PR_FP_EXC_NONRECOV: u32 = 1;
|
||||
pub const PR_FP_EXC_ASYNC: u32 = 2;
|
||||
pub const PR_FP_EXC_PRECISE: u32 = 3;
|
||||
pub const PR_GET_TIMING: u32 = 13;
|
||||
pub const PR_SET_TIMING: u32 = 14;
|
||||
pub const PR_TIMING_STATISTICAL: u32 = 0;
|
||||
pub const PR_TIMING_TIMESTAMP: u32 = 1;
|
||||
pub const PR_SET_NAME: u32 = 15;
|
||||
pub const PR_GET_NAME: u32 = 16;
|
||||
pub const PR_GET_ENDIAN: u32 = 19;
|
||||
pub const PR_SET_ENDIAN: u32 = 20;
|
||||
pub const PR_ENDIAN_BIG: u32 = 0;
|
||||
pub const PR_ENDIAN_LITTLE: u32 = 1;
|
||||
pub const PR_ENDIAN_PPC_LITTLE: u32 = 2;
|
||||
pub const PR_GET_SECCOMP: u32 = 21;
|
||||
pub const PR_SET_SECCOMP: u32 = 22;
|
||||
pub const PR_CAPBSET_READ: u32 = 23;
|
||||
pub const PR_CAPBSET_DROP: u32 = 24;
|
||||
pub const PR_GET_TSC: u32 = 25;
|
||||
pub const PR_SET_TSC: u32 = 26;
|
||||
pub const PR_TSC_ENABLE: u32 = 1;
|
||||
pub const PR_TSC_SIGSEGV: u32 = 2;
|
||||
pub const PR_GET_SECUREBITS: u32 = 27;
|
||||
pub const PR_SET_SECUREBITS: u32 = 28;
|
||||
pub const PR_SET_TIMERSLACK: u32 = 29;
|
||||
pub const PR_GET_TIMERSLACK: u32 = 30;
|
||||
pub const PR_TASK_PERF_EVENTS_DISABLE: u32 = 31;
|
||||
pub const PR_TASK_PERF_EVENTS_ENABLE: u32 = 32;
|
||||
pub const PR_MCE_KILL: u32 = 33;
|
||||
pub const PR_MCE_KILL_CLEAR: u32 = 0;
|
||||
pub const PR_MCE_KILL_SET: u32 = 1;
|
||||
pub const PR_MCE_KILL_LATE: u32 = 0;
|
||||
pub const PR_MCE_KILL_EARLY: u32 = 1;
|
||||
pub const PR_MCE_KILL_DEFAULT: u32 = 2;
|
||||
pub const PR_MCE_KILL_GET: u32 = 34;
|
||||
pub const PR_SET_MM: u32 = 35;
|
||||
pub const PR_SET_MM_START_CODE: u32 = 1;
|
||||
pub const PR_SET_MM_END_CODE: u32 = 2;
|
||||
pub const PR_SET_MM_START_DATA: u32 = 3;
|
||||
pub const PR_SET_MM_END_DATA: u32 = 4;
|
||||
pub const PR_SET_MM_START_STACK: u32 = 5;
|
||||
pub const PR_SET_MM_START_BRK: u32 = 6;
|
||||
pub const PR_SET_MM_BRK: u32 = 7;
|
||||
pub const PR_SET_MM_ARG_START: u32 = 8;
|
||||
pub const PR_SET_MM_ARG_END: u32 = 9;
|
||||
pub const PR_SET_MM_ENV_START: u32 = 10;
|
||||
pub const PR_SET_MM_ENV_END: u32 = 11;
|
||||
pub const PR_SET_MM_AUXV: u32 = 12;
|
||||
pub const PR_SET_MM_EXE_FILE: u32 = 13;
|
||||
pub const PR_SET_MM_MAP: u32 = 14;
|
||||
pub const PR_SET_MM_MAP_SIZE: u32 = 15;
|
||||
pub const PR_SET_PTRACER: u32 = 1499557217;
|
||||
pub const PR_SET_CHILD_SUBREAPER: u32 = 36;
|
||||
pub const PR_GET_CHILD_SUBREAPER: u32 = 37;
|
||||
pub const PR_SET_NO_NEW_PRIVS: u32 = 38;
|
||||
pub const PR_GET_NO_NEW_PRIVS: u32 = 39;
|
||||
pub const PR_GET_TID_ADDRESS: u32 = 40;
|
||||
pub const PR_SET_THP_DISABLE: u32 = 41;
|
||||
pub const PR_GET_THP_DISABLE: u32 = 42;
|
||||
pub const PR_MPX_ENABLE_MANAGEMENT: u32 = 43;
|
||||
pub const PR_MPX_DISABLE_MANAGEMENT: u32 = 44;
|
||||
pub const PR_SET_FP_MODE: u32 = 45;
|
||||
pub const PR_GET_FP_MODE: u32 = 46;
|
||||
pub const PR_FP_MODE_FR: u32 = 1;
|
||||
pub const PR_FP_MODE_FRE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT: u32 = 47;
|
||||
pub const PR_CAP_AMBIENT_IS_SET: u32 = 1;
|
||||
pub const PR_CAP_AMBIENT_RAISE: u32 = 2;
|
||||
pub const PR_CAP_AMBIENT_LOWER: u32 = 3;
|
||||
pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4;
|
||||
pub const PR_SVE_SET_VL: u32 = 50;
|
||||
pub const PR_SVE_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SVE_GET_VL: u32 = 51;
|
||||
pub const PR_SVE_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SVE_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_GET_SPECULATION_CTRL: u32 = 52;
|
||||
pub const PR_SET_SPECULATION_CTRL: u32 = 53;
|
||||
pub const PR_SPEC_STORE_BYPASS: u32 = 0;
|
||||
pub const PR_SPEC_INDIRECT_BRANCH: u32 = 1;
|
||||
pub const PR_SPEC_L1D_FLUSH: u32 = 2;
|
||||
pub const PR_SPEC_NOT_AFFECTED: u32 = 0;
|
||||
pub const PR_SPEC_PRCTL: u32 = 1;
|
||||
pub const PR_SPEC_ENABLE: u32 = 2;
|
||||
pub const PR_SPEC_DISABLE: u32 = 4;
|
||||
pub const PR_SPEC_FORCE_DISABLE: u32 = 8;
|
||||
pub const PR_SPEC_DISABLE_NOEXEC: u32 = 16;
|
||||
pub const PR_PAC_RESET_KEYS: u32 = 54;
|
||||
pub const PR_PAC_APIAKEY: u32 = 1;
|
||||
pub const PR_PAC_APIBKEY: u32 = 2;
|
||||
pub const PR_PAC_APDAKEY: u32 = 4;
|
||||
pub const PR_PAC_APDBKEY: u32 = 8;
|
||||
pub const PR_PAC_APGAKEY: u32 = 16;
|
||||
pub const PR_SET_TAGGED_ADDR_CTRL: u32 = 55;
|
||||
pub const PR_GET_TAGGED_ADDR_CTRL: u32 = 56;
|
||||
pub const PR_TAGGED_ADDR_ENABLE: u32 = 1;
|
||||
pub const PR_MTE_TCF_NONE: u32 = 0;
|
||||
pub const PR_MTE_TCF_SYNC: u32 = 2;
|
||||
pub const PR_MTE_TCF_ASYNC: u32 = 4;
|
||||
pub const PR_MTE_TCF_MASK: u32 = 6;
|
||||
pub const PR_MTE_TAG_SHIFT: u32 = 3;
|
||||
pub const PR_MTE_TAG_MASK: u32 = 524280;
|
||||
pub const PR_MTE_TCF_SHIFT: u32 = 1;
|
||||
pub const PR_SET_IO_FLUSHER: u32 = 57;
|
||||
pub const PR_GET_IO_FLUSHER: u32 = 58;
|
||||
pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59;
|
||||
pub const PR_SYS_DISPATCH_OFF: u32 = 0;
|
||||
pub const PR_SYS_DISPATCH_ON: u32 = 1;
|
||||
pub const SYSCALL_DISPATCH_FILTER_ALLOW: u32 = 0;
|
||||
pub const SYSCALL_DISPATCH_FILTER_BLOCK: u32 = 1;
|
||||
pub const PR_PAC_SET_ENABLED_KEYS: u32 = 60;
|
||||
pub const PR_PAC_GET_ENABLED_KEYS: u32 = 61;
|
||||
pub const PR_SCHED_CORE: u32 = 62;
|
||||
pub const PR_SCHED_CORE_GET: u32 = 0;
|
||||
pub const PR_SCHED_CORE_CREATE: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SHARE_TO: u32 = 2;
|
||||
pub const PR_SCHED_CORE_SHARE_FROM: u32 = 3;
|
||||
pub const PR_SCHED_CORE_MAX: u32 = 4;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD: u32 = 0;
|
||||
pub const PR_SCHED_CORE_SCOPE_THREAD_GROUP: u32 = 1;
|
||||
pub const PR_SCHED_CORE_SCOPE_PROCESS_GROUP: u32 = 2;
|
||||
pub const PR_SME_SET_VL: u32 = 63;
|
||||
pub const PR_SME_SET_VL_ONEXEC: u32 = 262144;
|
||||
pub const PR_SME_GET_VL: u32 = 64;
|
||||
pub const PR_SME_VL_LEN_MASK: u32 = 65535;
|
||||
pub const PR_SME_VL_INHERIT: u32 = 131072;
|
||||
pub const PR_SET_MDWE: u32 = 65;
|
||||
pub const PR_MDWE_REFUSE_EXEC_GAIN: u32 = 1;
|
||||
pub const PR_GET_MDWE: u32 = 66;
|
||||
pub const PR_SET_VMA: u32 = 1398164801;
|
||||
pub const PR_SET_VMA_ANON_NAME: u32 = 0;
|
139
third_party/rust/linux-raw-sys/src/mips64/system.rs
vendored
Normal file
139
third_party/rust/linux-raw-sys/src/mips64/system.rs
vendored
Normal file
@ -0,0 +1,139 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_long;
|
||||
pub type __u64 = crate::ctypes::c_ulong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C)]
|
||||
#[derive(Default)]
|
||||
pub struct __IncompleteArrayField<T>(::core::marker::PhantomData<T>, [T; 0]);
|
||||
#[repr(C)]
|
||||
#[derive(Debug)]
|
||||
pub struct sysinfo {
|
||||
pub uptime: __kernel_long_t,
|
||||
pub loads: [__kernel_ulong_t; 3usize],
|
||||
pub totalram: __kernel_ulong_t,
|
||||
pub freeram: __kernel_ulong_t,
|
||||
pub sharedram: __kernel_ulong_t,
|
||||
pub bufferram: __kernel_ulong_t,
|
||||
pub totalswap: __kernel_ulong_t,
|
||||
pub freeswap: __kernel_ulong_t,
|
||||
pub procs: __u16,
|
||||
pub pad: __u16,
|
||||
pub totalhigh: __kernel_ulong_t,
|
||||
pub freehigh: __kernel_ulong_t,
|
||||
pub mem_unit: __u32,
|
||||
pub _f: __IncompleteArrayField<crate::ctypes::c_char>,
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct oldold_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 9usize],
|
||||
pub nodename: [crate::ctypes::c_char; 9usize],
|
||||
pub release: [crate::ctypes::c_char; 9usize],
|
||||
pub version: [crate::ctypes::c_char; 9usize],
|
||||
pub machine: [crate::ctypes::c_char; 9usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct old_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct new_utsname {
|
||||
pub sysname: [crate::ctypes::c_char; 65usize],
|
||||
pub nodename: [crate::ctypes::c_char; 65usize],
|
||||
pub release: [crate::ctypes::c_char; 65usize],
|
||||
pub version: [crate::ctypes::c_char; 65usize],
|
||||
pub machine: [crate::ctypes::c_char; 65usize],
|
||||
pub domainname: [crate::ctypes::c_char; 65usize],
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const SI_LOAD_SHIFT: u32 = 16;
|
||||
pub const __OLD_UTS_LEN: u32 = 8;
|
||||
pub const __NEW_UTS_LEN: u32 = 64;
|
||||
impl<T> __IncompleteArrayField<T> {
|
||||
#[inline]
|
||||
pub const fn new() -> Self {
|
||||
__IncompleteArrayField(::core::marker::PhantomData, [])
|
||||
}
|
||||
#[inline]
|
||||
pub fn as_ptr(&self) -> *const T {
|
||||
self as *const _ as *const T
|
||||
}
|
||||
#[inline]
|
||||
pub fn as_mut_ptr(&mut self) -> *mut T {
|
||||
self as *mut _ as *mut T
|
||||
}
|
||||
#[inline]
|
||||
pub unsafe fn as_slice(&self, len: usize) -> &[T] {
|
||||
::core::slice::from_raw_parts(self.as_ptr(), len)
|
||||
}
|
||||
#[inline]
|
||||
pub unsafe fn as_mut_slice(&mut self, len: usize) -> &mut [T] {
|
||||
::core::slice::from_raw_parts_mut(self.as_mut_ptr(), len)
|
||||
}
|
||||
}
|
||||
impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
|
||||
fn fmt(&self, fmt: &mut ::core::fmt::Formatter<'_>) -> ::core::fmt::Result {
|
||||
fmt.write_str("__IncompleteArrayField")
|
||||
}
|
||||
}
|
137
third_party/rust/linux-raw-sys/src/mips64r6/errno.rs
vendored
Normal file
137
third_party/rust/linux-raw-sys/src/mips64r6/errno.rs
vendored
Normal file
@ -0,0 +1,137 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
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;
|
3017
third_party/rust/linux-raw-sys/src/mips64r6/general.rs
vendored
Normal file
3017
third_party/rust/linux-raw-sys/src/mips64r6/general.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
177
third_party/rust/linux-raw-sys/src/mips64r6/if_ether.rs
vendored
Normal file
177
third_party/rust/linux-raw-sys/src/mips64r6/if_ether.rs
vendored
Normal file
@ -0,0 +1,177 @@
|
||||
/* automatically generated by rust-bindgen 0.66.1 */
|
||||
|
||||
pub type __s8 = crate::ctypes::c_schar;
|
||||
pub type __u8 = crate::ctypes::c_uchar;
|
||||
pub type __s16 = crate::ctypes::c_short;
|
||||
pub type __u16 = crate::ctypes::c_ushort;
|
||||
pub type __s32 = crate::ctypes::c_int;
|
||||
pub type __u32 = crate::ctypes::c_uint;
|
||||
pub type __s64 = crate::ctypes::c_long;
|
||||
pub type __u64 = crate::ctypes::c_ulong;
|
||||
pub type __kernel_key_t = crate::ctypes::c_int;
|
||||
pub type __kernel_mqd_t = crate::ctypes::c_int;
|
||||
pub type __kernel_daddr_t = crate::ctypes::c_long;
|
||||
pub type __kernel_long_t = crate::ctypes::c_long;
|
||||
pub type __kernel_ulong_t = crate::ctypes::c_ulong;
|
||||
pub type __kernel_ino_t = __kernel_ulong_t;
|
||||
pub type __kernel_mode_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_ipc_pid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_uid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_suseconds_t = __kernel_long_t;
|
||||
pub type __kernel_uid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_gid32_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_old_uid_t = __kernel_uid_t;
|
||||
pub type __kernel_old_gid_t = __kernel_gid_t;
|
||||
pub type __kernel_old_dev_t = crate::ctypes::c_uint;
|
||||
pub type __kernel_size_t = __kernel_ulong_t;
|
||||
pub type __kernel_ssize_t = __kernel_long_t;
|
||||
pub type __kernel_ptrdiff_t = __kernel_long_t;
|
||||
pub type __kernel_off_t = __kernel_long_t;
|
||||
pub type __kernel_loff_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_old_time_t = __kernel_long_t;
|
||||
pub type __kernel_time_t = __kernel_long_t;
|
||||
pub type __kernel_time64_t = crate::ctypes::c_longlong;
|
||||
pub type __kernel_clock_t = __kernel_long_t;
|
||||
pub type __kernel_timer_t = crate::ctypes::c_int;
|
||||
pub type __kernel_clockid_t = crate::ctypes::c_int;
|
||||
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
|
||||
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
|
||||
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
|
||||
pub type __le16 = __u16;
|
||||
pub type __be16 = __u16;
|
||||
pub type __le32 = __u32;
|
||||
pub type __be32 = __u32;
|
||||
pub type __le64 = __u64;
|
||||
pub type __be64 = __u64;
|
||||
pub type __sum16 = __u16;
|
||||
pub type __wsum = __u32;
|
||||
pub type __poll_t = crate::ctypes::c_uint;
|
||||
#[repr(C, packed)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct ethhdr {
|
||||
pub h_dest: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_source: [crate::ctypes::c_uchar; 6usize],
|
||||
pub h_proto: __be16,
|
||||
}
|
||||
pub const _MIPS_ISA_MIPS1: u32 = 1;
|
||||
pub const _MIPS_ISA_MIPS2: u32 = 2;
|
||||
pub const _MIPS_ISA_MIPS3: u32 = 3;
|
||||
pub const _MIPS_ISA_MIPS4: u32 = 4;
|
||||
pub const _MIPS_ISA_MIPS5: u32 = 5;
|
||||
pub const _MIPS_ISA_MIPS32: u32 = 6;
|
||||
pub const _MIPS_ISA_MIPS64: u32 = 7;
|
||||
pub const _MIPS_SIM_ABI32: u32 = 1;
|
||||
pub const _MIPS_SIM_NABI32: u32 = 2;
|
||||
pub const _MIPS_SIM_ABI64: u32 = 3;
|
||||
pub const ETH_ALEN: u32 = 6;
|
||||
pub const ETH_TLEN: u32 = 2;
|
||||
pub const ETH_HLEN: u32 = 14;
|
||||
pub const ETH_ZLEN: u32 = 60;
|
||||
pub const ETH_DATA_LEN: u32 = 1500;
|
||||
pub const ETH_FRAME_LEN: u32 = 1514;
|
||||
pub const ETH_FCS_LEN: u32 = 4;
|
||||
pub const ETH_MIN_MTU: u32 = 68;
|
||||
pub const ETH_MAX_MTU: u32 = 65535;
|
||||
pub const ETH_P_LOOP: u32 = 96;
|
||||
pub const ETH_P_PUP: u32 = 512;
|
||||
pub const ETH_P_PUPAT: u32 = 513;
|
||||
pub const ETH_P_TSN: u32 = 8944;
|
||||
pub const ETH_P_ERSPAN2: u32 = 8939;
|
||||
pub const ETH_P_IP: u32 = 2048;
|
||||
pub const ETH_P_X25: u32 = 2053;
|
||||
pub const ETH_P_ARP: u32 = 2054;
|
||||
pub const ETH_P_BPQ: u32 = 2303;
|
||||
pub const ETH_P_IEEEPUP: u32 = 2560;
|
||||
pub const ETH_P_IEEEPUPAT: u32 = 2561;
|
||||
pub const ETH_P_BATMAN: u32 = 17157;
|
||||
pub const ETH_P_DEC: u32 = 24576;
|
||||
pub const ETH_P_DNA_DL: u32 = 24577;
|
||||
pub const ETH_P_DNA_RC: u32 = 24578;
|
||||
pub const ETH_P_DNA_RT: u32 = 24579;
|
||||
pub const ETH_P_LAT: u32 = 24580;
|
||||
pub const ETH_P_DIAG: u32 = 24581;
|
||||
pub const ETH_P_CUST: u32 = 24582;
|
||||
pub const ETH_P_SCA: u32 = 24583;
|
||||
pub const ETH_P_TEB: u32 = 25944;
|
||||
pub const ETH_P_RARP: u32 = 32821;
|
||||
pub const ETH_P_ATALK: u32 = 32923;
|
||||
pub const ETH_P_AARP: u32 = 33011;
|
||||
pub const ETH_P_8021Q: u32 = 33024;
|
||||
pub const ETH_P_ERSPAN: u32 = 35006;
|
||||
pub const ETH_P_IPX: u32 = 33079;
|
||||
pub const ETH_P_IPV6: u32 = 34525;
|
||||
pub const ETH_P_PAUSE: u32 = 34824;
|
||||
pub const ETH_P_SLOW: u32 = 34825;
|
||||
pub const ETH_P_WCCP: u32 = 34878;
|
||||
pub const ETH_P_MPLS_UC: u32 = 34887;
|
||||
pub const ETH_P_MPLS_MC: u32 = 34888;
|
||||
pub const ETH_P_ATMMPOA: u32 = 34892;
|
||||
pub const ETH_P_PPP_DISC: u32 = 34915;
|
||||
pub const ETH_P_PPP_SES: u32 = 34916;
|
||||
pub const ETH_P_LINK_CTL: u32 = 34924;
|
||||
pub const ETH_P_ATMFATE: u32 = 34948;
|
||||
pub const ETH_P_PAE: u32 = 34958;
|
||||
pub const ETH_P_PROFINET: u32 = 34962;
|
||||
pub const ETH_P_REALTEK: u32 = 34969;
|
||||
pub const ETH_P_AOE: u32 = 34978;
|
||||
pub const ETH_P_ETHERCAT: u32 = 34980;
|
||||
pub const ETH_P_8021AD: u32 = 34984;
|
||||
pub const ETH_P_802_EX1: u32 = 34997;
|
||||
pub const ETH_P_PREAUTH: u32 = 35015;
|
||||
pub const ETH_P_TIPC: u32 = 35018;
|
||||
pub const ETH_P_LLDP: u32 = 35020;
|
||||
pub const ETH_P_MRP: u32 = 35043;
|
||||
pub const ETH_P_MACSEC: u32 = 35045;
|
||||
pub const ETH_P_8021AH: u32 = 35047;
|
||||
pub const ETH_P_MVRP: u32 = 35061;
|
||||
pub const ETH_P_1588: u32 = 35063;
|
||||
pub const ETH_P_NCSI: u32 = 35064;
|
||||
pub const ETH_P_PRP: u32 = 35067;
|
||||
pub const ETH_P_CFM: u32 = 35074;
|
||||
pub const ETH_P_FCOE: u32 = 35078;
|
||||
pub const ETH_P_IBOE: u32 = 35093;
|
||||
pub const ETH_P_TDLS: u32 = 35085;
|
||||
pub const ETH_P_FIP: u32 = 35092;
|
||||
pub const ETH_P_80221: u32 = 35095;
|
||||
pub const ETH_P_HSR: u32 = 35119;
|
||||
pub const ETH_P_NSH: u32 = 35151;
|
||||
pub const ETH_P_LOOPBACK: u32 = 36864;
|
||||
pub const ETH_P_QINQ1: u32 = 37120;
|
||||
pub const ETH_P_QINQ2: u32 = 37376;
|
||||
pub const ETH_P_QINQ3: u32 = 37632;
|
||||
pub const ETH_P_EDSA: u32 = 56026;
|
||||
pub const ETH_P_DSA_8021Q: u32 = 56027;
|
||||
pub const ETH_P_DSA_A5PSW: u32 = 57345;
|
||||
pub const ETH_P_IFE: u32 = 60734;
|
||||
pub const ETH_P_AF_IUCV: u32 = 64507;
|
||||
pub const ETH_P_802_3_MIN: u32 = 1536;
|
||||
pub const ETH_P_802_3: u32 = 1;
|
||||
pub const ETH_P_AX25: u32 = 2;
|
||||
pub const ETH_P_ALL: u32 = 3;
|
||||
pub const ETH_P_802_2: u32 = 4;
|
||||
pub const ETH_P_SNAP: u32 = 5;
|
||||
pub const ETH_P_DDCMP: u32 = 6;
|
||||
pub const ETH_P_WAN_PPP: u32 = 7;
|
||||
pub const ETH_P_PPP_MP: u32 = 8;
|
||||
pub const ETH_P_LOCALTALK: u32 = 9;
|
||||
pub const ETH_P_CAN: u32 = 12;
|
||||
pub const ETH_P_CANFD: u32 = 13;
|
||||
pub const ETH_P_CANXL: u32 = 14;
|
||||
pub const ETH_P_PPPTALK: u32 = 16;
|
||||
pub const ETH_P_TR_802_2: u32 = 17;
|
||||
pub const ETH_P_MOBITEX: u32 = 21;
|
||||
pub const ETH_P_CONTROL: u32 = 22;
|
||||
pub const ETH_P_IRDA: u32 = 23;
|
||||
pub const ETH_P_ECONET: u32 = 24;
|
||||
pub const ETH_P_HDLC: u32 = 25;
|
||||
pub const ETH_P_ARCNET: u32 = 26;
|
||||
pub const ETH_P_DSA: u32 = 27;
|
||||
pub const ETH_P_TRAILER: u32 = 28;
|
||||
pub const ETH_P_PHONET: u32 = 245;
|
||||
pub const ETH_P_IEEE802154: u32 = 246;
|
||||
pub const ETH_P_CAIF: u32 = 247;
|
||||
pub const ETH_P_XDSA: u32 = 248;
|
||||
pub const ETH_P_MAP: u32 = 249;
|
||||
pub const ETH_P_MCTP: u32 = 250;
|
1093
third_party/rust/linux-raw-sys/src/mips64r6/io_uring.rs
vendored
Normal file
1093
third_party/rust/linux-raw-sys/src/mips64r6/io_uring.rs
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user