Home
last modified time | relevance | path

Searched refs:so_minpsz (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Ddedump.c152 so->so_minpsz, so->so_maxpsz, so->so_hiwat, so->so_lowat); in dedump_stroptions()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h608 ssize_t so_minpsz; /* minimum read packet size */ member
H A Dsocketvar.h187 #define so_minpsz so_proto_props.sopp_minpsz macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c612 so->so_minpsz = 0; in sonode_init()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c2432 q->q_minpsz = sop->so_minpsz; in strrput_nondata()