Lines Matching refs:__SID

29 #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
47 #define I_GETSIG (__SID |10) /* Return the events for which the calling
50 #define I_FIND (__SID |11) /* Compares the names of all modules currently
53 #define I_LINK (__SID |12) /* Connect two STREAMs. */
54 #define I_UNLINK (__SID |13) /* Disconnects the two STREAMs. */
55 #define I_PEEK (__SID |15) /* Allows a process to retrieve the information
59 #define I_FDINSERT (__SID |16) /* Create a message from the specified
62 #define I_SENDFD (__SID |17) /* Requests the STREAM associated with `fildes'
66 #define I_RECVFD (__SID |14) /* Non-EFT definition. */
67 #define I_SWROPT (__SID |19) /* Set the write mode. */
68 #define I_GWROPT (__SID |20) /* Return the current write mode setting. */
69 #define I_LIST (__SID |21) /* List all the module names on the STREAM, up
71 #define I_PLINK (__SID |22) /* Connect two STREAMs with a persistent
73 #define I_PUNLINK (__SID |23) /* Disconnect the two STREAMs that were
75 #define I_FLUSHBAND (__SID |28) /* Flush only band specified. */
76 #define I_CKBAND (__SID |29) /* Check if the message of a given priority
79 #define I_GETBAND (__SID |30) /* Return the priority band of the first
81 #define I_ATMARK (__SID |31) /* See if the current message on the STREAM
84 #define I_SETCLTIME (__SID |32) /* Set the time the STREAM head will delay when
87 #define I_GETCLTIME (__SID |33) /* Get current value for closing timeout. */
88 #define I_CANPUT (__SID |34) /* Check if a certain band is writable. */