Lines Matching defs:count
488 int len, count, readcnt = 0;
614 count = so->so_rcvbuf - so->so_rcv_queued;
629 sctp_recvd((struct sctp_s *)so->so_proto_handle, count);
638 * does not need to update the byte count, as it is already
643 count = so->so_rcvbuf - ssa->ssa_rcv_queued;
655 sctp_recvd(ssa->ssa_conn, count);
672 sosctp_uiomove(mblk_t *hdr_mp, ssize_t count, ssize_t blk_size, int wroff,
681 blk_size = count;
686 while (count > 0) {
687 size = MIN(count, blk_size);
714 count -= size;
732 ssize_t count, msglen;
836 msglen = count = uiop->uio_resid;
895 if ((error = sosctp_uiomove(mctl, count, so->so_proto_props.sopp_maxblk,
934 ssize_t count, msglen;
1077 msglen = count = uiop->uio_resid;
1098 if ((error = sosctp_uiomove(mctl, count, ssa->ssa_wrsize,