Home
last modified time | relevance | path

Searched refs:PR_SET_SYSCALL_USER_DISPATCH (Results 1 - 21 of 21) sorted by relevance

/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs788 // PR_SET_SYSCALL_USER_DISPATCH
791 const PR_SET_SYSCALL_USER_DISPATCH: c_int = 59; consts
798 /// - [`prctl(PR_SET_SYSCALL_USER_DISPATCH,PR_SYS_DISPATCH_OFF,...)`]
805 /// [`prctl(PR_SET_SYSCALL_USER_DISPATCH,PR_SYS_DISPATCH_OFF,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
808 prctl_2args(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_OFF as *mut _).map(|_r| ()) in disable_syscall_user_dispatch()
844 /// - [`prctl(PR_SET_SYSCALL_USER_DISPATCH,PR_SYS_DISPATCH_ON,...)`]
851 /// [`prctl(PR_SET_SYSCALL_USER_DISPATCH,PR_SYS_DISPATCH_ON,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
858 PR_SET_SYSCALL_USER_DISPATCH, in enable_syscall_user_dispatch()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/third_party/musl/include/sys/
H A Dprctl.h171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1306 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1309 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1301 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1319 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1314 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1311 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1306 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1295 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1519 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1304 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1527 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1305 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1298 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1305 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts

Completed in 183 milliseconds