Home
last modified time | relevance | path

Searched defs:stroptions (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h604 struct stroptions { struct
605 uint_t so_flags; /* options to set */
606 short so_readopt; /* read option */
607 ushort_t so_wroff; /* write offset */
608 ssize_t so_minpsz; /* minimum read packet size */
609 ssize_t so_maxpsz; /* maximum read packet size */
610 size_t so_hiwat; /* read queue high water mark */
611 size_t so_lowat; /* read queue low water mark */
612 unsigned char so_band; /* band for water marks */
613 ushort_t so_erropt; /* error option */
[all …]