/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | fcntl.h | 35 #define F_SETSIG 10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/aarch64/bits/ |
H A D | fcntl.h | 32 #define F_SETSIG 10 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/m68k/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | fcntl.h | 34 #define F_SETSIG 10 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | fcntl.h | 34 #define F_SETSIG 10 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | fcntl.h | 30 #define F_SETSIG 10 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl31.c | 22 * F_SETOWN_EX, F_GETSIG, F_SETSIG argument. 264 TEST(fcntl(test_fd, F_SETSIG, sig)); in test_set_and_get_sig() 267 "fcntl(fd, F_SETSIG, SIG: %d) failed", sig); in test_set_and_get_sig() 277 "fcntl F_SETSIG set SIG: %d failed", sig); in test_set_and_get_sig() 283 TEST(fcntl(test_fd, F_SETSIG, orig_sig)); in test_set_and_get_sig()
|
H A D | fcntl39.c | 49 TEST(fcntl(fd, F_SETSIG, TEST_SIG)); in setup_dnotify() 51 tst_brk(TBROK, "F_SETSIG failed errno = %d : %s", in setup_dnotify()
|
H A D | fcntl38.c | 43 TEST(fcntl(fd, F_SETSIG, TEST_SIG)); in setup_dnotify() 45 tst_brk(TBROK, "F_SETSIG failed errno = %d : %s", in setup_dnotify()
|
/third_party/alsa-lib/src/control/ |
H A D | control_hw.c | 45 #ifndef F_SETSIG 46 #define F_SETSIG 10 macro 108 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_ctl_hw_async() 109 SYSERR("F_SETSIG failed"); in snd_ctl_hw_async()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns13.c | 70 SAFE_FCNTL(pipe_fd[0], F_SETSIG, SIGUSR1); in child_fn()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer_hw.c | 88 #ifdef F_SETSIG in snd_timer_hw_async() 89 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_timer_hw_async() 90 SYSERR("F_SETSIG failed"); in snd_timer_hw_async()
|
/third_party/python/Modules/ |
H A D | fcntlmodule.c | 525 #ifdef F_SETSIG in all_ins() 526 if (PyModule_AddIntMacro(m, F_SETSIG)) return -1; in all_ins()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 54 #ifndef F_SETSIG 55 #define F_SETSIG 10 macro 308 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_pcm_hw_async() 310 SYSMSG("F_SETSIG failed (%i)", err); in snd_pcm_hw_async()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 238 pub const F_SETSIG: ::c_int = 10; consts
|