Lines Matching refs:strpeek
82 struct strpeek strpeek; in _t_look_locked() local
122 strpeek.ctlbuf.maxlen = (int)sizeof (ctltype); in _t_look_locked()
123 strpeek.ctlbuf.len = 0; in _t_look_locked()
124 strpeek.ctlbuf.buf = (char *)&ctltype; in _t_look_locked()
125 strpeek.databuf.maxlen = 0; in _t_look_locked()
126 strpeek.databuf.len = 0; in _t_look_locked()
127 strpeek.databuf.buf = NULL; in _t_look_locked()
128 strpeek.flags = 0; in _t_look_locked()
131 retval = ioctl(fd, I_PEEK, &strpeek); in _t_look_locked()
147 ((retval > 0) && (strpeek.ctlbuf.len >= in _t_look_locked()
150 pptr = (union T_primitives *)strpeek.ctlbuf.buf; in _t_look_locked()
224 if ((retval > 0) && (strpeek.ctlbuf.len <= 0)) { in _t_look_locked()
245 if ((retval > 0) && (strpeek.ctlbuf.len > 0)) { in _t_look_locked()