OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syscalls
(Results
226 - 250
of
642
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ndk/platforms/android-9/arch-mips/include/sys/
_types.h
57
typedef __uint32_t __socklen_t; /* length type for network
syscalls
*/
/development/ndk/platforms/android-9/arch-x86/include/sys/
_types.h
57
typedef __uint32_t __socklen_t; /* length type for network
syscalls
*/
/device/google/contexthub/firmware/inc/cpu/cortexm4f/
syscallDo.h
26
#error "
Syscalls
should not be called from OS code"
/external/conscrypt/src/openjdk/native/
JNIHelp.h
127
/* Used to retry
syscalls
that can return EINTR. */
/external/libchrome/sandbox/linux/bpf_dsl/
syscall_set.h
22
// first invalid value after a valid range of
syscalls
. It iterates over
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h
54
// current thread). The following
syscalls
are supported:
/external/libchrome/sandbox/linux/syscall_broker/
broker_client.cc
32
// Make a remote system call over IPC for
syscalls
that take a path and flags
/external/ltrace/
Makefile.am
68
dist_pkgdata_DATA = etc/
syscalls
.conf etc/libc.so.conf \
options.h
37
int
syscalls
; /* -S: display system calls */
member in struct:options_t
/external/minijail/
syscall_filter_unittest.c
555
* only allows expected
syscalls
.
585
* only allows expected
syscalls
, jumping to correct arg filter
642
* validates arch, loads syscall number, only allows expected
syscalls
,
644
* NOTE(jorgelo): the filter is longer since we add the
syscalls
needed
/external/strace/linux/aarch64/
syscallent.h
8
* All
syscalls
below here should go away really,
/external/valgrind/coregrind/m_syswrap/
priv_syswrap-linux-variants.h
3
/*--- Linux-variant specific
syscalls
stuff. ---*/
/external/valgrind/docs/internals/
3_4_BUGSTATUS.txt
31
186507 exp-ptrcheck unhandled
syscalls
prctl, etc.
/external/valgrind/memcheck/tests/darwin/
scalar.h
17
// meaningful with the
syscalls
.
/external/valgrind/memcheck/tests/solaris/
syscall_at.c
1
/* Tests various combinations of dfd and pathname for *at
syscalls
.
/external/valgrind/memcheck/tests/x86-solaris/
scalar.c
1
/* Basic syscall test for Solaris/x86 specific
syscalls
. */
/hardware/ti/omap3/dspbridge/inc/
host_os.h
40
#include <linux/
syscalls
.h>
/hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h
40
#include <linux/
syscalls
.h>
/libnativehelper/
AsynchronousCloseMonitor.cpp
44
// Do nothing. We only sent this signal for its side-effect of interrupting
syscalls
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
ptrace-abi.h
34
/* arguments: interrupts/non tracing
syscalls
only save upto here*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h
630
* All
syscalls
below here should go away really,
725
#endif /* 32 bit off_t
syscalls
*/
792
*
syscalls
for off_t and loff_t arguments, while
795
* implement the old 32 bit off_t
syscalls
, so
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
_types.h
57
typedef __uint32_t __socklen_t; /* length type for network
syscalls
*/
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
_types.h
57
typedef __uint32_t __socklen_t; /* length type for network
syscalls
*/
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
_types.h
57
typedef __uint32_t __socklen_t; /* length type for network
syscalls
*/
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
_types.h
57
typedef __uint32_t __socklen_t; /* length type for network
syscalls
*/
Completed in 689 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>