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

1 2 3 4

  /external/strace/xlat/
fcntlcmds.in 11 F_GETOWN 9
fcntlcmds.h 29 #if !(defined(F_GETOWN) || (defined(HAVE_DECL_F_GETOWN) && HAVE_DECL_F_GETOWN))
30 # define F_GETOWN 9
102 XLAT(F_GETOWN),
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 38 #define F_GETOWN 23
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 45 #define F_GETOWN 23 /* for sockets. */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 97 #define F_GETOWN 5 ///< get SIGIO/SIGURG proc/pgrp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 103 #define F_GETOWN 9 /* for sockets. */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 95 #define F_GETOWN 9
  /bionic/tests/headers/posix/
fcntl_h.c 43 MACRO(F_GETOWN);
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 112 #define F_GETOWN 9 /* for sockets. */
  /external/strace/
fcntl.c 140 case F_GETOWN:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 92 # define F_GETOWN 9 /* Set owner (process receiving SIGIO). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 107 # define F_GETOWN 9 /* Set owner (process receiving SIGIO). */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 481 #ifdef F_GETOWN
482 if (ins(d, "F_GETOWN", (long)F_GETOWN)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 483 #ifdef F_GETOWN
484 if (ins(d, "F_GETOWN", (long)F_GETOWN)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 489 #ifdef F_GETOWN
490 if (PyModule_AddIntMacro(m, F_GETOWN)) return -1;
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 21 * Basic test for fcntl(2) using F_GETOWN, F_SETOWN, F_GETOWN_EX,
140 TEST(fcntl(test_fd, F_GETOWN));
165 test_set_and_get_sig(SIGUSR1, "F_GETOWN, F_SETOWN for process ID");
182 "F_GETOWN, F_SETOWN for process group ID");
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 196 F_GETOWN = 23
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 138 F_GETOWN = 5
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 138 F_GETOWN = 5
  /external/python/cpython2/Lib/plat-atheos/
IN.py 643 F_GETOWN = 9
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 600 F_GETOWN = 23
  /external/valgrind/include/vki/
vki-darwin.h 284 #define VKI_F_GETOWN F_GETOWN
vki-solaris.h 518 /* Mostly unused and kernel-unimplemented commands. In case of F_GETOWN and
519 F_GETOWN, they are translated by libc in __fcntl() into other syscalls,
530 #define VKI_F_GETOWN F_GETOWN
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 269 public static final int F_GETOWN = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 235 initConstant(env, c, "F_GETOWN", F_GETOWN);
    [all...]

Completed in 236 milliseconds

1 2 3 4