Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstropts.h29 #define __SID ('S' << 8) macro
31 #define I_NREAD (__SID | 1) /* Counts the number of data bytes in the data
33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current
35 #define I_POP (__SID | 3) /* Remove STREAMS module from just below the
37 #define I_LOOK (__SID | 4) /* Retrieve the name of the module just below
40 #define I_FLUSH (__SID | 5) /* Flush all input and/or output. */
41 #define I_SRDOPT (__SID | 6) /* Sets the read mode. */
42 #define I_GRDOPT (__SID | 7) /* Returns the current read mode setting. */
43 #define I_STR (__SID | 8) /* Construct an internal STREAMS `ioctl'
45 #define I_SETSIG (__SID | 9) /* Inform the STREAM head that the process
[all …]