Searched refs:strpeek (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_look.c | 82 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...] |
H A D | _utility.c | 1108 struct strpeek arg;
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 91 #define I_PEEK _IOWR('S',017,struct strpeek) 130 struct strpeek { struct
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmpeek.c | 158 static struct strpeek peek; 159 register struct strpeek *peekp;
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1223 STRUCT_DECL(strpeek, strpeek); 1230 STRUCT_INIT(strpeek, mode); 1237 error = copyin((caddr_t)arg, STRUCT_BUF(strpeek), 1238 STRUCT_SIZE(strpeek)); 1245 if (STRUCT_FGET(strpeek, flags) & RS_HIPRI) { 1250 len = STRUCT_FGET(strpeek, databuf.maxlen); 1252 STRUCT_FSET(strpeek, databuf.len, len); 1254 iov.iov_base = STRUCT_FGETP(strpeek, databuf.buf); 1275 STRUCT_FSET(strpeek, databu [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 4903 STRUCT_DECL(strpeek, strpeek); 4907 STRUCT_INIT(strpeek, flag); 4909 error = strcopyin((void *)arg, STRUCT_BUF(strpeek), 4910 STRUCT_SIZE(strpeek), copyflag); 4927 if ((STRUCT_FGET(strpeek, flags) & RS_HIPRI) && 4934 (STRUCT_FGET(strpeek, flags) & RS_HIPRI)) { 4959 STRUCT_FSET(strpeek, flags, RS_HIPRI); 4961 STRUCT_FSET(strpeek, flags, 0); 4987 if (STRUCT_FGET(strpeek, ctlbu [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 353 struct strpeek { struct
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 75 struct strpeek pbuf;
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 345 struct strpeek peek; 346 register struct strpeek *peekp;
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 924 /* 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 86 milliseconds