Home
last modified time | relevance | path

Searched refs:strfdinsert (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c55 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 Dstreamio.c5238 STRUCT_DECL(strfdinsert, strfdinsert); in strioctl()
5245 STRUCT_INIT(strfdinsert, flag); 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()
5306 if (STRUCT_FGET(strfdinsert, ctlbuf.len) < in strioctl()
5308 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5316 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5334 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5358 STRUCT_FGET(strfdinsert, fildes)); in strioctl()
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c974 struct strfdinsert strfdinsert; in show_strfdinsert() local
976 if (Pread(Proc, &strfdinsert, sizeof (strfdinsert), offset) == in show_strfdinsert()
977 sizeof (strfdinsert)) { 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()
996 sizeof (strfdinsert)) { in show_strfdinsert32()
1004 strfdinsert.fildes, in show_strfdinsert32()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h370 struct strfdinsert { struct