Searched refs:strpeek (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_look.c79 struct strpeek strpeek; local
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);
[all...]
H A D_utility.c1113 struct strpeek arg;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c75 struct strpeek pbuf;

Completed in 24 milliseconds