Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h34 #define F_SETSIG 10 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/x86_64/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h32 #define F_SETSIG 10 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h30 #define F_SETSIG 10 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h32 #define F_SETSIG 10 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h34 #define F_SETSIG 10 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h35 #define F_SETSIG 10 macro
/third_party/alsa-lib/src/control/
Dcontrol_hw.c43 #ifndef F_SETSIG
44 #define F_SETSIG 10 macro
107 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_ctl_hw_async()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c286 TEST(fcntl(test_fd, F_SETSIG, sig)); in test_set_and_get_sig()
305 TEST(fcntl(test_fd, F_SETSIG, orig_sig)); in test_set_and_get_sig()
Dfcntl38.c43 TEST(fcntl(fd, F_SETSIG, TEST_SIG)); in setup_dnotify()
/third_party/alsa-lib/src/timer/
Dtimer_hw.c88 #ifdef F_SETSIG in snd_timer_hw_async()
89 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_timer_hw_async()
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns13.c70 SAFE_FCNTL(pipe_fd[0], F_SETSIG, SIGUSR1); in child_fn()
/third_party/python/Modules/
Dfcntlmodule.c525 #ifdef F_SETSIG in all_ins()
526 if (PyModule_AddIntMacro(m, F_SETSIG)) return -1; in all_ins()
/third_party/alsa-lib/src/pcm/
Dpcm_hw.c54 #ifndef F_SETSIG
55 #define F_SETSIG 10 macro
301 if (fcntl(fd, F_SETSIG, (long)sig) < 0) { in snd_pcm_hw_async()