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

1 2

  /external/strace/xlat/
fcntlcmds.in 13 F_GETSIG 11
fcntlcmds.h 35 #if !(defined(F_GETSIG) || (defined(HAVE_DECL_F_GETSIG) && HAVE_DECL_F_GETSIG))
36 # define F_GETSIG 11
104 XLAT(F_GETSIG),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 107 #define F_GETSIG 11 /* for sockets. */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 99 #define F_GETSIG 11
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 116 #define F_GETSIG 11 /* for sockets. */
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 22 * F_SETOWN_EX, F_GETSIG, F_SETSIG argument.
274 TEST(fcntl(test_fd, F_GETSIG));
277 "fcntl(fd, F_GETSIG) get orig_sig failed");
290 TEST(fcntl(test_fd, F_GETSIG));
293 "fcntl(fd, F_GETSIG) get the set signal failed");
  /external/strace/
fcntl.c 183 case F_GETSIG:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 97 # define F_GETSIG 11 /* Get number of signal to be sent. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 112 # define F_GETSIG 11 /* Get number of signal to be sent. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 487 #ifdef F_GETSIG
488 if (ins(d, "F_GETSIG", (long)F_GETSIG)) return -1;
  /external/python/cpython2/Modules/
fcntlmodule.c 489 #ifdef F_GETSIG
490 if (ins(d, "F_GETSIG", (long)F_GETSIG)) return -1;
  /external/python/cpython3/Modules/
fcntlmodule.c 495 #ifdef F_GETSIG
496 if (PyModule_AddIntMacro(m, F_GETSIG)) return -1;
  /external/python/cpython2/Lib/plat-atheos/
IN.py 645 F_GETSIG = 11
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 277 F_GETSIG = 0xb
    [all...]
zerrors_linux_amd64.go 277 F_GETSIG = 0xb
    [all...]
zerrors_linux_arm.go 279 F_GETSIG = 0xb
    [all...]
zerrors_linux_arm64.go 363 F_GETSIG = 0xb
    [all...]
zerrors_linux_mips.go 364 F_GETSIG = 0xb
    [all...]
zerrors_linux_mips64.go 360 F_GETSIG = 0xb
    [all...]
zerrors_linux_mips64le.go 360 F_GETSIG = 0xb
    [all...]
zerrors_linux_mipsle.go 364 F_GETSIG = 0xb
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 277 F_GETSIG = 0xb
    [all...]
zerrors_linux_amd64.go 277 F_GETSIG = 0xb
    [all...]
zerrors_linux_arm.go 279 F_GETSIG = 0xb
    [all...]
zerrors_linux_arm64.go 363 F_GETSIG = 0xb
    [all...]

Completed in 281 milliseconds

1 2