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

1 2 3 4

  /external/strace/xlat/
fcntlcmds.in 10 F_SETOWN 8
fcntlcmds.h 26 #if !(defined(F_SETOWN) || (defined(HAVE_DECL_F_SETOWN) && HAVE_DECL_F_SETOWN))
27 # define F_SETOWN 8
101 XLAT(F_SETOWN),
  /external/valgrind/none/tests/
fcntl_setown.c 17 if (fcntl(s, F_SETOWN, getpid()) < 0)
19 perror("fcntl(F_SETOWN)");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 101 #ifndef F_SETOWN
102 #define F_SETOWN 8 /* for sockets. */
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 37 #define F_SETOWN 24
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 44 #define F_SETOWN 24 /* for sockets. */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 93 #ifndef F_SETOWN
94 #define F_SETOWN 8
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 110 #ifndef F_SETOWN
111 #define F_SETOWN 8 /* for sockets. */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 98 #define F_SETOWN 6 ///< set SIGIO/SIGURG proc/pgrp
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 21 * Basic test for fcntl(2) using F_GETOWN, F_SETOWN, F_GETOWN_EX,
160 TEST(fcntl(test_fd, F_SETOWN, pid));
163 "fcntl(F_SETOWN) set process id failed");
165 test_set_and_get_sig(SIGUSR1, "F_GETOWN, F_SETOWN for process ID");
167 TEST(fcntl(test_fd, F_SETOWN, orig_pid));
170 "fcntl(F_SETOWN) restore orig_pid failed");
176 TEST(fcntl(test_fd, F_SETOWN, -pgrp_pid));
179 "fcntl(F_SETOWN) set process group id failed");
182 "F_GETOWN, F_SETOWN for process group ID");
184 TEST(fcntl(test_fd, F_SETOWN, orig_pid))
    [all...]
  /bionic/tests/headers/posix/
fcntl_h.c 44 MACRO(F_SETOWN);
  /external/ltp/testcases/kernel/containers/pidns/
pidns13.c 95 if (fcntl(pipe_fd[0], F_SETOWN, pid) == -1) {
96 tst_resm(TBROK, "cinit1: fcntl(F_SETOWN) failed");
  /external/strace/
fcntl.c 98 case F_SETOWN:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 91 # define F_SETOWN 8 /* Get 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 106 # define F_SETOWN 8 /* Get owner (process receiving SIGIO). */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 484 #ifdef F_SETOWN
485 if (ins(d, "F_SETOWN", (long)F_SETOWN)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 486 #ifdef F_SETOWN
487 if (ins(d, "F_SETOWN", (long)F_SETOWN)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 492 #ifdef F_SETOWN
493 if (PyModule_AddIntMacro(m, F_SETOWN)) return -1;
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 197 F_SETOWN = 24
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 139 F_SETOWN = 6
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 139 F_SETOWN = 6
  /external/python/cpython2/Lib/plat-atheos/
IN.py 642 F_SETOWN = 8
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 601 F_SETOWN = 24
  /external/valgrind/include/vki/
vki-darwin.h 285 #define VKI_F_SETOWN F_SETOWN
  /libcore/luni/src/main/java/android/system/
OsConstants.java 278 public static final int F_SETOWN = placeholder();
    [all...]

Completed in 504 milliseconds

1 2 3 4