/third_party/musl/src/linux/ |
D | ppoll.c | 16 if (SYS_ppoll == SYS_ppoll_time64 || !IS32BIT(s)) in ppoll() 20 if (SYS_ppoll == SYS_ppoll_time64 || r != -ENOSYS) in ppoll() 24 return syscall_cp(SYS_ppoll, fds, n, in ppoll()
|
/third_party/musl/src/unistd/ |
D | pause.c | 9 return syscall_cp(SYS_ppoll, 0, 0, 0, 0); in pause()
|
/third_party/musl/src/select/ |
D | poll.c | 11 return syscall_cp(SYS_ppoll, fds, n, timeout>=0 ? in poll()
|
/third_party/musl/src/env/ |
D | __libc_start_main.c | 50 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
|
/third_party/musl/arch/x32/ |
D | syscall_arch.h | 82 #define SYS_ppoll_time64 SYS_ppoll
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
D | __libc_start_main.c | 51 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __libc_start_main.c | 50 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __libc_start_main.c | 51 __syscall(SYS_ppoll, pfd, 3, &(struct timespec){0}, 0, _NSIG/8); in __init_libc()
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 285 #ifndef SYS_ppoll 286 #define SYS_ppoll SYS_ppoll_time64 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 294 #ifndef SYS_ppoll 295 #define SYS_ppoll SYS_ppoll_time64 macro
|
/third_party/musl/src/internal/ |
D | syscall.h | 293 #ifndef SYS_ppoll 294 #define SYS_ppoll SYS_ppoll_time64 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/riscv64/ |
D | mod.rs | 136 pub const SYS_ppoll: ::c_long = 73; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/ |
D | mod.rs | 178 pub const SYS_ppoll: ::c_long = 73; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | not_x32.rs | 350 pub const SYS_ppoll: ::c_long = 271; constant
|
D | x32.rs | 292 pub const SYS_ppoll: ::c_long = __X32_SYSCALL_BIT + 271; constant
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | syscall.h | 716 #define SYS_ppoll 336 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | arm.rs | 443 pub const SYS_ppoll: ::c_long = 336; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
D | mod.rs | 462 pub const SYS_ppoll: ::c_long = 309; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 500 pub const SYS_ppoll: ::c_int = 73; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 338 pub const SYS_ppoll: ::c_long = 73; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 562 pub const SYS_ppoll: ::c_long = 4000 + 302; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 596 pub const SYS_ppoll: ::c_long = 302; constant
|
D | mips64.rs | 363 pub const SYS_ppoll: ::c_long = 5000 + 261; constant
|
D | powerpc64.rs | 494 pub const SYS_ppoll: ::c_long = 281; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 410 pub const SYS_ppoll: ::c_long = 73; constant
|