/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 788 // 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 D | prctl.h | 171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 171 #define PR_SET_SYSCALL_USER_DISPATCH 59 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1306 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1309 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1301 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1319 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1314 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1311 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1306 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1295 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1519 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1304 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 1527 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 1305 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 1298 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 1305 pub const PR_SET_SYSCALL_USER_DISPATCH: u32 = 59; consts
|