Lines Matching refs:STR

229 #define	STR		('S'<<8)
230 /* (STR|000) in use */
231 #define I_NREAD (STR|01)
232 #define I_PUSH (STR|02)
233 #define I_POP (STR|03)
234 #define I_LOOK (STR|04)
235 #define I_FLUSH (STR|05)
236 #define I_SRDOPT (STR|06)
237 #define I_GRDOPT (STR|07)
238 #define I_STR (STR|010)
239 #define I_SETSIG (STR|011)
240 #define I_GETSIG (STR|012)
241 #define I_FIND (STR|013)
242 #define I_LINK (STR|014)
243 #define I_UNLINK (STR|015)
244 /* (STR|016) in use */
245 #define I_PEEK (STR|017)
246 #define I_FDINSERT (STR|020)
247 #define I_SENDFD (STR|021)
250 #define I_RECVFD (STR|022)
251 #define I_E_RECVFD (STR|016)
253 #define I_RECVFD (STR|016) /* maps to kernel I_E_RECVFD */
256 #define I_SWROPT (STR|023)
257 #define I_GWROPT (STR|024)
258 #define I_LIST (STR|025)
259 #define I_PLINK (STR|026)
260 #define I_PUNLINK (STR|027)
261 #define I_ANCHOR (STR|030)
262 #define I_FLUSHBAND (STR|034)
263 #define I_CKBAND (STR|035)
264 #define I_GETBAND (STR|036)
265 #define I_ATMARK (STR|037)
266 #define I_SETCLTIME (STR|040)
267 #define I_GETCLTIME (STR|041)
268 #define I_CANPUT (STR|042)
269 #define I_SERROPT (STR|043)
270 #define I_GERROPT (STR|044)
271 #define I_ESETSIG (STR|045)
272 #define I_EGETSIG (STR|046)
274 #define __I_PUSH_NOCTTY (STR|047) /* push module, no cntrl tty */
277 * IOCTLs (STR|050) - (STR|055) are available for use.
280 #define _I_MUXID2FD (STR|056) /* Private: get a fd from a muxid */
281 #define _I_INSERT (STR|057) /* Private: insert a module */
282 #define _I_REMOVE (STR|060) /* Private: remove a module */
283 #define _I_GETPEERCRED (STR|061) /* Private: get peer cred */
284 #define _I_PLINK_LH (STR|062) /* Private: Layered Driver ioctl */
285 #define _I_CMD (STR|063) /* Private: send ioctl via M_CMD */