HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 1 - 25 of 3182) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
nsyscalls.test 8 syscall=syscall
10 syscall=none
13 run_strace_match_diff -e trace=$syscall
umount.test 3 # Check umount syscall decoding.
8 alpha) syscall=oldumount ;;
9 *) syscall=umount ;;
11 run_strace_match_diff -a24 -s6 -e trace=$syscall
umount2.test 3 # Check umount2 syscall decoding.
8 alpha|ia64) syscall=umount ;;
9 *) syscall=umount2 ;;
11 run_strace_match_diff -s7 -e trace=$syscall
  /external/strace/tests-m32/
nsyscalls.test 8 syscall=syscall
10 syscall=none
13 run_strace_match_diff -e trace=$syscall
umount.test 3 # Check umount syscall decoding.
8 alpha) syscall=oldumount ;;
9 *) syscall=umount ;;
11 run_strace_match_diff -a24 -s6 -e trace=$syscall
umount2.test 3 # Check umount2 syscall decoding.
8 alpha|ia64) syscall=umount ;;
9 *) syscall=umount2 ;;
11 run_strace_match_diff -s7 -e trace=$syscall
  /external/strace/tests-mx32/
nsyscalls.test 8 syscall=syscall
10 syscall=none
13 run_strace_match_diff -e trace=$syscall
umount.test 3 # Check umount syscall decoding.
8 alpha) syscall=oldumount ;;
9 *) syscall=umount ;;
11 run_strace_match_diff -a24 -s6 -e trace=$syscall
umount2.test 3 # Check umount2 syscall decoding.
8 alpha|ia64) syscall=umount ;;
9 *) syscall=umount2 ;;
11 run_strace_match_diff -s7 -e trace=$syscall
  /bionic/libc/include/
syscall.h 1 #include <sys/syscall.h>
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
run-modify_ldt01.sh 3 syscall=modify_ldt
5 if [ -f $LTPROOT/testcases/bin/${syscall}01 ]; then
6 $LTPROOT/testcases/bin/${syscall}01
8 echo "${syscall}01 0 CONF : System doesn't support execution of the test"
run-modify_ldt02.sh 3 syscall=modify_ldt
5 if [ -f $LTPROOT/testcases/bin/${syscall}02 ]; then
6 $LTPROOT/testcases/bin/${syscall}02
8 echo "${syscall}02 0 CONF : System doesn't support execution of the test"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_gettid.cpp 30 #include <sys/syscall.h>
36 return syscall(SYS_gettid);
  /prebuilts/go/darwin-x86/src/net/
hook_windows.go 8 "syscall"
16 socketFunc func(int, int, int) (syscall.Handle, error) = syscall.Socket
17 closeFunc func(syscall.Handle) error = syscall.Closesocket
18 connectFunc func(syscall.Handle, syscall.Sockaddr) error = syscall.Connect
19 connectExFunc func(syscall.Handle, syscall.Sockaddr, *byte, uint32, *uint32, *syscall.Overlapped) error = syscall.ConnectE
    [all...]
  /prebuilts/go/linux-x86/src/net/
hook_windows.go 8 "syscall"
16 socketFunc func(int, int, int) (syscall.Handle, error) = syscall.Socket
17 closeFunc func(syscall.Handle) error = syscall.Closesocket
18 connectFunc func(syscall.Handle, syscall.Sockaddr) error = syscall.Connect
19 connectExFunc func(syscall.Handle, syscall.Sockaddr, *byte, uint32, *uint32, *syscall.Overlapped) error = syscall.ConnectE
    [all...]
  /external/valgrind/none/tests/solaris/
context_null.c 4 #include <sys/syscall.h>
9 syscall(SYS_context, SETCONTEXT, NULL);
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_windows_386.go 3 package syscall package
zsysnum_windows_amd64.go 3 package syscall package
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_windows_386.go 3 package syscall package
zsysnum_windows_amd64.go 3 package syscall package
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 34 syscall
39 syscall
40 // The exit syscall does not return.
  /bionic/libc/arch-mips64/bionic/
_exit_with_stack_teardown.S 34 syscall
39 syscall
40 // The exit syscall does not return.
  /bionic/libc/arch-x86_64/bionic/
_exit_with_stack_teardown.S 34 syscall
39 syscall
40 // The exit syscall does not return.

Completed in 991 milliseconds

1 2 3 4 5 6 7 8 91011>>