HomeSort by relevance Sort by last modified time
    Searched defs:F_GETOWN_EX (Results 1 - 15 of 15) sorted by null

  /external/strace/xlat/
fcntlcmds.h 277 # if defined F_GETOWN_EX && F_GETOWN_EX != 16
278 # warning invalid value of F_GETOWN_EX ignored
280 # undef F_GETOWN_EX
289 #if defined(F_GETOWN_EX) || (defined(HAVE_DECL_F_GETOWN_EX) && HAVE_DECL_F_GETOWN_EX)
291 static_assert((F_GETOWN_EX) == (16), "F_GETOWN_EX != 16");
294 # define F_GETOWN_EX 16
464 * and F_GETOWN_EX constants introduced by commit v2.6.32-rc1~96 to fix
467 * old values of F_SETOWN_EX and F_GETOWN_EX didn't exist
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 110 #define F_GETOWN_EX 16
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 129 #define F_GETOWN_EX 16
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 526 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_amd64.go 526 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_arm.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_arm64.go 528 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips64.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mips64le.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_mipsle.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_ppc64.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_ppc64le.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_s390x.go 525 F_GETOWN_EX = 0x10
    [all...]
zerrors_linux_sparc64.go 461 F_GETOWN_EX = 0x10
    [all...]

Completed in 1065 milliseconds