HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 1 - 25 of 3250) 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
qual_inject-retval.test 9 local syscall rval
11 syscall=chdir
14 run_strace -a12 -e$syscall -einject="$syscall:retval=$rval" "$@" \
  /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.15-4.8/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_gettid.cpp 30 #include <sys/syscall.h>
36 return syscall(SYS_gettid);
  /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);
  /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.
  /external/autotest/client/site_tests/security_Minijail_seccomp/src/
ok.c 14 int fd = syscall(__NR_open, "/dev/zero", O_RDONLY);
15 int n = syscall(__NR_read, fd, buf, SIZE);
16 syscall(__NR_close, fd);
17 syscall(__NR_exit, 0);

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>