Home
last modified time | relevance | path

Searched refs:F_SETSIG (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Dfcntlcmds.h174 #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),
Dfcntlcmds.in42 F_SETSIG 13
45 F_SETSIG 10
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c284 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/
Dfcntl-common.c349 { 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/
Dfcntl-common.c349 { 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/
Dfcntl-common.c349 { 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/
Dpidns13.c99 if (fcntl(pipe_fd[0], F_SETSIG, SIGUSR1) == -1) { in child_fn()
/external/python/cpython3/Modules/
Dfcntlmodule.c507 #ifdef F_SETSIG in all_ins()
508 if (PyModule_AddIntMacro(m, F_SETSIG)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c492 #ifdef F_SETSIG in all_ins()
493 if (ins(d, "F_SETSIG", (long)F_SETSIG)) return -1; in all_ins()
/external/strace/
Dfcntl.c135 case F_SETSIG: in print_fcntl()
/external/honggfuzz/linux/
Darch.c202 if (fcntl(run->persistentSock, F_SETSIG, SIGIO) == -1) { in arch_prepareParentAfterFork()
/external/syzkaller/sys/linux/
Dsys_386.const170 F_SETSIG = 10
Dsys_amd64.const170 F_SETSIG = 10
Dsys_arm.const170 F_SETSIG = 10
Dsys_ppc64le.const170 F_SETSIG = 10
Dsys_arm64.const170 F_SETSIG = 10
/external/python/cpython2/Lib/plat-atheos/
DIN.py644 F_SETSIG = 10 variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go481 F_SETSIG = 0xa const
Dzerrors_linux_mipsle.go552 F_SETSIG = 0xa const
Dzerrors_linux_s390x.go552 F_SETSIG = 0xa const
Dzerrors_linux_arm.go552 F_SETSIG = 0xa const
Dzerrors_linux_ppc64le.go552 F_SETSIG = 0xa const
Dzerrors_linux_mips64.go552 F_SETSIG = 0xa const

12