HomeSort by relevance Sort by last modified time
    Searched refs:__NR_keyctl (Results 26 - 45 of 45) sorted by null

12

  /external/kernel-headers/original/uapi/asm-mips/asm/
unistd.h 306 #define __NR_keyctl (__NR_Linux + 282)
650 #define __NR_keyctl (__NR_Linux + 241)
    [all...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
unistd-common.h 287 #define __NR_keyctl (__NR_SYSCALL_BASE + 311)
  /external/kernel-headers/original/uapi/asm-arm/asm/
unistd-common.h 270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311)
  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c     [all...]
syswrap-amd64-linux.c 760 LINXY(__NR_keyctl, sys_keyctl), // 250
    [all...]
syswrap-ppc64-linux.c     [all...]
syswrap-arm-linux.c     [all...]
syswrap-mips64-linux.c 778 LINXY (__NR_keyctl, sys_keyctl),
syswrap-s390x-linux.c     [all...]
syswrap-x86-linux.c     [all...]
  /external/valgrind/include/vki/
vki-scnums-mips32-linux.h 322 #define __NR_keyctl (__NR_Linux + 282)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
syscall.h 137 #define SYS_keyctl __NR_keyctl
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 601 #define __NR_keyctl 219
602 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
  /external/strace/tests/
keyctl.c 35 #ifdef __NR_keyctl
189 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]);
    [all...]
  /external/strace/tests-m32/
keyctl.c 35 #ifdef __NR_keyctl
189 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]);
    [all...]
  /external/strace/tests-mx32/
keyctl.c 35 #ifdef __NR_keyctl
189 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 600 #define __NR_keyctl 219
601 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
syscall.h 138 #define SYS_keyctl __NR_keyctl
473 #define SYS_keyctl __NR_keyctl
  /external/e2fsprogs/misc/
e4crypt.c 91 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);
  /external/f2fs-tools/tools/
f2fscrypt.c 141 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);

Completed in 878 milliseconds

12