Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dstream.h121 ssize_t q_minpsz; /* Q9S: smallest packet OK on Q */ member
/titanic_44/usr/src/uts/common/os/
H A Dstreamio.c427 stp->sd_qn_minpsz = qp->q_minpsz; in stropen()
570 rmin = stp->sd_wrq->q_next->q_minpsz; in stropen()
2362 q->q_minpsz = sop->so_minpsz; in strrput_nondata()
3830 rmin = stp->sd_wrq->q_next->q_minpsz; in strioctl()
3911 rmin = wrq->q_next->q_minpsz; in strioctl()
4132 rmin = stp->sd_wrq->q_next->q_minpsz; in strioctl()
4265 rmin = wrq->q_next->q_minpsz; in strioctl()
H A Dstrsubr.c2500 rq->q_minpsz = rinit->qi_minfo->mi_minpsz; in setq()
2505 wq->q_minpsz = winit->qi_minfo->mi_minpsz; in setq()
/titanic_44/usr/src/uts/common/io/
H A Dstream.c3378 q->q_minpsz = (ssize_t)val; in strqset()
3500 *(ssize_t *)valp = q->q_minpsz; in strqget()