Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h124 ssize_t q_minpsz; /* Q9S: smallest packet OK on Q */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c476 stp->sd_qn_minpsz = qp->q_minpsz; in stropen()
624 rmin = stp->sd_wrq->q_next->q_minpsz; in stropen()
2432 q->q_minpsz = sop->so_minpsz; in strrput_nondata()
3956 rmin = stp->sd_wrq->q_next->q_minpsz; in strioctl()
4037 rmin = wrq->q_next->q_minpsz; in strioctl()
4258 rmin = stp->sd_wrq->q_next->q_minpsz; in strioctl()
4391 rmin = wrq->q_next->q_minpsz; in strioctl()
H A Dstrsubr.c2525 rq->q_minpsz = rinit->qi_minfo->mi_minpsz; in setq()
2530 wq->q_minpsz = winit->qi_minfo->mi_minpsz; in setq()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3359 q->q_minpsz = (ssize_t)val; in strqset()
3481 *(ssize_t *)valp = q->q_minpsz; in strqget()