Searched
full:syscalls (Results
276 -
300 of
642) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/ |
_types.h | 57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/ |
_types.h | 57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
|
/device/google/contexthub/firmware/inc/ |
syscallDo.h | 26 #error "Syscalls should not be called from OS code" 94 //system syscalls live here
|
/external/strace/ |
syscall.c | 262 * The number of existing syscalls on all arches is 625 * Fetching the last arg of 7-arg syscalls (fadvise64_64 965 goto ret; /* ignore failed syscalls */ 983 /* Blocked signals do not interrupt any syscalls. 984 * In this case syscalls don't return ERESTARTfoo codes. 986 * Deadly signals set to SIG_DFL interrupt syscalls 996 * (for example, SIGCHLD, SIGWINCH) interrupt syscalls, 1023 /* Syscalls like nanosleep(), poll() which can't be [all...] |
/external/valgrind/docs/internals/ |
notes.txt | 119 redirected to suitable stubs which do normal syscalls instead. 167 x86-linux/syscalls.c; it is in the wrong place.
|
/external/kernel-headers/original/uapi/asm-generic/ |
unistd.h | 660 * Architectures may provide up to 16 syscalls of their own 723 * All syscalls below here should go away really, 819 #endif /* 32 bit off_t syscalls */ 887 * syscalls for off_t and loff_t arguments, while 890 * implement the old 32 bit off_t syscalls, so
|
errno.h | 13 * failures of syscalls that really do exist distinguishable from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
unistd.h | 662 * Architectures may provide up to 16 syscalls of their own 699 * All syscalls below here should go away really, 795 #endif /* 32 bit off_t syscalls */ 863 * syscalls for off_t and loff_t arguments, while 866 * implement the old 32 bit off_t syscalls, so
|
/prebuilts/go/darwin-x86/src/runtime/ |
os1_windows.go | 49 // Following syscalls are available on every Windows PC. 89 // Following syscalls are only available on some Windows PCs. 90 // We will load syscalls, if available, before using them.
|
/prebuilts/go/linux-x86/src/runtime/ |
os1_windows.go | 49 // Following syscalls are available on every Windows PC. 89 // Following syscalls are only available on some Windows PCs. 90 // We will load syscalls, if available, before using them.
|
/external/ltrace/ |
TODO | 14 ** Automatically update list of syscalls? 195 ** After a clone(), syscalls may be seen as sysrets in s390 (see trace.c:syscall_p())
|
/external/minijail/ |
minijail0.c | 120 " -L: report blocked syscalls to syslog when using seccomp filter.\n" 121 " Forces the following syscalls to be allowed:\n"
|
/system/extras/taskstats/ |
taskstats.c | 230 printf("%-25s%llu\n", "IO read syscalls:", s->read_syscalls); 231 printf("%-25s%llu\n", "IO write syscalls:", s->write_syscalls);
|
/bionic/libc/bionic/ |
legacy_32_bit_support.cpp | 84 // don't use off64_t (see SYSCALLS.TXT for more). Here, this means that we need
|
/bootable/recovery/minzip/ |
DirUtil.c | 63 * making any syscalls.
|
/cts/tests/tests/os/jni/seccomp-tests/ |
local-modifications-android-2.diff | 24 /* Make sure restarted syscalls are seen directly as "restart_syscall". */
|
/development/ndk/platforms/android-12/include/ |
unistd.h | 200 /* Used to retry syscalls that can return EINTR. */
|
/development/ndk/platforms/android-21/include/ |
unistd.h | 187 /* Used to retry syscalls that can return EINTR. */
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 193 /* Used to retry syscalls that can return EINTR. */
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 194 /* Used to retry syscalls that can return EINTR. */
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 197 /* Used to retry syscalls that can return EINTR. */
|
/development/tutorials/ReverseDebug/ |
README.txt | 65 nanosleep () at bionic/libc/arch-arm/syscalls/nanosleep.S:10
|
/external/autotest/client/deps/fakegudev/src/ |
fakesyscalls.c | 21 /* The purpose of this library is to override the open/creat syscalls to
|
/external/conscrypt/src/compat/native/ |
JNIHelp.h | 183 /* Used to retry syscalls that can return EINTR. */
|
/external/google-breakpad/src/common/linux/ |
file_id.cc | 57 // and use the syscall/libc wrappers instead of direct syscalls or libc.
|
Completed in 534 milliseconds
<<11121314151617181920>>