/external/strace/xlat/ |
D | fcntlcmds.h | 174 #if defined(F_SETSIG) || (defined(HAVE_DECL_F_SETSIG) && HAVE_DECL_F_SETSIG) 176 static_assert((F_SETSIG) == (13), "F_SETSIG != 13"); 179 # define F_SETSIG 13 189 #if defined(F_SETSIG) || (defined(HAVE_DECL_F_SETSIG) && HAVE_DECL_F_SETSIG) 191 static_assert((F_SETSIG) == (10), "F_SETSIG != 10"); 194 # define F_SETSIG 10 439 XLAT(F_SETSIG), 442 XLAT(F_SETSIG),
|
D | fcntlcmds.in | 42 F_SETSIG 13 45 F_SETSIG 10
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 114 #ifndef F_SETSIG 115 #define F_SETSIG 10 /* for sockets. */ macro
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | dnotify_test.c | 27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 284 TEST(fcntl(test_fd, F_SETSIG, sig)); in test_set_and_get_sig() 303 TEST(fcntl(test_fd, F_SETSIG, orig_sig)); in test_set_and_get_sig()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 349 { 0, ARG_STR(F_SETSIG), 0, "SIG_0" }, in test_fcntl_others() 350 { 1, ARG_STR(F_SETSIG), 1, "SIGHUP" } in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 349 { 0, ARG_STR(F_SETSIG), 0, "SIG_0" }, in test_fcntl_others() 350 { 1, ARG_STR(F_SETSIG), 1, "SIGHUP" } in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 349 { 0, ARG_STR(F_SETSIG), 0, "SIG_0" }, in test_fcntl_others() 350 { 1, ARG_STR(F_SETSIG), 1, "SIGHUP" } in test_fcntl_others()
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns13.c | 99 if (fcntl(pipe_fd[0], F_SETSIG, SIGUSR1) == -1) { in child_fn()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 507 #ifdef F_SETSIG in all_ins() 508 if (PyModule_AddIntMacro(m, F_SETSIG)) return -1; in all_ins()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 492 #ifdef F_SETSIG in all_ins() 493 if (ins(d, "F_SETSIG", (long)F_SETSIG)) return -1; in all_ins()
|
/external/strace/ |
D | fcntl.c | 135 case F_SETSIG: in print_fcntl()
|
/external/honggfuzz/linux/ |
D | arch.c | 202 if (fcntl(run->persistentSock, F_SETSIG, SIGIO) == -1) { in arch_prepareParentAfterFork()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 170 F_SETSIG = 10
|
D | sys_amd64.const | 170 F_SETSIG = 10
|
D | sys_arm.const | 170 F_SETSIG = 10
|
D | sys_ppc64le.const | 170 F_SETSIG = 10
|
D | sys_arm64.const | 170 F_SETSIG = 10
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 644 F_SETSIG = 10 variable
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 481 F_SETSIG = 0xa const
|
D | zerrors_linux_mipsle.go | 552 F_SETSIG = 0xa const
|
D | zerrors_linux_s390x.go | 552 F_SETSIG = 0xa const
|
D | zerrors_linux_arm.go | 552 F_SETSIG = 0xa const
|
D | zerrors_linux_ppc64le.go | 552 F_SETSIG = 0xa const
|
D | zerrors_linux_mips64.go | 552 F_SETSIG = 0xa const
|