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

1 2 3

  /external/strace/xlat/
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),
  /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. */
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 98 #define F_SETOWN 6 ///< set SIGIO/SIGURG proc/pgrp
  /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. */
  /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. */
  /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). */
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 139 F_SETOWN = 6
zerrors_darwin_386.go 268 F_SETOWN = 0x6
    [all...]
zerrors_darwin_amd64.go 268 F_SETOWN = 0x6
    [all...]
zerrors_darwin_arm.go 254 F_SETOWN = 0x6
    [all...]
zerrors_darwin_arm64.go 271 F_SETOWN = 0x6
    [all...]
zerrors_solaris_amd64.go 314 F_SETOWN = 0x18
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 139 F_SETOWN = 6
zerrors_darwin_386.go 268 F_SETOWN = 0x6
    [all...]
zerrors_darwin_amd64.go 268 F_SETOWN = 0x6
    [all...]
zerrors_darwin_arm.go 254 F_SETOWN = 0x6
    [all...]
zerrors_darwin_arm64.go 271 F_SETOWN = 0x6
    [all...]
zerrors_solaris_amd64.go 314 F_SETOWN = 0x18
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 197 F_SETOWN = 24
  /external/python/cpython2/Lib/plat-atheos/
IN.py 642 F_SETOWN = 8
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 601 F_SETOWN = 24
  /libcore/luni/src/main/java/android/system/
OsConstants.java 278 public static final int F_SETOWN = placeholder();
    [all...]

Completed in 1589 milliseconds

1 2 3