Searched defs:strpeek (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_look.c82 struct strpeek strpeek; local
122 strpeek.ctlbuf.maxlen = (int)sizeof (ctltype);
123 strpeek.ctlbuf.len = 0;
124 strpeek.ctlbuf.buf = (char *)&ctltype;
125 strpeek.databuf.maxlen = 0;
126 strpeek.databuf.len = 0;
127 strpeek.databuf.buf = NULL;
128 strpeek.flags = 0;
131 retval = ioctl(fd, I_PEEK, &strpeek);
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h91 #define I_PEEK _IOWR('S',017,struct strpeek)
130 struct strpeek { struct
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h353 struct strpeek { struct
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c924 /* strpeek and strfdinsert flags word */
948 struct strpeek strpeek; local
950 if (Pread(Proc, &strpeek, sizeof (strpeek), offset)
951 == sizeof (strpeek)) {
953 print_strbuf(pri, &strpeek.ctlbuf, "ctl", FALSE);
954 print_strbuf(pri, &strpeek.databuf, "dat", FALSE);
958 strflags(pri, strpeek.flags));
966 struct strpeek32 strpeek; local
[all...]

Completed in 67 milliseconds