Home
last modified time | relevance | path

Searched refs:peekp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpeek.c155 struct strpeek *peekp; in do_peek() local
162 peekp = &peek; in do_peek()
163 peekp->flags = 0; in do_peek()
165 peekp->ctlbuf.maxlen = 1; in do_peek()
166 peekp->ctlbuf.buf = buf; in do_peek()
167 peekp->databuf.maxlen = n; in do_peek()
168 peekp->databuf.buf = buf; in do_peek()
177 return (&(peekp->databuf)); in do_peek()
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c344 register struct strpeek *peekp; in nullfix() local
350 peekp = &peek; in nullfix()
351 peekp->flags = 0; in nullfix()
353 peekp->ctlbuf.maxlen = 1; in nullfix()
354 peekp->ctlbuf.buf = junk; in nullfix()
355 peekp->databuf.maxlen = 2; in nullfix()
356 peekp->databuf.buf = junk; in nullfix()
367 if (peekp->databuf.len == 2) { in nullfix()
383 else if (peekp->databuf.len == 1) { in nullfix()
389 peekp->databuf.maxlen = 1; in nullfix()
[all …]