Searched refs:F_GETSIG (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | fcntlcmds.h | 181 #if defined(F_GETSIG) || (defined(HAVE_DECL_F_GETSIG) && HAVE_DECL_F_GETSIG) 183 static_assert((F_GETSIG) == (14), "F_GETSIG != 14"); 186 # define F_GETSIG 14 196 #if defined(F_GETSIG) || (defined(HAVE_DECL_F_GETSIG) && HAVE_DECL_F_GETSIG) 198 static_assert((F_GETSIG) == (11), "F_GETSIG != 11"); 201 # define F_GETSIG 11 440 XLAT(F_GETSIG), 443 XLAT(F_GETSIG),
|
D | fcntlcmds.in | 43 F_GETSIG 14 46 F_GETSIG 11
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 274 TEST(fcntl(test_fd, F_GETSIG)); in test_set_and_get_sig() 290 TEST(fcntl(test_fd, F_GETSIG)); in test_set_and_get_sig()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 116 #define F_GETSIG 11 /* for sockets. */ macro
|
/external/strace/tests/ |
D | fcntl-common.c | 364 { 0, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig }, in test_fcntl_others() 365 { 1, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig } in test_fcntl_others()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 364 { 0, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig }, in test_fcntl_others() 365 { 1, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig } in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 364 { 0, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig }, in test_fcntl_others() 365 { 1, ARG_STR(F_GETSIG), .print_flags = print_flags_getsig } in test_fcntl_others()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 489 #ifdef F_GETSIG in all_ins() 490 if (ins(d, "F_GETSIG", (long)F_GETSIG)) return -1; in all_ins()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 504 #ifdef F_GETSIG in all_ins() 505 if (PyModule_AddIntMacro(m, F_GETSIG)) return -1; in all_ins()
|
/external/strace/ |
D | fcntl.c | 182 case F_GETSIG: in print_fcntl()
|
D | ChangeLog | 4319 F_SETSIG, F_GETSIG) [alpha || hppa || mips || sparc]: Fix definitions. 35244 F_OFD_GETLK, F_GETOWN_EX, F_GET_SEALS, F_GETSIG.
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 645 F_GETSIG = 11 variable
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 235 pub const F_GETSIG: ::c_int = 11; constant
|