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

1 2

  /external/strace/tests/
fcntl.c 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64
  /external/strace/tests-m32/
fcntl.c 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64
  /external/strace/tests-mx32/
fcntl.c 67 #if !defined(F_SETOWN_EX) || F_SETOWN_EX != F_GETLK64
  /external/strace/xlat/
fcntlcmds.in 14 F_SETOWN_EX 15
fcntlcmds.h 38 #if !(defined(F_SETOWN_EX) || (defined(HAVE_DECL_F_SETOWN_EX) && HAVE_DECL_F_SETOWN_EX))
39 # define F_SETOWN_EX 15
105 XLAT(F_SETOWN_EX),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 118 #ifndef F_SETOWN_EX
119 #define F_SETOWN_EX 15
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 108 #ifndef F_SETOWN_EX
109 #define F_SETOWN_EX 15
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 127 #ifndef F_SETOWN_EX
128 #define F_SETOWN_EX 15
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 22 * F_SETOWN_EX, F_GETSIG, F_SETSIG argument.
50 static char *ownex_tconf_msg = "F_GETOWN_EX and F_SETOWN_EX only run on "
194 TEST(fcntl(test_fd, F_SETOWN_EX, &orig_own_ex));
197 "fcntl F_SETOWN_EX restore orig_own_ex failed");
213 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex));
216 "fcntl F_SETOWN_EX failed");
218 test_set_and_get_sig(SIGUSR1, "F_GETOWN_EX, F_SETOWN_EX for thread ID");
235 TEST(fcntl(test_fd, F_SETOWN_EX, &tst_own_ex));
238 "fcntl F_SETOWN_EX failed");
241 "F_GETOWN_EX, F_SETOWN_EX for process ID")
    [all...]
  /external/strace/
fcntl.c 120 case F_SETOWN_EX:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 98 # define F_SETOWN_EX 15 /* Get owner (thread receiving SIGIO). */
188 /* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 113 # define F_SETOWN_EX 15 /* Get owner (thread receiving SIGIO). */
203 /* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
  /external/honggfuzz/linux/
arch.c 206 if (fcntl(run->persistentSock, F_SETOWN_EX, &fown)) {
207 PLOG_F("fcntl(%d, F_SETOWN_EX)", run->persistentSock);
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 290 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_amd64.go 290 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_arm.go 292 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_arm64.go 376 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_mips.go 377 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_mips64.go 373 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_mips64le.go 373 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_mipsle.go 377 F_SETOWN_EX = 0xf
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 290 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_amd64.go 290 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_arm.go 292 F_SETOWN_EX = 0xf
    [all...]
zerrors_linux_arm64.go 376 F_SETOWN_EX = 0xf
    [all...]

Completed in 382 milliseconds

1 2