Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 16 of 16) sorted by relevance

/rust-libc-0.2.174/src/unix/linux_like/android/b64/
H A Dmod.rs266 crate::syscall(SYS_accept4, fd, addr, len, flg) as c_int
/rust-libc-0.2.174/
H A DCHANGELOG.md103 - Musl: Fix the syscall table on RISC-V-32 ([#4335](https://github.com/rust-lang/libc/pull/4335))
302 - Android: add missing syscall constants <https://github.com/rust-lang/libc/pull/3558>
316 - Linux: add struct and constants for the `mount_setattr` syscall <https://github.com/rust-lang/lib…
320 - Musl: add missing syscall constants <https://github.com/rust-lang/libc/pull/4028>
546 - Linux: add the `fchmodat2` syscall in <https://github.com/rust-lang/libc/pull/3588>
547 - Linux: add the `mseal` syscall in <https://github.com/rust-lang/libc/pull/3798>
/rust-libc-0.2.174/src/unix/linux_like/android/b32/
H A Darm.rs530 crate::syscall(SYS_accept4, fd, addr, len, flg) as c_int
/rust-libc-0.2.174/src/unix/linux_like/android/b32/x86/
H A Dmod.rs603 crate::syscall(SYS_socketcall, SYS_ACCEPT4, args[..].as_mut_ptr())
/rust-libc-0.2.174/libc-test/semver/
H A Dopenbsd.txt1330 syscall
H A Dfuchsia.txt1464 syscall
H A Dnetbsd.txt1607 syscall
H A Ddragonfly.txt1627 syscall
H A Dfreebsd.txt2378 syscall
H A Dapple.txt2316 syscall
H A Dandroid.txt3900 syscall
H A Dlinux.txt4309 syscall
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs665 pub fn syscall(num: c_int, ...) -> c_int; in syscall() function
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3614 pub fn syscall(num: c_long, ...) -> c_long; in syscall() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4153 pub fn syscall(num: c_long, ...) -> c_long; in syscall() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6504 pub fn syscall(num: c_long, ...) -> c_long; in syscall() function