Home
last modified time | relevance | path

Searched refs:MBLKSIZE (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsun.h50 #define MBLKSIZE(mp) _PTRDIFF(DB_LIM(mp), DB_BASE(mp)) macro
/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c95 if (mp == NULL || MBLKSIZE(mp) < size || DB_REF(mp) > 1) { in mexchange()
H A Dgldutil.c384 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ether()
832 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ib()
1094 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_fddi()
1524 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_tr()
H A Dcryptmod.c1669 ASSERT(MBLKSIZE(mp) >= cipherlen); in aes_encrypt()
1789 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_decrypt()
2021 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_encrypt()
2259 ASSERT(MBLKSIZE(mp) >= cipherlen); in des_cbc_encrypt()
3001 if ((cipherlen + extra >= MBLKSIZE(mp)) || DB_REF(mp) > 1) { in encrypt_block()
H A Dtl.c5323 } else if (MBLKSIZE(mp) >= reuse_mb_sz && alen >= tep->te_alen && in tl_unitdata()
6101 if ((MBLKSIZE(mp) < 1) || (DB_REF(mp) > 1)) { in tl_merror()
H A Dtimod.c1095 ASSERT(MBLKSIZE(mp) >= in timodrproc()
H A Dstream.c690 if (mp->b_datap->db_ref == 1 && MBLKSIZE(mp) >= size) { in reallocb()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_cots.c489 mpsize = MBLKSIZE(mp); in svc_cots_ksend()
637 mpsize = MBLKSIZE(mp); in svc_cots_kgetres()
H A Dsvc.c2064 count += MBLKSIZE(mp); in svc_msgsize()
H A Dclnt_cots.c1041 mpsize = MBLKSIZE(mp); in clnt_cots_kcallit()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c479 __func__, MBLKSIZE(mp), MBLKL(mp)); in vsw_switch_l2_frame()
629 __func__, MBLKSIZE(mp), MBLKL(mp)); in vsw_switch_l3_frame()
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c556 MBLKL(mp2) <= LOG_MSGSIZE && MBLKSIZE(mp2) >= LOG_MSGSIZE) in log_freemsg()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1102 ASSERT(MBLKSIZE(mp) >= in tcp_accept_finish()
1138 ASSERT(MBLKSIZE(mp) >= sizeof (struct stroptions)); in tcp_accept_finish()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c3404 msg_len = MBLKSIZE(mp); in ip_input_fragment_v6()
3410 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment_v6()
3514 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment_v6()
H A Dip.c7164 msg_len = MBLKSIZE(mp); in ip_input_fragment()
7170 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment()
7271 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c812 if (MBLKSIZE(mp) != mblksize) { in sfxge_rx_qrefill()
918 ASSERT3U(MBLKSIZE(mp), ==, mblksize); in sfxge_rx_qfill()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_stream.c507 if (mp->b_datap->db_ref == 1 && MBLKSIZE(mp) >= size) { in reallocb()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c247 ASSERT(MBLKSIZE(mproto) >= sizeof (*sctp_msg_hdr)); in sctp_sendmsg()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3379 while ((mpsize = MBLKSIZE(mp)) < len) { in rfs_rndup_mblks()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1768 if ((DB_REF(mp) > 1) || MBLKSIZE(mp) < in sotpi_accept()