Lines Matching defs:iocp
123 struct iocblk *iocp;
129 iocp = (struct iocblk *)mp->b_rptr;
131 if (iocp->ioc_count == TRANSPARENT) {
136 switch (iocp->ioc_cmd) {
288 iocp->ioc_count = 0; /* no data returned unless we say so */
291 switch (iocp->ioc_cmd) {
327 iocp->ioc_count = sizeof (struct termios);
351 iocp->ioc_count = sizeof (struct termio);
373 iocp->ioc_count = sizeof (int);
393 iocp->ioc_count = sizeof (struct winsize);