Searched refs:syscall (Results 1 – 16 of 16) sorted by relevance
| /rust-libc-0.2.174/src/unix/linux_like/android/b64/ |
| H A D | mod.rs | 266 crate::syscall(SYS_accept4, fd, addr, len, flg) as c_int
|
| /rust-libc-0.2.174/ |
| H A D | CHANGELOG.md | 103 - 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 D | arm.rs | 530 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 D | mod.rs | 603 crate::syscall(SYS_socketcall, SYS_ACCEPT4, args[..].as_mut_ptr())
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | openbsd.txt | 1330 syscall
|
| H A D | fuchsia.txt | 1464 syscall
|
| H A D | netbsd.txt | 1607 syscall
|
| H A D | dragonfly.txt | 1627 syscall
|
| H A D | freebsd.txt | 2378 syscall
|
| H A D | apple.txt | 2316 syscall
|
| H A D | android.txt | 3900 syscall
|
| H A D | linux.txt | 4309 syscall
|
| /rust-libc-0.2.174/src/unix/bsd/ |
| H A D | mod.rs | 665 pub fn syscall(num: c_int, ...) -> c_int; in syscall() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3614 pub fn syscall(num: c_long, ...) -> c_long; in syscall() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 4153 pub fn syscall(num: c_long, ...) -> c_long; in syscall() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6504 pub fn syscall(num: c_long, ...) -> c_long; in syscall() function
|