Searched refs:__SID (Results 1 – 1 of 1) sorted by relevance
29 #define __SID ('S' << 8) macro31 #define I_NREAD (__SID | 1) /* Counts the number of data bytes in the data33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current35 #define I_POP (__SID | 3) /* Remove STREAMS module from just below the37 #define I_LOOK (__SID | 4) /* Retrieve the name of the module just below40 #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 …]