Home
last modified time | relevance | path

Searched refs:I_SETSIG (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h18 #define I_SETSIG (__SID | 9) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h18 #define I_SETSIG (__SID | 9) macro
/third_party/musl/ndk_musl_include/
Dstropts.h18 #define I_SETSIG (__SID | 9) macro
/third_party/musl/include/
Dstropts.h18 #define I_SETSIG (__SID | 9) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h18 #define I_SETSIG (__SID | 9) macro
/third_party/python/Modules/
Dfcntlmodule.c619 if (PyModule_AddIntMacro(m, I_SETSIG)) return -1; in all_ins()
/third_party/pulseaudio/src/modules/
Dmodule-solaris.c1049 ioctl(u->fd, I_SETSIG, S_MSG); in pa__init()
1111 ioctl(u->fd, I_SETSIG, 0); in pa__done()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2412 pub const I_SETSIG: ::c_int = STR | 0o11; constant