Lines Matching refs:strpeek
79 struct strpeek strpeek;
119 strpeek.ctlbuf.maxlen = (int)sizeof (ctltype);
120 strpeek.ctlbuf.len = 0;
121 strpeek.ctlbuf.buf = (char *)&ctltype;
122 strpeek.databuf.maxlen = 0;
123 strpeek.databuf.len = 0;
124 strpeek.databuf.buf = NULL;
125 strpeek.flags = 0;
128 retval = ioctl(fd, I_PEEK, &strpeek);
141 (strpeek.ctlbuf.len >= (int)sizeof (t_scalar_t)))) {
143 pptr = (union T_primitives *)strpeek.ctlbuf.buf;
217 if ((retval > 0) && (strpeek.ctlbuf.len <= 0)) {
238 if ((retval > 0) && (strpeek.ctlbuf.len > 0)) {