Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dstrsun.h52 #define MBLKSIZE(mp) _PTRDIFF(DB_LIM(mp), DB_BASE(mp)) macro
/titanic_50/usr/src/uts/common/io/
H A Dstrsun.c95 if (mp == NULL || MBLKSIZE(mp) < size || DB_REF(mp) > 1) { in mexchange()
H A Dgldutil.c385 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ether()
915 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_ib()
1177 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_fddi()
1607 } else if (DB_REF(mp) == 1 && MBLKSIZE(mp) >= hdrlen) { in gld_unitdata_tr()
H A Dcryptmod.c1666 ASSERT(MBLKSIZE(mp) >= cipherlen); in aes_encrypt()
1786 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_decrypt()
2018 ASSERT(MBLKSIZE(mp) >= cipherlen); in arcfour_hmac_md5_encrypt()
2256 ASSERT(MBLKSIZE(mp) >= cipherlen); in des_cbc_encrypt()
2998 if ((cipherlen + extra >= MBLKSIZE(mp)) || DB_REF(mp) > 1) { in encrypt_block()
H A Dtimod.c1093 ASSERT(MBLKSIZE(mp) >= in timodrproc()
H A Dstream.c692 if (mp->b_datap->db_ref == 1 && MBLKSIZE(mp) >= size) { in reallocb()
H A Dtl.c5956 if ((MBLKSIZE(mp) < 1) || (DB_REF(mp) > 1)) { in tl_merror()
/titanic_50/usr/src/uts/common/rpc/
H A Dsvc_cots.c484 mpsize = MBLKSIZE(mp); in svc_cots_ksend()
632 mpsize = MBLKSIZE(mp); in svc_cots_kgetres()
H A Dsvc.c2082 count += MBLKSIZE(mp); in svc_msgsize()
H A Dclnt_cots.c1038 mpsize = MBLKSIZE(mp); in clnt_cots_kcallit()
/titanic_50/usr/src/uts/common/os/
H A Dlogsubr.c542 MBLKL(mp2) <= LOG_MSGSIZE && MBLKSIZE(mp2) >= LOG_MSGSIZE) in log_freemsg()
/titanic_50/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()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1096 ASSERT(MBLKSIZE(mp) >= in tcp_accept_finish()
1132 ASSERT(MBLKSIZE(mp) >= sizeof (struct stroptions)); in tcp_accept_finish()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip6.c3505 msg_len = MBLKSIZE(mp); in ip_input_fragment_v6()
3511 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment_v6()
3615 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment_v6()
H A Dip.c7131 msg_len = MBLKSIZE(mp); in ip_input_fragment()
7137 msg_len += MBLKSIZE(tail_mp); in ip_input_fragment()
7238 ipf->ipf_count = MBLKSIZE(mp1); in ip_input_fragment()
/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c247 ASSERT(MBLKSIZE(mproto) >= sizeof (*sctp_msg_hdr)); in sctp_sendmsg()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3440 while ((mpsize = MBLKSIZE(mp)) < len) { in rfs_rndup_mblks()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c1800 if ((DB_REF(mp) > 1) || MBLKSIZE(mp) < in sotpi_accept()