Searched refs:strfdinsert (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_accept.c | 55 struct strfdinsert strfdinsert; in _tx_accept() local 252 strfdinsert.ctlbuf.maxlen = ctlbuf.maxlen; in _tx_accept() 253 strfdinsert.ctlbuf.len = ctlbuf.len; in _tx_accept() 254 strfdinsert.ctlbuf.buf = ctlbuf.buf; in _tx_accept() 256 strfdinsert.databuf.maxlen = call->udata.maxlen; in _tx_accept() 257 strfdinsert.databuf.len = in _tx_accept() 259 strfdinsert.databuf.buf = call->udata.buf; in _tx_accept() 260 strfdinsert.fildes = resfd; in _tx_accept() 261 strfdinsert.offset = (int)sizeof (t_scalar_t); in _tx_accept() 262 strfdinsert.flags = 0; /* could be EXPEDITED also */ in _tx_accept() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 5238 STRUCT_DECL(strfdinsert, strfdinsert); in strioctl() 5245 STRUCT_INIT(strfdinsert, flag); in strioctl() 5251 error = strcopyin((void *)arg, STRUCT_BUF(strfdinsert), in strioctl() 5252 STRUCT_SIZE(strfdinsert), copyflag); in strioctl() 5256 if (STRUCT_FGET(strfdinsert, offset) < 0 || in strioctl() 5257 (STRUCT_FGET(strfdinsert, offset) % in strioctl() 5260 if ((resftp = getf(STRUCT_FGET(strfdinsert, fildes))) != NULL) { in strioctl() 5262 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl() 5274 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl() 5306 if (STRUCT_FGET(strfdinsert, ctlbuf.len) < in strioctl() [all …]
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 974 struct strfdinsert strfdinsert; in show_strfdinsert() local 976 if (Pread(Proc, &strfdinsert, sizeof (strfdinsert), offset) == in show_strfdinsert() 977 sizeof (strfdinsert)) { in show_strfdinsert() 979 print_strbuf(pri, &strfdinsert.ctlbuf, "ctl", FALSE); in show_strfdinsert() 980 print_strbuf(pri, &strfdinsert.databuf, "dat", FALSE); in show_strfdinsert() 984 strflags(pri, strfdinsert.flags), in show_strfdinsert() 985 strfdinsert.fildes, in show_strfdinsert() 986 strfdinsert.offset); in show_strfdinsert() 993 struct strfdinsert32 strfdinsert; in show_strfdinsert32() local 995 if (Pread(Proc, &strfdinsert, sizeof (strfdinsert), offset) == in show_strfdinsert32() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 370 struct strfdinsert { struct
|