Symbol: MBLKL
usr/src/cmd/mdb/common/modules/genunix/streams.c
1344
mblklen = MBLKL(&mblk);
usr/src/common/crypto/modes/modes.c
347
for (mp = data->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/common/crypto/modes/modes.c
348
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/common/crypto/modes/modes.c
362
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/common/crypto/modes/modes.c
73
for (mp = out->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/common/crypto/modes/modes.c
74
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/common/inet/inet_hash.c
166
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/common/inet/inet_hash.c
190
if (MBLKL(mp) < skip_len) {
usr/src/common/inet/inet_hash.c
193
if ((newmp == NULL) || (MBLKL(newmp) < skip_len)) {
usr/src/common/inet/inet_hash.c
208
if (MBLKL(mp) <= skip_len) {
usr/src/common/inet/inet_hash.c
209
skip_len -= MBLKL(mp);
usr/src/common/inet/inet_hash.c
311
if (MBLKL(mp) <= skip_len) {
usr/src/common/inet/inet_hash.c
312
skip_len -= MBLKL(mp);
usr/src/common/inet/inet_hash.c
346
if (MBLKL(mp) <= skip_len) {
usr/src/common/inet/inet_hash.c
347
skip_len -= MBLKL(mp);
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
328
n = MBLKL(m);
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
344
ctlbuf.len = MBLKL(bp);
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
345
ctlbuf.maxlen = MBLKL(bp);
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
351
databuf.len = MBLKL(m);
usr/src/lib/smbclnt/libfknsmb/common/fake_ktli.c
352
databuf.maxlen = MBLKL(m);
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
1034
nbp->b_wptr = nbp->b_rptr + MBLKL(bp);
usr/src/lib/smbclnt/libfknsmb/common/fksmb_crypt_pkcs.c
324
len = MBLKL(m);
usr/src/lib/smbclnt/libfknsmb/common/fksmb_crypt_pkcs.c
347
n += MBLKL(mp);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_ksocket.c
57
tlen += MBLKL(m);
usr/src/lib/smbsrv/libfksmbsrv/common/fake_ksocket.c
76
iov[i++].iov_len = MBLKL(m);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
337
for (mp = input->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/core/kcf_prov_lib.c
338
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/core/kcf_prov_lib.c
352
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/arcfour.c
649
l = MBLKL(mp1);
usr/src/uts/common/crypto/io/dca.c
2862
for (mp = data->cd_mp; mp != NULL && off >= MBLKL(mp);
usr/src/uts/common/crypto/io/dca.c
2863
off -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/dca.c
2877
cur_len = min(MBLKL(mp) - off, count);
usr/src/uts/common/crypto/io/dca.c
2974
if ((MBLKL(mp) % sizeof (uint32_t)) ||
usr/src/uts/common/crypto/io/dca.c
3010
if ((MBLKL(mp) % dca->dca_pagesize) ||
usr/src/uts/common/crypto/io/dca.c
3114
for (mp = in->cd_mp; mp != NULL && off >= MBLKL(mp);
usr/src/uts/common/crypto/io/dca.c
3115
off -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/dca.c
3129
cur_len = min(MBLKL(mp) - off, count);
usr/src/uts/common/crypto/io/dca.c
3259
for (mp = in->cd_mp; mp != NULL && off >= MBLKL(mp);
usr/src/uts/common/crypto/io/dca.c
3260
off -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/dca.c
3274
cur_len = min(MBLKL(mp) - off, count);
usr/src/uts/common/crypto/io/dca.c
3383
for (mp = out->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/dca.c
3384
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/dca.c
3398
cur_len = min(MBLKL(mp) - offset, count);
usr/src/uts/common/crypto/io/md4_mod.c
400
for (mp = data->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/md4_mod.c
401
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/md4_mod.c
415
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/md4_mod.c
451
for (mp = digest->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/md4_mod.c
452
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/md4_mod.c
462
if (offset + digest_len <= MBLKL(mp)) {
usr/src/uts/common/crypto/io/md4_mod.c
493
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/md5_mod.c
1378
for (mp = mac->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/md5_mod.c
1379
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/md5_mod.c
1391
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/md5_mod.c
485
for (mp = data->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/md5_mod.c
486
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/md5_mod.c
500
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/md5_mod.c
536
for (mp = digest->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/md5_mod.c
537
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/md5_mod.c
547
if (offset + digest_len <= MBLKL(mp)) {
usr/src/uts/common/crypto/io/md5_mod.c
578
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/sha1_mod.c
1423
for (mp = mac->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/sha1_mod.c
1424
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/sha1_mod.c
1436
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/sha1_mod.c
432
for (mp = data->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/sha1_mod.c
433
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/sha1_mod.c
447
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/sha1_mod.c
483
for (mp = digest->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/sha1_mod.c
484
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/sha1_mod.c
494
if (offset + digest_len <= MBLKL(mp)) {
usr/src/uts/common/crypto/io/sha1_mod.c
525
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/sha2_mod.c
1641
for (mp = mac->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/sha2_mod.c
1642
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/sha2_mod.c
1654
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/sha2_mod.c
468
for (mp = data->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/sha2_mod.c
469
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/sha2_mod.c
483
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/sha2_mod.c
519
for (mp = digest->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/sha2_mod.c
520
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/sha2_mod.c
530
if (offset + digest_len <= MBLKL(mp)) {
usr/src/uts/common/crypto/io/sha2_mod.c
564
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/skein_mod.c
399
for (mp = data->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/skein_mod.c
400
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/skein_mod.c
412
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/crypto/io/skein_mod.c
442
for (mp = digest->cd_mp; mp != NULL && offset >= MBLKL(mp);
usr/src/uts/common/crypto/io/skein_mod.c
443
offset -= MBLKL(mp), mp = mp->b_cont)
usr/src/uts/common/crypto/io/skein_mod.c
450
if (offset + CRYPTO_BITS2BYTES(ctx->sc_digest_bitlen) <= MBLKL(mp)) {
usr/src/uts/common/crypto/io/skein_mod.c
466
cur_len = MIN(MBLKL(mp) - offset, length);
usr/src/uts/common/fs/fifofs/fifovnops.c
1284
cnt = MIN(uio.uio_resid, MBLKL(bp));
usr/src/uts/common/fs/fifofs/fifovnops.c
740
int bpsize = MBLKL(fnp->fn_mp);
usr/src/uts/common/fs/nfs/nfs4_srv.c
5955
bytes += MBLKL(m);
usr/src/uts/common/fs/smbclnt/netsmb/smb2_sign.c
163
ASSERT(MBLKL(m) >= SMB2_HDRLEN);
usr/src/uts/common/fs/smbclnt/netsmb/smb2_sign.c
179
size = MBLKL(m) - SMB2_HDRLEN;
usr/src/uts/common/fs/smbclnt/netsmb/smb2_sign.c
187
size = MBLKL(m);
usr/src/uts/common/fs/smbclnt/netsmb/smb2_sign.c
215
ASSERT(MBLKL(mp) >= SMB2_HDRLEN);
usr/src/uts/common/fs/smbclnt/netsmb/smb2_sign.c
263
ASSERT(MBLKL(mp) >= SMB2_HDRLEN);
usr/src/uts/common/fs/smbclnt/netsmb/smb2_smb.c
788
if (MBLKL(m) >= 2 &&
usr/src/uts/common/fs/smbclnt/netsmb/smb3_crypt.c
215
ASSERT(MBLKL(thdr) == SMB3_TFORM_HDR_SIZE);
usr/src/uts/common/fs/smbclnt/netsmb/smb_sign.c
149
ASSERT(MBLKL(m) >= SMB_HDRLEN);
usr/src/uts/common/fs/smbclnt/netsmb/smb_sign.c
168
size = MBLKL(m) - SMB_HDRLEN;
usr/src/uts/common/fs/smbclnt/netsmb/smb_sign.c
176
size = MBLKL(m);
usr/src/uts/common/fs/smbclnt/netsmb/smb_sign.c
213
ASSERT(MBLKL(mp) >= SMB_HDRLEN);
usr/src/uts/common/fs/smbclnt/netsmb/smb_sign.c
267
ASSERT(MBLKL(mp) >= SMB_HDRLEN);
usr/src/uts/common/fs/smbclnt/netsmb/subr_mchain.c
1050
diff = MBLKL(m);
usr/src/uts/common/fs/smbclnt/netsmb/subr_mchain.c
1083
for (m = m0; m && len > MBLKL(m); m = m->b_cont)
usr/src/uts/common/fs/smbclnt/netsmb/subr_mchain.c
1084
len -= MBLKL(m);
usr/src/uts/common/fs/smbclnt/netsmb/subr_mchain.c
1087
diff = MBLKL(m);
usr/src/uts/common/fs/smbclnt/netsmb/subr_mchain.c
1103
ASSERT(len <= MBLKL(m));
usr/src/uts/common/fs/smbclnt/netsmb/subr_mchain.c
579
size = MBLKL(m);
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
511
mlen = MBLKL(mp);
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
515
mlen += MBLKL(nmp);
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
1179
size = MBLKL(mp);
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
1200
ssize_t n = MBLKL(nmp);
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
2118
so->so_oobmark -= MBLKL(urg_mp);
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
517
if ((n = MIN(max_read, MBLKL(mp))) != 0) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
802
if (MBLKL(mp) < so_mblk_pull_len) {
usr/src/uts/common/fs/sockfs/sockstr.c
166
ASSERT(MBLKL(mp) >= sizeof (struct T_conn_ind));
usr/src/uts/common/fs/sockfs/sockstr.c
1679
if (MBLKL(mp) < sizeof (tpr->type)) {
usr/src/uts/common/fs/sockfs/sockstr.c
1683
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
1701
if (MBLKL(mp) < sizeof (struct T_data_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
1704
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
1732
if (MBLKL(mp) < sizeof (struct T_unitdata_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
1735
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
187
length = MAX(MBLKL(mp), 64);
usr/src/uts/common/fs/sockfs/sockstr.c
1944
if (MBLKL(mp) < sizeof (struct T_optdata_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
1947
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2008
if (MBLKL(mp) < sizeof (struct T_exdata_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2011
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2149
if (MBLKL(mp) < sizeof (struct T_conn_con)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2152
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2254
if (MBLKL(mp) < sizeof (struct T_conn_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2257
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2278
if (MBLKL(mp) < sizeof (struct T_ordrel_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2281
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2309
if (MBLKL(mp) < sizeof (struct T_discon_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2312
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2386
if (MBLKL(mp) < sizeof (struct T_uderror_ind)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2389
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2533
if (MBLKL(mp) < sizeof (struct T_error_ack)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2536
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2556
if (MBLKL(mp) < sizeof (struct T_ok_ack)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2559
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2581
if (MBLKL(mp) < sizeof (struct T_info_ack)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2584
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2598
if (MBLKL(mp) < 2 * sizeof (t_uscalar_t)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2601
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2609
if (MBLKL(mp) < sizeof (struct T_bind_ack)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2612
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
2620
if (MBLKL(mp) < sizeof (struct T_optmgmt_ack)) {
usr/src/uts/common/fs/sockfs/sockstr.c
2623
(ptrdiff_t)(MBLKL(mp)));
usr/src/uts/common/fs/sockfs/sockstr.c
954
MBLKL(mp) < sizeof (tpr->type)) {
usr/src/uts/common/fs/sockfs/sockstr.c
967
if (MBLKL(mp) >= (ssize_t)min_size) {
usr/src/uts/common/fs/sockfs/socksyscalls.c
2114
sr->sr_qlen += MBLKL(mp);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2168
sr->sr_qlen -= MBLKL(mp);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2406
iosize = MBLKL(mp);
usr/src/uts/common/fs/sockfs/socktpi.c
1865
conn_res->OPT_offset = MBLKL(mp);
usr/src/uts/common/fs/sockfs/socktpi.c
2017
MBLKL(ack_mp) == (sizeof (struct T_ok_ack) + sinlen)) {
usr/src/uts/common/fs/sockfs/socktpi.c
3616
ASSERT(MBLKL(mp) <= (ssize_t)size);
usr/src/uts/common/fs/sockfs/socktpi.c
3742
ASSERT(MBLKL(mp) <= (ssize_t)size);
usr/src/uts/common/fs/sockfs/sodirect.c
175
uint32_t len = MBLKL(mp1);
usr/src/uts/common/inet/dlpistub/dlpistub.c
205
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/inet/dlpistub/dlpistub.c
214
if (MBLKL(mp) < DL_ATTACH_REQ_SIZE)
usr/src/uts/common/inet/dlpistub/dlpistub.c
225
if (MBLKL(mp) < DL_BIND_REQ_SIZE)
usr/src/uts/common/inet/dlpistub/dlpistub.c
236
if (MBLKL(mp) < DL_INFO_REQ_SIZE)
usr/src/uts/common/inet/dlpistub/dlpistub.c
251
if (MBLKL(mp) < DL_PHYS_ADDR_REQ_SIZE)
usr/src/uts/common/inet/dlpistub/dlpistub.c
258
if (MBLKL(mp) < DL_UNBIND_REQ_SIZE)
usr/src/uts/common/inet/dlpistub/dlpistub.c
269
if (MBLKL(mp) < DL_DETACH_REQ_SIZE)
usr/src/uts/common/inet/ip/icmp.c
2442
if (cksum_offset + sizeof (short) > MBLKL(mp)) {
usr/src/uts/common/inet/ip/icmp.c
2603
ASSERT(MBLKL(mp) >= ip_hdr_length); /* IP did a pullup */
usr/src/uts/common/inet/ip/icmp.c
2610
ASSERT(MBLKL(mp) >= sizeof (ipha_t));
usr/src/uts/common/inet/ip/icmp.c
2914
(MBLKL(mp)) < sizeof (struct T_unitdata_req)) {
usr/src/uts/common/inet/ip/icmp.c
4100
if (cksum_offset + sizeof (short) > MBLKL(mp)) {
usr/src/uts/common/inet/ip/icmp.c
4159
if (MBLKL(mp) < sizeof (*tudr) ||
usr/src/uts/common/inet/ip/icmp.c
4301
if (MBLKL(data_mp) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/igmp.c
328
mblklen = MBLKL(mp);
usr/src/uts/common/inet/ip/igmp.c
339
if (MBLKL(mp) < (igmplen + iphlen)) {
usr/src/uts/common/inet/ip/ip.c
11723
ASSERT(MBLKL(mp) >= sizeof (ipha_t));
usr/src/uts/common/inet/ip/ip.c
12149
hlen = MBLKL(mp1);
usr/src/uts/common/inet/ip/ip.c
14664
MBLKL(nce->nce_fp_mp) : 0);
usr/src/uts/common/inet/ip/ip.c
5182
if (MBLKL(mp) < iph_len + sizeof (udpha_t) + sizeof (*spi)) {
usr/src/uts/common/inet/ip/ip.c
7580
len = MBLKL(mp);
usr/src/uts/common/inet/ip/ip.c
7608
if (OK_32PTR(mp->b_rptr) && MBLKL(mp) >= min_size)
usr/src/uts/common/inet/ip/ip.c
7871
ind->dl_dest_addr_offset + ind->dl_dest_addr_length < MBLKL(mb) &&
usr/src/uts/common/inet/ip/ip6_input.c
2236
ASSERT(MBLKL(mp) >= ip_hdr_length + SCTP_COMMON_HDR_LENGTH);
usr/src/uts/common/inet/ip/ip6_input.c
2280
ASSERT(MBLKL(mp) >= ip_hdr_length + UDPH_SIZE);
usr/src/uts/common/inet/ip/ip6_input.c
294
if (!OK_32PTR(ip6h) || MBLKL(mp) < IPV6_HDR_LEN) {
usr/src/uts/common/inet/ip/ip6_output.c
749
ASSERT(MBLKL(mp) >= (ip_hdr_length + sizeof (*sctph)));
usr/src/uts/common/inet/ip/ip6_output.c
853
ASSERT(MBLKL(mp) >= (ip_hdr_length + sizeof (*sctph)));
usr/src/uts/common/inet/ip/ip_arp.c
879
if (MBLKL(mp1) < ARH_FIXED_LEN + 2 * hlen + 2 * plen) {
usr/src/uts/common/inet/ip/ip_arp.c
88
MBLKL(mp) >= sizeof (dl_unitdata_ind_t) && \
usr/src/uts/common/inet/ip/ip_if.c
18738
if (MBLKL(cmd_mp) != sizeof (ilb_rule_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18751
if (MBLKL(cmd_mp) != sizeof (ilb_name_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18783
if (MBLKL(cmd_mp) != sizeof (ilb_num_rules_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18795
if (MBLKL(cmd_mp) < sizeof (ilb_rule_names_cmd_t) ||
usr/src/uts/common/inet/ip/ip_if.c
18812
if (MBLKL(cmd_mp) != sizeof (ilb_num_servers_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18824
if (MBLKL(cmd_mp) != sizeof (ilb_rule_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18835
if (MBLKL(cmd_mp) < sizeof (ilb_servers_info_cmd_t) ||
usr/src/uts/common/inet/ip/ip_if.c
18856
if (MBLKL(cmd_mp) < sizeof (ilb_servers_info_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18888
if (MBLKL(cmd_mp) < sizeof (ilb_servers_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18925
if (MBLKL(cmd_mp) < sizeof (ilb_list_nat_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
18944
if (MBLKL(cmd_mp) < sizeof (ilb_list_sticky_cmd_t)) {
usr/src/uts/common/inet/ip/ip_if.c
2313
if ((sizeof (*capp) + capp->dl_sub_length) > MBLKL(mp)) {
usr/src/uts/common/inet/ip/ip_if.c
7504
if (MBLKL(mp1) != STRUCT_SIZE(lifs))
usr/src/uts/common/inet/ip/ip_if.c
7805
if (MBLKL(data_mp) < iocp->ioc_count) {
usr/src/uts/common/inet/ip/ip_if.c
7907
if (MBLKL(data_mp) < iocp->ioc_count) {
usr/src/uts/common/inet/ip/ip_if.c
8447
ASSERT(MBLKL(mp1) >= sizeof (struct xarpreq));
usr/src/uts/common/inet/ip/ip_if.c
8458
ASSERT(MBLKL(mp1) >= sizeof (struct arpreq));
usr/src/uts/common/inet/ip/ip_if.c
8960
bufsize = MBLKL(mp1);
usr/src/uts/common/inet/ip/ip_input.c
2584
ASSERT(MBLKL(mp) >= ip_hdr_length + SCTP_COMMON_HDR_LENGTH);
usr/src/uts/common/inet/ip/ip_input.c
2629
ASSERT(MBLKL(mp) >= ip_hdr_length + UDPH_SIZE);
usr/src/uts/common/inet/ip/ip_input.c
304
if (!OK_32PTR(ipha) || MBLKL(mp) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/ip_multi.c
2232
datalen = MBLKL(data_mp);
usr/src/uts/common/inet/ip/ip_ndp.c
3579
if (nce_fp_mp->b_rptr + MBLKL(fp_mp) >
usr/src/uts/common/inet/ip/ip_ndp.c
3597
bcopy(fp_mp->b_rptr, nce_fp_mp->b_rptr, MBLKL(fp_mp));
usr/src/uts/common/inet/ip/ip_ndp.c
3599
+ MBLKL(fp_mp);
usr/src/uts/common/inet/ip/ip_output.c
1646
ASSERT(MBLKL(mp) >= (ip_hdr_length + sizeof (*sctph)));
usr/src/uts/common/inet/ip/ip_output.c
1735
ASSERT(MBLKL(mp) >= (ip_hdr_length + sizeof (*sctph)));
usr/src/uts/common/inet/ip/ipsecah.c
121
#define AH_MSGSIZE(mp) ((mp)->b_cont != NULL ? msgdsize(mp) : MBLKL(mp))
usr/src/uts/common/inet/ip/ipsecah.c
2932
if (!outbound && (MBLKL(mp) < hdr_size)) {
usr/src/uts/common/inet/ip/ipsecesp.c
1799
if (MBLKL(mp) >= (len) + (off)) { \
usr/src/uts/common/inet/ip/ipsecesp.c
1802
(data)->cd_raw.iov_len = MBLKL(mp); \
usr/src/uts/common/inet/ip/ipsecesp.c
1864
msg_len = MBLKL(esp_mp);
usr/src/uts/common/inet/ip/ipsecesp.c
2025
ASSERT(MBLKL(mp) >= sizeof (ipha_t));
usr/src/uts/common/inet/ip/ipsecesp.c
2031
ASSERT(MBLKL(udpmp) >= sizeof (udpha_t));
usr/src/uts/common/inet/ip/ipsecesp.c
2042
while (offset >= MBLKL(udpmp)) {
usr/src/uts/common/inet/ip/ipsecesp.c
2043
offset -= MBLKL(udpmp);
usr/src/uts/common/inet/ip/ipsecesp.c
2316
esp_mp, MBLKL(esp_mp), payload_len, esph_offset, auth_len);
usr/src/uts/common/inet/ip/ipsecesp.c
887
ASSERT(MBLKL(scratch) >= lastpad + 3);
usr/src/uts/common/inet/ip/sadb.c
7616
delta = tsol_remove_secopt(ipha, MBLKL(mp));
usr/src/uts/common/inet/ip/sadb.c
7635
copylen = MBLKL(mp);
usr/src/uts/common/inet/ip/sadb.c
7659
delta = tsol_prepend_option(assoc->ipsa_opt_storage, ipha, MBLKL(mp));
usr/src/uts/common/inet/ip/sadb.c
7697
delta = tsol_remove_secopt_v6(ip6h, MBLKL(mp));
usr/src/uts/common/inet/ip/sadb.c
7723
copylen = MBLKL(mp);
usr/src/uts/common/inet/ip/sadb.c
7749
ip6h, MBLKL(mp));
usr/src/uts/common/inet/ip/spd.c
2647
rc += (int)MBLKL(mp);
usr/src/uts/common/inet/ip/spd.c
2946
ASSERT(MBLKL(crypto_mp) == sizeof (ipsec_crypto_t));
usr/src/uts/common/inet/ip/spd.c
2961
ASSERT(MBLKL(crypto_mp) == sizeof (ipsec_crypto_t));
usr/src/uts/common/inet/ip/tn_ipopt.c
1456
delta_remove = tsol_remove_secopt_v6(ip6h, MBLKL(mp));
usr/src/uts/common/inet/ip/tn_ipopt.c
1477
copylen = MBLKL(mp);
usr/src/uts/common/inet/ip/tn_ipopt.c
148
if (totallen < IP_SIMPLE_HDR_LENGTH || totallen > MBLKL(mp))
usr/src/uts/common/inet/ip/tn_ipopt.c
1505
delta_add = tsol_prepend_option_v6(opt_storage, ip6h, MBLKL(mp));
usr/src/uts/common/inet/ip/tn_ipopt.c
883
delta_remove = tsol_remove_secopt(ipha, MBLKL(mp));
usr/src/uts/common/inet/ip/tn_ipopt.c
898
copylen = MBLKL(mp);
usr/src/uts/common/inet/ip/tn_ipopt.c
924
delta_add = tsol_prepend_option(opt_storage, ipha, MBLKL(mp));
usr/src/uts/common/inet/ip/tnet.c
1135
ASSERT(MBLKL(mp) >= (IPH_HDR_VERSION(mp->b_rptr) == IPV4_VERSION ?
usr/src/uts/common/inet/ip/tnet.c
1640
adjust = (af == AF_INET) ? tsol_remove_secopt(ipha, MBLKL(mp)) :
usr/src/uts/common/inet/ip/tnet.c
1641
tsol_remove_secopt_v6(ip6h, MBLKL(mp));
usr/src/uts/common/inet/ip/tnet.c
1753
(ip6_t *)mp->b_rptr, MBLKL(mp));
usr/src/uts/common/inet/ip/tnet.c
1765
(ipha_t *)mp->b_rptr, MBLKL(mp));
usr/src/uts/common/inet/ip/tnet.c
703
ASSERT(MBLKL(mp) >= IP_SIMPLE_HDR_LENGTH);
usr/src/uts/common/inet/ip/tnet.c
709
ASSERT(MBLKL(mp) >= IPV6_HDR_LEN);
usr/src/uts/common/inet/ip_impl.h
110
(len) = MBLKL(mp); \
usr/src/uts/common/inet/ip_impl.h
114
(len) += MBLKL(mp1); \
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2304
len = MBLKL(mp);
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2341
for (; offset >= len; len = MBLKL(mp)) {
usr/src/uts/common/inet/ipnet/ipnet.c
2322
ntohl(hdr->hpo_pktlen) + MBLKL(mp));
usr/src/uts/common/inet/ipnet/ipnet.c
763
if (MBLKL(mp) < DL_INFO_REQ_SIZE) {
usr/src/uts/common/inet/ipnet/ipnet.c
782
if (MBLKL(mp) < DL_BIND_REQ_SIZE) {
usr/src/uts/common/inet/ipnet/ipnet.c
812
if (MBLKL(mp) < DL_UNBIND_REQ_SIZE) {
usr/src/uts/common/inet/ipnet/ipnet.c
833
if (MBLKL(mp) < DL_PROMISCON_REQ_SIZE) {
usr/src/uts/common/inet/ipnet/ipnet.c
877
if (MBLKL(mp) < DL_PROMISCOFF_REQ_SIZE) {
usr/src/uts/common/inet/iptun/iptun.c
2304
size_t first_mblkl = MBLKL(mp);
usr/src/uts/common/inet/iptun/iptun.c
2407
ASSERT(MBLKL(data_mp) >= 0);
usr/src/uts/common/inet/iptun/iptun.c
2581
ASSERT(MBLKL(data_mp) >= 0);
usr/src/uts/common/inet/iptun/iptun.c
2989
newmp = allocb(sizeof (iptun_ipv6hdrs_t) + MBLKL(mp), BPRI_MED);
usr/src/uts/common/inet/iptun/iptun.c
2996
bcopy(mp->b_rptr, newmp->b_wptr, MBLKL(mp));
usr/src/uts/common/inet/iptun/iptun.c
2997
newmp->b_wptr += MBLKL(mp);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1006
if ((MBLKL(mp) > (fp->sf_cwnd - fp->sf_suna)) ||
usr/src/uts/common/inet/sctp/sctp_asconf.c
1019
fp->sf_suna += MBLKL(mp);
usr/src/uts/common/inet/sctp/sctp_asconf.c
805
ASSERT(fp != NULL && fp->sf_suna >= MBLKL(mp));
usr/src/uts/common/inet/sctp/sctp_asconf.c
806
fp->sf_suna -= MBLKL(mp);
usr/src/uts/common/inet/sctp/sctp_asconf.c
898
ASSERT(ofp->sf_suna >= MBLKL(sctp->sctp_cxmit_list));
usr/src/uts/common/inet/sctp/sctp_asconf.c
908
ofp->sf_suna -= MBLKL(sctp->sctp_cxmit_list);
usr/src/uts/common/inet/sctp/sctp_error.c
530
emp_len = MBLKL(emp);
usr/src/uts/common/inet/sctp/sctp_input.c
1539
dlen += MBLKL(pmp);
usr/src/uts/common/inet/sctp/sctp_input.c
1678
dlen += MBLKL(pmp);
usr/src/uts/common/inet/sctp/sctp_input.c
1861
dups_len = MBLKL(dups);
usr/src/uts/common/inet/sctp/sctp_input.c
1902
sc->ssc_numdups = htons(MBLKL(dups) / sizeof (uint32_t));
usr/src/uts/common/inet/sctp/sctp_input.c
2360
dlen += MBLKL(pmp);
usr/src/uts/common/inet/sctp/sctp_output.c
261
msg_len += MBLKL(mp);
usr/src/uts/common/inet/sctp/sctp_output.c
412
while (chunk_mp != NULL && ((count - MBLKL(chunk_mp)) >= 0)) {
usr/src/uts/common/inet/sctp/sctp_output.c
413
count -= MBLKL(chunk_mp);
usr/src/uts/common/inet/sctp/sctp_output.c
528
size_t len = MBLKL(mdblk->b_cont);
usr/src/uts/common/inet/sctp/sctp_shutdown.c
244
ASSERT(MBLKL(mp) >= sizeof (*insctph) + sizeof (*scch) +
usr/src/uts/common/inet/sctp/sctp_shutdown.c
254
mp1 = allocb(MBLKL(mp) + sctps->sctps_wroff_xtra, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_shutdown.c
260
bcopy(mp->b_rptr, mp1->b_rptr, MBLKL(mp));
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
395
if (MBLKL(mp) >= sizeof (*evhp)) {
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
405
len = min(sz, MBLKL(tmp));
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
443
buflen = MBLKL(mp);
usr/src/uts/common/inet/tcp/tcp_fusion.c
372
ASSERT(MBLKL(mp) >= sizeof (*tei) && MBLKL(mp->b_cont) > 0);
usr/src/uts/common/inet/tcp/tcp_input.c
5735
ASSERT((MBLKL(mp) >= sizeof (ipha_t)));
usr/src/uts/common/inet/tcp/tcp_input.c
5886
ASSERT((MBLKL(mp) >= sizeof (ip6_t)));
usr/src/uts/common/inet/tcp/tcp_output.c
1063
if (datamp == NULL || MBLKL(datamp) < cmdp->cb_len) {
usr/src/uts/common/inet/tcp/tcp_output.c
1132
msize = (mp->b_cont == NULL) ? MBLKL(mp) : msgdsize(mp);
usr/src/uts/common/inet/tcp/tcp_output.c
2122
nmpsz = MBLKL(nmp);
usr/src/uts/common/inet/tcp/tcp_output.c
604
MBLKL(mp) == sizeof (struct T_capability_req) &&
usr/src/uts/common/inet/tcp/tcp_tpi.c
859
if (MBLKL(mp) < sizeof (struct T_capability_req)) {
usr/src/uts/common/inet/udp/udp.c
2365
ASSERT(MBLKL(mp) >= hdr_length); /* IP did a pullup */
usr/src/uts/common/inet/udp/udp.c
2399
ASSERT(MBLKL(mp) >= sizeof (ipha_t));
usr/src/uts/common/inet/udp/udp.c
2587
(MBLKL(mp)) < sizeof (struct T_unitdata_req)) {
usr/src/uts/common/inet/udp/udp.c
3567
if (MBLKL(mp) < sizeof (*tudr) ||
usr/src/uts/common/inet/udp/udp.c
398
if (MBLKL(mp) == VXLAN_HDR_LEN) {
usr/src/uts/common/inet/udp/udp.c
402
} else if (MBLKL(mp) < VXLAN_HDR_LEN) {
usr/src/uts/common/inet/udp/udp.c
409
if (MBLKL(mp) + szused < sizeof (struct ether_header))
usr/src/uts/common/inet/udp/udp.c
4174
if (datamp == NULL || MBLKL(datamp) < cmdp->cb_len) {
usr/src/uts/common/io/1394/targets/av1394/av1394_async.c
208
arq.arq_len = MBLKL(mp);
usr/src/uts/common/io/1394/targets/av1394/av1394_async.c
226
if (MBLKL(mp) == 0) {
usr/src/uts/common/io/1394/targets/av1394/av1394_async.c
232
len = min(uiop->uio_resid, MBLKL(mp));
usr/src/uts/common/io/1394/targets/av1394/av1394_async.c
243
if (MBLKL(mp) > 0) {
usr/src/uts/common/io/1394/targets/av1394/av1394_cfgrom.c
207
leaf_len = MBLKL(bp) / 4 - 2;
usr/src/uts/common/io/1394/targets/av1394/av1394_queue.c
160
int len = MBLKL(bp);
usr/src/uts/common/io/1394/targets/av1394/av1394_queue.c
182
q->q_size -= MBLKL(bp);
usr/src/uts/common/io/aggr/aggr_grp.c
2655
if (MBLKL(mp) >= sizeof (struct ether_header)) {
usr/src/uts/common/io/aggr/aggr_lacp.c
2229
if (MBLKL(dmp) < sizeof (lacp_t)) {
usr/src/uts/common/io/aggr/aggr_lacp.c
921
if (MBLKL(mp) < sizeof (marker_pdu_t))
usr/src/uts/common/io/aggr/aggr_recv.c
94
if (MBLKL(cmp) < sizeof (struct ether_header)) {
usr/src/uts/common/io/arn/arn_beacon.c
128
bcopy(mp->b_rptr, bf->bf_dma.mem_va, MBLKL(mp));
usr/src/uts/common/io/arn/arn_beacon.c
192
bcopy(mp->b_rptr, bf->bf_dma.mem_va, MBLKL(mp));
usr/src/uts/common/io/arn/arn_beacon.c
87
MBLKL(mp) + IEEE80211_CRC_LEN, /* frame length */
usr/src/uts/common/io/arn/arn_beacon.c
96
roundup(MBLKL(mp), 4), /* buffer length */
usr/src/uts/common/io/arn/arn_xmit.c
1929
mblen = MBLKL(mp);
usr/src/uts/common/io/asy.c
3847
while (bp != NULL && ((cc = MBLKL(bp)) == 0)) {
usr/src/uts/common/io/asy.c
4672
if (MBLKL(mp) >= sizeof (struct iocblk) &&
usr/src/uts/common/io/ath/ath_main.c
737
mblen = MBLKL(mp);
usr/src/uts/common/io/audio/impl/audio_sun.c
1396
if (MBLKL(mp) == 0) {
usr/src/uts/common/io/audio/impl/audio_sun.c
1411
MBLKL(mp) / framesz);
usr/src/uts/common/io/audio/impl/audio_sun.c
1415
if (MBLKL(mp) >= framesz) {
usr/src/uts/common/io/audio/impl/audio_sun.c
687
(MBLKL(mp->b_cont) != sizeof (audio_info_t))) {
usr/src/uts/common/io/bge/bge_send.c
345
if ((mblen = MBLKL(bp)) == 0)
usr/src/uts/common/io/bge/bge_send.c
566
srp->pushed_bytes += MBLKL(mp);
usr/src/uts/common/io/bnx/bnxsnd.c
177
msgsize = MBLKL(mp);
usr/src/uts/common/io/bnxe/bnxe_debug.c
277
for (i = 0; i < MBLKL(pMblk); i++)
usr/src/uts/common/io/bnxe/bnxe_debug.c
297
snprintf(c, sizeof(c), "%d", (int)MBLKL(pMblk));
usr/src/uts/common/io/bnxe/bnxe_debug.c
299
xx += MBLKL(pMblk);
usr/src/uts/common/io/bnxe/bnxe_rr.c
106
mblkLen = MBLKL(pTmpMblk);
usr/src/uts/common/io/bnxe/bnxe_rr.c
86
mblkLen = MBLKL(pMblk);
usr/src/uts/common/io/bnxe/bnxe_tx.c
422
pktLen += MBLKL(pMblk);
usr/src/uts/common/io/bnxe/bnxe_tx.c
437
if ((msgSize = MBLKL(pMblk)) == 0)
usr/src/uts/common/io/bnxe/bnxe_tx.c
462
if ((msgSize = MBLKL(pMblk)) == 0)
usr/src/uts/common/io/bnxe/bnxe_tx.c
492
msgSize = MBLKL(pMblk); /* new msgSize with partial binding */
usr/src/uts/common/io/bnxe/bnxe_tx.c
645
ASSERT(MBLKL(pMblk) >= sizeof(struct ether_vlan_header));
usr/src/uts/common/io/bnxe/bnxe_tx.c
667
msgSize = MBLKL(pMblk);
usr/src/uts/common/io/bnxe/bnxe_tx.c
758
((msgSize + MBLKL(pMblk->b_cont)) >= l4HdrLen))
usr/src/uts/common/io/bridge.c
1735
if (MBLKL(mp) < sizeof (struct ether_header)) {
usr/src/uts/common/io/bridge.c
1745
minlen = mlen = MBLKL(mp);
usr/src/uts/common/io/bridge.c
1783
mlen = MBLKL(mp);
usr/src/uts/common/io/bridge.c
1798
mlen = MBLKL(mp);
usr/src/uts/common/io/bridge.c
2141
mlen = MBLKL(mp);
usr/src/uts/common/io/bridge.c
2153
} while (mp != NULL && MBLKL(mp) == 0);
usr/src/uts/common/io/bridge.c
2861
i = MBLKL(mp->b_cont) - sizeof (datalink_id_t);
usr/src/uts/common/io/bufmod.c
520
if (MBLKL(mp) == 0) {
usr/src/uts/common/io/chxge/ch.c
1717
msg_len += MBLKL(nmp);
usr/src/uts/common/io/chxge/ch.c
1757
(MBLKL(mp) < MAX_ALL_HDRLEN)) {
usr/src/uts/common/io/cryptmod.c
1584
inlen = (size_t)MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
1665
inlen = (size_t)MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
1781
inlen = (size_t)MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
2017
inlen = (size_t)MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
2251
inlen = (size_t)MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
2409
inlen = MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
3111
plainlen = MBLKL(mp);
usr/src/uts/common/io/cryptmod.c
3119
while ((plainlen = MBLKL(mp)) > MSGBUF_SIZE) {
usr/src/uts/common/io/cryptmod.c
3148
if ((plainlen = MBLKL(mp)) > 0)
usr/src/uts/common/io/cryptmod.c
3570
(tmi->rcmd_state.cd_len > MBLKL(tmi->rcmd_state.c_msg))) {
usr/src/uts/common/io/cryptmod.c
3582
n = MBLKL(bp);
usr/src/uts/common/io/cryptmod.c
3585
MBLKL(tmi->rcmd_state.c_msg);
usr/src/uts/common/io/cryptmod.c
3607
if (!MBLKL(bp)) {
usr/src/uts/common/io/cryptmod.c
3613
if (MBLKL(tmi->rcmd_state.c_msg) ==
usr/src/uts/common/io/cryptmod.c
3642
MBLKL(tmi->rcmd_state.c_msg) == tmi->rcmd_state.cd_len) {
usr/src/uts/common/io/cryptmod.c
3762
if (MBLKL(bp) > 0) {
usr/src/uts/common/io/cryptmod.c
543
len = MBLKL(mp);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2111
len = MBLKL(m);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2117
if (n >= TX_SGL_SEGS || ((flags & HW_LSO) && MBLKL(m) < 50)) {
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2139
len = MBLKL(m);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2237
bcopy(m->b_rptr, txq->txb_va + txq->txb_next + n, MBLKL(m));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2238
n += MBLKL(m);
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2763
copy_to_txd(eq, (void *)m->b_rptr, &dst, MBLKL(m));
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
2765
ctrl -= MBLKL(m);
usr/src/uts/common/io/dedump.c
74
if (i == MBLKL(mp) || (i != 0 && (i % DEDUMP_ASCLEN) == 0)) {
usr/src/uts/common/io/dedump.c
90
if (i == MBLKL(mp))
usr/src/uts/common/io/dld/dld_proto.c
1017
if (MBLKL(mp) < sizeof (dl_udqos_req_t) || !MBLKIN(mp, off, len)) {
usr/src/uts/common/io/dld/dld_proto.c
1068
if (MBLKL(mp) < sizeof (dl_capability_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
1176
if (MBLKL(mp) < sizeof (dl_notify_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
1227
if (MBLKL(mp) < sizeof (dl_unitdata_req_t) || mp->b_cont == NULL) {
usr/src/uts/common/io/dld/dld_proto.c
1268
size += MBLKL(bp);
usr/src/uts/common/io/dld/dld_proto.c
1338
if (MBLKL(mp) < sizeof (dl_passive_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
1679
bzero(mp->b_rptr, MBLKL(mp));
usr/src/uts/common/io/dld/dld_proto.c
327
if (MBLKL(mp) < sizeof (dl_attach_req_t) ||
usr/src/uts/common/io/dld/dld_proto.c
371
if (MBLKL(mp) < sizeof (dl_detach_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
414
if (MBLKL(mp) < sizeof (dl_bind_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
516
if (MBLKL(mp) < sizeof (dl_unbind_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
583
if (MBLKL(mp) < sizeof (dl_promiscon_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
670
if (MBLKL(mp) < sizeof (dl_promiscoff_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
71
if (MBLKL(mp) < sizeof (t_uscalar_t)) {
usr/src/uts/common/io/dld/dld_proto.c
780
if (MBLKL(mp) < sizeof (dl_enabmulti_req_t) ||
usr/src/uts/common/io/dld/dld_proto.c
843
if (MBLKL(mp) < sizeof (dl_disabmulti_req_t) ||
usr/src/uts/common/io/dld/dld_proto.c
892
if (MBLKL(mp) < sizeof (dl_phys_addr_req_t)) {
usr/src/uts/common/io/dld/dld_proto.c
948
if (MBLKL(mp) < sizeof (dl_set_phys_addr_req_t) ||
usr/src/uts/common/io/dld/dld_str.c
1166
ASSERT(MBLKL(mp) >= sizeof (struct ether_vlan_header));
usr/src/uts/common/io/dld/dld_str.c
2201
if (nmp == NULL || MBLKL(nmp) < sizeof (dl_unitdata_req_t) ||
usr/src/uts/common/io/dld/dld_str.c
2259
miocack(q, mp, MBLKL(nmp) + MBLKL(hmp), 0);
usr/src/uts/common/io/dld/dld_str.c
432
(MBLKL(mp) < sizeof (struct ether_header))) {
usr/src/uts/common/io/dld/dld_str.c
446
if (MBLKL(mp) < sizeof (t_uscalar_t))
usr/src/uts/common/io/dld/dld_str.c
807
if ((DB_REF(mp) > 1) || (MBLKL(mp) < len)) {
usr/src/uts/common/io/dld/dld_str.c
814
if ((hmp == NULL) || (MBLKL(hmp) < len)) {
usr/src/uts/common/io/dld/dld_str.c
857
if (MBLKL(mp) == 0) {
usr/src/uts/common/io/dld/dld_str.c
941
size = MBLKL(mp);
usr/src/uts/common/io/dld/dld_str.c
952
size += MBLKL(bp);
usr/src/uts/common/io/dls/dls.c
511
ASSERT(MBLKL(mp) == sizeof (struct ether_header));
usr/src/uts/common/io/dls/dls.c
528
if ((DB_REF(payload) > 1) || (MBLKL(payload) < len)) {
usr/src/uts/common/io/dls/dls.c
537
if ((newmp == NULL) || (MBLKL(newmp) < len)) {
usr/src/uts/common/io/dls/dls_link.c
117
if (MBLKL((mp)) < (mhip)->mhi_hdrsize) { \
usr/src/uts/common/io/dmfe/dmfe_main.c
1099
mblen = MBLKL(bp);
usr/src/uts/common/io/drcompat.c
242
if (MBLKL(mp) < sizeof (t_uscalar_t)) {
usr/src/uts/common/io/drcompat.c
251
if (MBLKL(mp) < DL_OK_ACK_SIZE) {
usr/src/uts/common/io/drcompat.c
330
if (MBLKL(mp) < sizeof (t_uscalar_t)) {
usr/src/uts/common/io/drcompat.c
350
if (MBLKL(mp) >= DL_OK_ACK_SIZE) {
usr/src/uts/common/io/e1000g/e1000g_tx.c
1256
len = MBLKL(mp);
usr/src/uts/common/io/e1000g/e1000g_tx.c
1273
len1 = MBLKL(nmp);
usr/src/uts/common/io/e1000g/e1000g_tx.c
1339
len = MBLKL(mp);
usr/src/uts/common/io/e1000g/e1000g_tx.c
173
msg_size += MBLKL(nmp);
usr/src/uts/common/io/e1000g/e1000g_tx.c
239
len = MBLKL(mp);
usr/src/uts/common/io/e1000g/e1000g_tx.c
246
len += MBLKL(next_mp);
usr/src/uts/common/io/e1000g/e1000g_tx.c
256
hdr_frag_len = cur_context.hdr_len - (len - MBLKL(next_mp));
usr/src/uts/common/io/e1000g/e1000g_tx.c
316
len = MBLKL(nmp);
usr/src/uts/common/io/ena/ena_tx.c
334
VERIFY3U(len, <=, MBLKL(mp));
usr/src/uts/common/io/ena/ena_tx.c
355
const size_t nmp_len = MBLKL(nmp);
usr/src/uts/common/io/fcoe/fcoe_eth.c
261
raw_frame_size = MBLKL(mp);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1273
MBLKL(mp->b_cont), alloc_len);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1327
bcopy((caddr_t)tmp->b_rptr, sg_va + offset, MBLKL(tmp));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1328
offset += MBLKL(tmp);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1388
MBLKL(mp->b_cont));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1419
min(payload_length, MBLKL(mp->b_cont)));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1432
bcopy(sg_va + offset, tmp->b_rptr, MBLKL(tmp));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_mbx.c
1433
offset += MBLKL(tmp);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
473
bcopy(mp->b_rptr, buf_va, MBLKL(mp));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
474
buf_va += MBLKL(mp);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
475
len += MBLKL(mp);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
712
pkt_len += MBLKL(tmp);
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
776
len = MBLKL(nmp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5339
nbyte = MBLKL(tp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5453
nbyte = (uint16_t)MBLKL(tp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5567
nbyte = MBLKL(tp);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1051
(int)MBLKL(dmp),
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1066
(int)MBLKL(dmp),
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
4962
if (MBLKL(mp) < DL_INFO_REQ_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5178
if (MBLKL(mp) < DL_ATTACH_REQ_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5269
if (MBLKL(mp) < DL_DETACH_REQ_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5300
if (MBLKL(mp) < DL_BIND_REQ_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5356
if (MBLKL(mp) < DL_UNBIND_REQ_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5390
if (MBLKL(mp) < DL_PHYS_ADDR_REQ_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5444
if (MBLKL(mp) < DL_SET_PHYS_ADDR_REQ_SIZE) {
usr/src/uts/common/io/gld.c
2894
while (skiplen >= MBLKL(mp)) {
usr/src/uts/common/io/gld.c
2896
skiplen -= MBLKL(mp);
usr/src/uts/common/io/gld.c
3249
int mblkl = MBLKL(mp);
usr/src/uts/common/io/gldutil.c
1011
if (MBLKL(mp) < sizeof (struct fddi_mac_frm) + LLC_SNAP_HDR_LEN &&
usr/src/uts/common/io/gldutil.c
1012
MBLKL(mp) < pktinfo->pktLen) {
usr/src/uts/common/io/gldutil.c
1338
if (MBLKL(mp) < sizeof (struct tr_mac_frm_nori)) {
usr/src/uts/common/io/gldutil.c
1392
if (MBLKL(mp) < sizeof (struct tr_mac_frm) +
usr/src/uts/common/io/gldutil.c
1394
MBLKL(mp) < pktinfo->pktLen) {
usr/src/uts/common/io/gldutil.c
1507
if (MBLKL(llcmp) < LLC_HDR1_LEN) {
usr/src/uts/common/io/gldutil.c
162
if (MBLKL(mp) < sizeof (struct ether_header))
usr/src/uts/common/io/gldutil.c
182
if (MBLKL(mp) < sizeof (struct ether_header)) {
usr/src/uts/common/io/gldutil.c
215
if ((MBLKL(mp) < sizeof (struct ether_vlan_header)) &&
usr/src/uts/common/io/gldutil.c
297
if (MBLKL(mp) < sizeof (struct ether_header) + LLC_SNAP_HDR_LEN &&
usr/src/uts/common/io/gldutil.c
298
MBLKL(mp) < pktinfo->pktLen) {
usr/src/uts/common/io/gldutil.c
460
if (MBLKL(mp) == 0) {
usr/src/uts/common/io/gldutil.c
602
if (MBLKL(mp) < (IPOIB_GRH_SIZE + IPOIB_HDRSIZE))
usr/src/uts/common/io/gldutil.c
642
if (MBLKL(mp) < sizeof (ipoib_ptxhdr_t)) {
usr/src/uts/common/io/gldutil.c
696
if (MBLKL(mp) < (IPOIB_GRH_SIZE + IPOIB_HDRSIZE)) {
usr/src/uts/common/io/gldutil.c
963
if (MBLKL(mp) < sizeof (struct fddi_mac_frm)) {
usr/src/uts/common/io/hxge/hxge_hw.c
724
if (mp->b_cont == NULL || MBLKL(mp->b_cont) < size) {
usr/src/uts/common/io/hxge/hxge_hw.c
727
MBLKL(mp->b_cont), size));
usr/src/uts/common/io/hxge/hxge_rxdma.c
1514
totallen += MBLKL(mp_cont);
usr/src/uts/common/io/hxge/hxge_send.c
180
mp, MBLKL(mp), cksum_flags));
usr/src/uts/common/io/hxge/hxge_send.c
194
dump_len = (int)(MBLKL(mp));
usr/src/uts/common/io/hxge/hxge_send.c
272
len = MBLKL(nmp);
usr/src/uts/common/io/hxge/hxge_send.c
297
len = MBLKL(nmp);
usr/src/uts/common/io/hxge/hxge_txdma.c
490
mp, mp->b_rptr, mp->b_wptr, MBLKL(mp)));
usr/src/uts/common/io/hxge/hxge_txdma.c
499
len = MBLKL(nmp);
usr/src/uts/common/io/hxge/hxge_txdma.c
597
mp->b_rptr, mp->b_wptr, nmblks, MBLKL(mp), *tot_xfer_len_p));
usr/src/uts/common/io/i40e/i40e_transceiver.c
2036
ASSERT3U(len, <=, MBLKL(mp));
usr/src/uts/common/io/i40e/i40e_transceiver.c
2068
(caddr_t)(mp->b_rptr + off), MBLKL(mp) - off, dmaflags,
usr/src/uts/common/io/i40e/i40e_transceiver.c
2189
const size_t nmp_len = MBLKL(nmp);
usr/src/uts/common/io/i40e/i40e_transceiver.c
2366
size_t mp_len = MBLKL(mp);
usr/src/uts/common/io/i40e/i40e_transceiver.c
2420
while ((mp_len = MBLKL(mp)) == 0) {
usr/src/uts/common/io/i40e/i40e_transceiver.c
2442
mp_len = MBLKL(mp);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
1039
blksize = MBLKL(nmp) - skip;
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
836
mblen = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
909
pktsz += MBLKL(nmp);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
941
iov_arr[i].iov_len = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
985
blksize = MBLKL(nmp) - pending_hdr;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6619
if (lso->lso_hdr_sz <= MBLKL(mp)) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6641
mblen = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6791
pktsize += MBLKL(nmp);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6816
iov_arr[i].iov_len = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6852
blksize = MBLKL(nmp) - pending_hdr;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6885
blksize = MBLKL(nmp) - skip;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7060
pktsize += MBLKL(nmp);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7112
if (MBLKL(mp) < sizeof (ib_header_info_t) + IPV6_HDR_LEN) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7131
if (MBLKL(mp) < sizeof (ib_header_info_t) +
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7188
blksize = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7208
iov_arr[i].iov_len = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7278
blksize = MBLKL(nmp);
usr/src/uts/common/io/ib/clients/rds/rds_ioctl.c
231
STRUCT_FSET(ifc, ifc_len, MBLKL(mp1));
usr/src/uts/common/io/igb/igb_tx.c
122
mbsize += MBLKL(nmp);
usr/src/uts/common/io/igb/igb_tx.c
180
len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
185
len += MBLKL(hdr_current_mp);
usr/src/uts/common/io/igb/igb_tx.c
195
hdr_frag_len = hdr_len - (len - MBLKL(hdr_current_mp));
usr/src/uts/common/io/igb/igb_tx.c
250
current_len = MBLKL(current_mp);
usr/src/uts/common/io/igb/igb_tx.c
274
next_len = eop ? 0: MBLKL(next_mp);
usr/src/uts/common/io/igb/igb_tx.c
629
size = len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
634
len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
648
len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
671
len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
703
len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
714
len = MBLKL(mp);
usr/src/uts/common/io/igb/igb_tx.c
745
len = MBLKL(mp);
usr/src/uts/common/io/igc/igc_ring.c
1262
size_t len = MBLKL(mp);
usr/src/uts/common/io/igc/igc_ring.c
1308
size_t len = MBLKL(mp);
usr/src/uts/common/io/igc/igc_ring.c
1720
size_t len = MBLKL(cur_mp);
usr/src/uts/common/io/ipw/ipw2100.c
2108
cnt = MBLKL(m0);
usr/src/uts/common/io/ipw/ipw2100.c
2119
msgdsize(mp), MBLKL(mp)));
usr/src/uts/common/io/ipw/ipw2100.c
2133
msgdsize(mp), MBLKL(mp), k->wk_flags));
usr/src/uts/common/io/ipw/ipw2100.c
2172
cnt = MBLKL(m0);
usr/src/uts/common/io/ipw/ipw2100.c
2206
cnt = MBLKL(m0);
usr/src/uts/common/io/ipw/ipw2100.c
2311
if (MBLKL(m) < sizeof (struct iocblk)) {
usr/src/uts/common/io/ipw/ipw2100.c
2314
MBLKL(m)));
usr/src/uts/common/io/iwh/iwh.c
3102
if ((NULL == mp) || (MBLKL(mp) <= 0)) {
usr/src/uts/common/io/iwh/iwh.c
3213
mblen = MBLKL(m0);
usr/src/uts/common/io/iwi/ipw2200.c
2246
cnt = MBLKL(m0);
usr/src/uts/common/io/iwi/ipw2200.c
2301
cnt = MBLKL(m);
usr/src/uts/common/io/iwi/ipw2200.c
2405
mblen = MBLKL(m);
usr/src/uts/common/io/iwk/iwk2.c
2693
mblen = MBLKL(m0);
usr/src/uts/common/io/iwk/iwk2.c
5873
MBLKL(sc->sc_ibss.ibss_beacon.mp));
usr/src/uts/common/io/iwk/iwk2.c
6392
bcopy(mp->b_rptr, tx_beacon_p->bcon_frame, MBLKL(mp));
usr/src/uts/common/io/iwk/iwk2.c
6394
tx_beacon_p->config.len = LE_16((uint16_t)(MBLKL(mp)));
usr/src/uts/common/io/iwk/iwk2.c
6427
MBLKL(mp));
usr/src/uts/common/io/iwn/if_iwn.c
3691
if ((mp == NULL) || (MBLKL(mp) <= 0))
usr/src/uts/common/io/iwn/if_iwn.c
3773
mblen = MBLKL(m0);
usr/src/uts/common/io/iwn/if_iwn.c
3943
DTRACE_PROBE4(tx, int, ring->qid, int, ring->cur, size_t, MBLKL(mp),
usr/src/uts/common/io/iwp/iwp.c
3054
mblen = MBLKL(m0);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
226
size_t mlen = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
292
len = MBLKL(mp) - offset;
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
611
size = len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
616
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
630
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
654
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
665
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
685
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
701
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
712
len = MBLKL(mp);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
742
len = MBLKL(mp);
usr/src/uts/common/io/llc1.c
1875
if (MBLKL(mp) >= sizeof (dl_enabmulti_req_t) &&
usr/src/uts/common/io/llc1.c
1982
if (MBLKL(mp) >= sizeof (dl_enabmulti_req_t) &&
usr/src/uts/common/io/llc1.c
2226
udmp = allocb(MBLKL(mp) + 4, BPRI_MED);
usr/src/uts/common/io/llc1.c
2432
if (MBLKL(mp) >
usr/src/uts/common/io/llc1.c
2441
} else if (mp->b_cont != NULL && MBLKL(mp->b_cont) >
usr/src/uts/common/io/llc1.c
2474
if (MBLKL(mp) < sizeof (dl_xid_req_t) ||
usr/src/uts/common/io/llc1.c
2681
if (MBLKL(mp) >
usr/src/uts/common/io/llc1.c
2690
} else if (mp->b_cont != NULL && MBLKL(mp->b_cont) >
usr/src/uts/common/io/llc1.c
2723
if (MBLKL(mp) < sizeof (dl_test_req_t) ||
usr/src/uts/common/io/llc1.c
3017
MBLKL(mp) < (sizeof (dl_subs_bind_ack_t) + 5)) {
usr/src/uts/common/io/log.c
236
if (MBLKL(mp) == sizeof (log_ctl_t) && mp->b_cont != NULL) {
usr/src/uts/common/io/log.c
248
MBLKL(mp->b_cont) + 1, 0);
usr/src/uts/common/io/log.c
256
LOG_USER | LOG_INFO, mp->b_rptr, MBLKL(mp) + 1, 0);
usr/src/uts/common/io/logindmux.c
413
ASSERT(MBLKL(mp) == sizeof (struct iocblk));
usr/src/uts/common/io/logindmux.c
499
ASSERT(MBLKL(mp->b_cont) == sizeof (struct linkblk));
usr/src/uts/common/io/logindmux.c
504
ASSERT(MBLKL(mp->b_cont) == sizeof (struct linkblk));
usr/src/uts/common/io/logindmux.c
742
if ((MBLKL(mp) == 1) && (*mp->b_rptr == M_CTL_MAGIC_NUMBER)) {
usr/src/uts/common/io/logindmux.c
889
if (MBLKL(mp) == 1 &&
usr/src/uts/common/io/mac/mac_client.c
3637
obytes = (mp_chain->b_cont == NULL ? MBLKL(mp_chain) :
usr/src/uts/common/io/mac/mac_client.c
4469
if (MBLKL(mp) < size) {
usr/src/uts/common/io/mac/mac_ktest.c
292
while (off >= MBLKL(mp)) {
usr/src/uts/common/io/mac/mac_ktest.c
293
off -= MBLKL(mp);
usr/src/uts/common/io/mac/mac_ktest.c
330
if (mp_off == MBLKL(mp)) {
usr/src/uts/common/io/mac/mac_provider.c
1754
const size_t mp_len = MBLKL(cursor->mmc_cur);
usr/src/uts/common/io/mac/mac_provider.c
1789
const size_t mp_len = MBLKL(cursor->mmc_cur);
usr/src/uts/common/io/mac/mac_provider.c
1802
while (cursor->mmc_cur != NULL && MBLKL(cursor->mmc_cur) == 0) {
usr/src/uts/common/io/mac/mac_sched.c
1546
(mp->b_cont == NULL) ? MBLKL(mp) : msgdsize(mp);
usr/src/uts/common/io/mac/mac_sched.c
1654
total_hdr_len > MBLKL(mp)) {
usr/src/uts/common/io/mac/mac_sched.c
1747
ASSERT(MBLKL(mp) >= hdrsize);
usr/src/uts/common/io/mac/mac_sched.c
1779
if (MBLKL(mp) < hdr_len) {
usr/src/uts/common/io/mac/mac_sched.c
1988
(mp->b_cont == NULL) ? MBLKL(mp) : msgdsize(mp);
usr/src/uts/common/io/mac/mac_sched.c
2115
total_hdr_len > MBLKL(mp)) {
usr/src/uts/common/io/mac/mac_sched.c
4403
obytes += (mp->b_cont == NULL ? MBLKL(mp) :
usr/src/uts/common/io/mac/mac_sched.c
4443
pkt_size = (mp->b_cont == NULL ? MBLKL(mp) : msgdsize(mp));
usr/src/uts/common/io/mac/mac_util.c
1249
uint_t len = MBLKL(mp), l2len;
usr/src/uts/common/io/mac/mac_util.c
1386
if (MBLKL(mp) == 0) {
usr/src/uts/common/io/mac/mac_util.c
1392
ASSERT(MBLKL(hmp) >= sizeof (struct ether_vlan_header));
usr/src/uts/common/io/mac/mac_util.c
1440
ASSERT(MBLKL(mp) >= sizeof (struct ether_vlan_header));
usr/src/uts/common/io/mac/mac_util.c
1935
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/uts/common/io/mac/mac_util.c
1959
if (MBLKL(mp) < skip_len) {
usr/src/uts/common/io/mac/mac_util.c
1962
if ((newmp == NULL) || (MBLKL(newmp) < skip_len)) {
usr/src/uts/common/io/mac/mac_util.c
1977
if (MBLKL(mp) <= skip_len) {
usr/src/uts/common/io/mac/mac_util.c
1978
skip_len -= MBLKL(mp);
usr/src/uts/common/io/mac/mac_util.c
2080
if (MBLKL(mp) <= skip_len) {
usr/src/uts/common/io/mac/mac_util.c
2081
skip_len -= MBLKL(mp);
usr/src/uts/common/io/mac/mac_util.c
2115
if (MBLKL(mp) <= skip_len) {
usr/src/uts/common/io/mac/mac_util.c
2116
skip_len -= MBLKL(mp);
usr/src/uts/common/io/mac/mac_util.c
236
if (MBLKL(mp) == meoi.meoi_l2hlen) {
usr/src/uts/common/io/mac/mac_util.c
255
if (MBLKL(mp) < hdr_len_reqd || DB_REF(mp) > 1 ||
usr/src/uts/common/io/mac/mac_util.c
430
if (stuff + sizeof (uint16_t) > MBLKL(mp)) {
usr/src/uts/common/io/mac/mac_util.c
655
ASSERT3U(MBLKL(seg_mp), <=, seg_len);
usr/src/uts/common/io/mac/mac_util.c
656
seg_len -= MBLKL(seg_mp);
usr/src/uts/common/io/mac/mac_util.c
780
if (MBLKL(omp) < ohdrslen || !OK_32PTR(omp->b_rptr + oehlen)) {
usr/src/uts/common/io/mac/mac_util.c
801
len = MBLKL(omp);
usr/src/uts/common/io/mac/plugins/mac_ether.c
466
if (MBLKL(mp) < sizeof (struct ether_header))
usr/src/uts/common/io/mac/plugins/mac_ib.c
201
if (MBLKL(mp) < sizeof (ib_header_info_t))
usr/src/uts/common/io/mac/plugins/mac_ib.c
240
if (MBLKL(mp) < sizeof (ipoib_ptxhdr_t))
usr/src/uts/common/io/mac/plugins/mac_ipv4.c
184
if (MBLKL(mp) < sizeof (struct ip))
usr/src/uts/common/io/mac/plugins/mac_ipv6.c
183
if (MBLKL(mp) < sizeof (ip6_t))
usr/src/uts/common/io/mac/plugins/mac_wifi.c
285
if (MBLKL(mp) < sizeof (struct ieee80211_frame))
usr/src/uts/common/io/mac/plugins/mac_wifi.c
381
if (MBLKL(mp) < sizeof (struct ether_header))
usr/src/uts/common/io/mlxcx/mlxcx_dma.c
327
ASSERT3U(off, <=, MBLKL(mp));
usr/src/uts/common/io/mlxcx/mlxcx_dma.c
329
mxdb->mxdb_len = MBLKL(mp) - off;
usr/src/uts/common/io/mlxcx/mlxcx_gld.c
540
const ptrdiff_t sz = MBLKL(kmp);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2279
sz = MBLKL(mp);
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2337
b->mlb_used = MBLKL(mp) - offset;
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2372
b0->mlb_used = MBLKL(mp) - off;
usr/src/uts/common/io/mouse8042.c
797
if (MBLKL(bp) == 0) {
usr/src/uts/common/io/mwl/mwl.c
2788
mblen = MBLKL(m0);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1789
if ((MBLKL(mp)) < (ehl + ihl + 8))
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1803
if (MBLKL(mp) < (ehl + ihl + 8))
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2379
if (MBLKL(mp) > hdrlen + end) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2958
mblen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3017
seglen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3024
seglen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3041
seglen = MBLKL(mp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3064
seglen = MBLKL(mp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3094
while (sum_off > (int)(MBLKL(mp) - 1)) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3095
sum_off -= MBLKL(mp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3100
while (sum_off > MBLKL(mp) - 1) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3101
sum_off -= MBLKL(mp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3163
mblen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3224
mblen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3389
mblen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3490
mblen = MBLKL(bp);
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
141
int tot_len = MBLKL(m_head);
usr/src/uts/common/io/net80211/net80211_crypto.c
415
if (MBLKL(mp) < IEEE80211_WEP_MINLEN) {
usr/src/uts/common/io/net80211/net80211_crypto.c
418
MBLKL(mp));
usr/src/uts/common/io/net80211/net80211_crypto_ccmp.c
434
data_len = MBLKL(mp) - (hdrlen + ccmp.ic_header);
usr/src/uts/common/io/net80211/net80211_crypto_ccmp.c
465
data_len = MBLKL(mp) - (hdrlen + ccmp.ic_header);
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
267
if ((int)(MBLKL(mp) -
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
272
MBLKL(mp) -
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
294
MBLKL(mp) - (hdrlen + tkip.ic_miclen),
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
732
MBLKL(mp) -
usr/src/uts/common/io/net80211/net80211_crypto_tkip.c
765
MBLKL(mp) -
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
251
MBLKL(mp) - (hdrlen + wep.ic_header),
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
258
MBLKL(mp) - (hdrlen + wep.ic_header));
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
300
MBLKL(mp) -
usr/src/uts/common/io/net80211/net80211_crypto_wep.c
305
MBLKL(mp) -
usr/src/uts/common/io/net80211/net80211_ht.c
110
if (MBLKL(mp) < FF_LLC_SIZE) {
usr/src/uts/common/io/net80211/net80211_ht.c
135
ic->ic_stats.is_rx_bytes += MBLKL(m0);
usr/src/uts/common/io/net80211/net80211_ht.c
141
if (MBLKL(mp) == framelen) /* last, no padding */
usr/src/uts/common/io/net80211/net80211_ht.c
182
rap->rxa_qbytes -= MBLKL(m);
usr/src/uts/common/io/net80211/net80211_ht.c
235
rap->rxa_qbytes -= MBLKL(m);
usr/src/uts/common/io/net80211/net80211_ht.c
282
rap->rxa_qbytes -= MBLKL(m);
usr/src/uts/common/io/net80211/net80211_ht.c
317
rap->rxa_qbytes -= MBLKL(m);
usr/src/uts/common/io/net80211/net80211_ht.c
489
rap->rxa_qbytes += MBLKL(m);
usr/src/uts/common/io/net80211/net80211_input.c
972
MBLKL(mp));
usr/src/uts/common/io/net80211/net80211_input.c
99
len = MBLKL(mp);
usr/src/uts/common/io/net80211/net80211_ioctl.c
1248
if (MBLKL(mp1) < WIFI_BUF_OFFSET) {
usr/src/uts/common/io/net80211/net80211_ioctl.c
1250
"invalid input buffer, size=%d\n", MBLKL(mp1));
usr/src/uts/common/io/net80211/net80211_ioctl.c
1367
if (MBLKL(mp) < sizeof (struct iocblk)) {
usr/src/uts/common/io/net80211/net80211_ioctl.c
1369
MBLKL(mp));
usr/src/uts/common/io/net80211/net80211_output.c
182
ASSERT(mp != NULL && MBLKL(mp) >= sizeof (struct ieee80211_frame));
usr/src/uts/common/io/nge/nge_tx.c
388
if ((mblen = MBLKL(bp)) == 0)
usr/src/uts/common/io/nge/nge_tx.c
479
mblen = MBLKL(bp);
usr/src/uts/common/io/nge/nge_tx.c
612
if (MBLKL(bp) == 0)
usr/src/uts/common/io/nge/nge_tx.c
615
mblen += MBLKL(bp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
697
if (MBLKL(bp) == 0)
usr/src/uts/common/io/ntxn/unm_nic_main.c
700
pktinfo->total_len += MBLKL(bp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
703
if (MBLKL(mp) < (sizeof (struct ether_header) + sizeof (ipha_t)))
usr/src/uts/common/io/ntxn/unm_nic_main.c
715
if (MBLKL(mp) < (sizeof (struct ether_vlan_header) +
usr/src/uts/common/io/ntxn/unm_nic_main.c
808
if ((mblen = MBLKL(bp)) == 0)
usr/src/uts/common/io/ntxn/unm_nic_main.c
908
mblen = MBLKL(bp);
usr/src/uts/common/io/nxge/nxge_hw.c
1259
if (mp->b_cont == NULL || MBLKL(mp->b_cont) < size) {
usr/src/uts/common/io/nxge/nxge_hw.c
1262
MBLKL(mp->b_cont), size));
usr/src/uts/common/io/nxge/nxge_rxdma.c
2041
totallen += MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_rxdma.c
2046
totallen += MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_rxdma.c
2050
totallen += MBLKL(mp_cont);
usr/src/uts/common/io/nxge/nxge_rxdma.c
2054
totallen += MBLKL(mp_cont);
usr/src/uts/common/io/nxge/nxge_send.c
1338
VERIFY(MBLKL(mp) >= hdrlen);
usr/src/uts/common/io/nxge/nxge_send.c
1340
if (MBLKL(mp) > hdrlen) {
usr/src/uts/common/io/nxge/nxge_send.c
1354
(int)MBLKL(mp), (int)MBLKL(datamp)));
usr/src/uts/common/io/nxge/nxge_send.c
1383
ntohs(oiph->ip_len) - (int)MBLKL(mp),
usr/src/uts/common/io/nxge/nxge_send.c
1384
(int)MBLKL(datamp),
usr/src/uts/common/io/nxge/nxge_send.c
1397
pktlen, (int)MBLKL(mp), (int)MBLKL(datamp),
usr/src/uts/common/io/nxge/nxge_send.c
1467
available, left, len, segnum, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1469
len -= MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_send.c
1473
available, left, len, segnum, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1481
available, left, len, segnum, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1498
(int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1507
(int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1518
len -= MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_send.c
1526
available, left, len, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1534
available, left, len, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1541
available, left, len, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1554
available, left, len, (int)MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_send.c
1605
(int)MBLKL(mp), (int)MBLKL(datamp),
usr/src/uts/common/io/nxge/nxge_send.c
1648
pktlen, (int)MBLKL(mp), (int)MBLKL(datamp)));
usr/src/uts/common/io/nxge/nxge_send.c
1699
(int)MBLKL(mp), (int)MBLKL(datamp)));
usr/src/uts/common/io/nxge/nxge_send.c
293
mp, MBLKL(mp), cksum_flags));
usr/src/uts/common/io/nxge/nxge_send.c
332
dump_len = (int)(MBLKL(mp));
usr/src/uts/common/io/nxge/nxge_send.c
437
len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_send.c
465
len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_txdma.c
499
mp, nmp->b_rptr, MBLKL(nmp)));
usr/src/uts/common/io/nxge/nxge_txdma.c
505
mblk_len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_txdma.c
514
mblk_len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_txdma.c
684
mblk_len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_txdma.c
690
mblk_len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_txdma.c
783
"len %d", mp, mp->b_rptr, mp->b_wptr, MBLKL(mp)));
usr/src/uts/common/io/nxge/nxge_txdma.c
792
len = MBLKL(nmp);
usr/src/uts/common/io/nxge/nxge_txdma.c
895
MBLKL(mp), *tot_xfer_len_p));
usr/src/uts/common/io/overlay/overlay_mux.c
145
if (MBLKL(mp) > infop.ovdi_hdr_size) {
usr/src/uts/common/io/overlay/overlay_mux.c
154
blkl = MBLKL(mp);
usr/src/uts/common/io/overlay/overlay_target.c
845
size_t wlen = MIN(MBLKL(mp), mlen);
usr/src/uts/common/io/overlay/plugins/overlay_vxlan.c
203
if (MBLKL(mp) < sizeof (vxlan_hdr_t))
usr/src/uts/common/io/pfmod.c
277
if (mbp && (MBLKL(mbp) < need)) {
usr/src/uts/common/io/ppp/common/s_common.h
28
((i) < MBLKL(mp) ? (mp)->b_rptr[i] : msg_byte((mp), (i)))
usr/src/uts/common/io/ppp/sppp/s_common.c
93
if (i < MBLKL(mp)) {
usr/src/uts/common/io/ppp/sppp/s_common.c
96
i -= MBLKL(mp);
usr/src/uts/common/io/ppp/sppp/sppp.c
1010
(MBLKL(mp->b_cont) < (sizeof (dl_unitdata_req_t) +
usr/src/uts/common/io/ppp/sppp/sppp.c
1029
ASSERT(MBLKL(nmp) == PPP_HDRLEN);
usr/src/uts/common/io/ppp/sppp/sppp.c
2034
if (MBLKL(mp) < PPP_HDRLEN) {
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
311
if ((len = MBLKL(mp)) < sizeof (t_uscalar_t)) {
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
898
ASSERT(MBLKL(mp) == PPP_HDRLEN);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1931
if (MBLKL(mp) < len) {
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
718
msglen = MBLKL(mp);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1002
mp->b_cont == NULL ? 0 : MBLKL(mp->b_cont), 0);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1057
if (MBLKL(mp) < 4) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1067
if (MBLKL(mp) < 4) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1077
if (MBLKL(mp) < 8) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
436
if (MBLKL(mp) < PPP_HDRLEN) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
473
if (DB_REF(mp) == 1 && MBLKL(mp) >= tocopy &&
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
482
thislen = MBLKL(fmb);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
531
if (MBLKL(zmp) > thislen) {
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
536
thislen -= MBLKL(zmp);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
568
if (MBLKL(mp) < copied) {
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1617
msglen = MBLKL(mp);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1907
size_t mlen = MBLKL(mp);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2095
MBLKL(mp) < sizeof (poep_t)) &&
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2294
if (MBLKL(mp) < sizeof (t_uscalar_t))
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2299
size_t mlen = MBLKL(mp);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
2313
MBLKL(mp) < DL_UNITDATA_REQ_SIZE)
usr/src/uts/common/io/ppp/sppptun/sppptun.c
818
if (MBLKL(mp) != sizeof (*ptc) || DB_REF(mp) > 1 ||
usr/src/uts/common/io/ppp/sppptun/sppptun.c
909
if (MBLKL(mp) < 3) {
usr/src/uts/common/io/qede/qede_dbg.c
197
int len = MBLKL(mp);
usr/src/uts/common/io/qede/qede_dbg.c
218
len = MBLKL(bp);
usr/src/uts/common/io/qede/qede_dbg.c
241
len = MBLKL(bp);
usr/src/uts/common/io/qede/qede_fp.c
1109
mblen = MBLKL(bp);
usr/src/uts/common/io/qede/qede_fp.c
1526
if (MBLKL(mp) < (ETHER_HEADER_LEN + IP_HEADER_LEN)) {
usr/src/uts/common/io/qede/qede_fp.c
921
size = MBLKL(bp);
usr/src/uts/common/io/qede/qede_fp.c
993
mblen = MBLKL(bp);
usr/src/uts/common/io/qede/qede_fp.h
82
#ifndef MBLKL
usr/src/uts/common/io/qede/qede_gld.c
1475
copy_len = (MBLKL(mp->b_cont)) - hdr_size;
usr/src/uts/common/io/qede/qede_gld.c
1490
copy_len = MBLKL(mp1);
usr/src/uts/common/io/qede/qede_gld.c
1492
copy_len = MBLKL(mp1) - 4;
usr/src/uts/common/io/qede/qede_gld.c
1538
copy_len = MBLKL(mp->b_cont) - hdr_size;
usr/src/uts/common/io/qede/qede_gld.c
1565
copy_len = MBLKL(mp1);
usr/src/uts/common/io/qede/qede_gld.c
1567
copy_len = MBLKL(mp1) - 4;
usr/src/uts/common/io/ral/rt2560.c
1468
mblen = MBLKL(m0);
usr/src/uts/common/io/ral/rt2560.c
1598
mblen = MBLKL(m0);
usr/src/uts/common/io/rge/rge_rxtx.c
500
mblen = MBLKL(bp);
usr/src/uts/common/io/rge/rge_rxtx.c
512
mblen = MBLKL(bp);
usr/src/uts/common/io/rge/rge_rxtx.c
604
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/uts/common/io/rwd/rt2661.c
1443
mblen = MBLKL(m0);
usr/src/uts/common/io/rwd/rt2661.c
1572
mblen = MBLKL(m0);
usr/src/uts/common/io/rwn/rt2860.c
1129
mblen = MBLKL(m0);
usr/src/uts/common/io/sad.c
428
if (MBLKL(mp->b_cont) < size) {
usr/src/uts/common/io/sbp2/sbp2.c
1581
len = MBLKL(*bpp);
usr/src/uts/common/io/sbp2/sbp2.c
1669
len = MBLKL(*bpp);
usr/src/uts/common/io/sfxge/sfxge_rx.c
1373
ASSERT3U(MBLKL(mp), ==, off + size);
usr/src/uts/common/io/sfxge/sfxge_rx.c
1452
ASSERT3U(MBLKL(mp), ==, size);
usr/src/uts/common/io/sfxge/sfxge_rx.c
1569
ASSERT3U(sp->s_rx_prefix_size + MBLKL(mp), ==,
usr/src/uts/common/io/sfxge/sfxge_rx.c
1777
if (MBLKL(mp) > size)
usr/src/uts/common/io/sfxge/sfxge_tcp.c
105
if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0))
usr/src/uts/common/io/sfxge/sfxge_tcp.c
121
if ((MBLKL(mp) < len) && (pullupmsg(mp, len) == 0))
usr/src/uts/common/io/sfxge/sfxge_tcp.c
145
if ((MBLKL(mp) < len) && (pullupmsg(mp, len) == 0))
usr/src/uts/common/io/sfxge/sfxge_tcp.c
166
if ((MBLKL(mp) < len) && (pullupmsg(mp, len) == 0))
usr/src/uts/common/io/sfxge/sfxge_tcp.c
185
if ((MBLKL(mp) < len) && (pullupmsg(mp, len) == 0))
usr/src/uts/common/io/sfxge/sfxge_tcp.c
200
if (MBLKL(mp) < off)
usr/src/uts/common/io/sfxge/sfxge_tcp.c
94
if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0))
usr/src/uts/common/io/sfxge/sfxge_tx.c
1258
ASSERT3U(stmp->stm_size, ==, MBLKL(mp));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1366
ASSERT3U(*offp, <=, MBLKL(mp));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1370
data_size = MBLKL(mp) - *offp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1394
ASSERT3U(*offp, <=, MBLKL(mp));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1423
ASSERT3U(off, <, MBLKL(mp));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1445
if (MBLKL(mp) < SFXGE_TX_COPY_THRESHOLD)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1485
ASSERT(off == MBLKL(mp) || size == 0);
usr/src/uts/common/io/sfxge/sfxge_tx.c
1491
if (off == MBLKL(mp)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1523
ASSERT(off == MBLKL(mp) || size == 0 ||
usr/src/uts/common/io/sfxge/sfxge_tx.c
1540
if (off == MBLKL(mp)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1617
if (hs > MBLKL(mp)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1623
if (MBLKL(mp) == 0)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1831
if (MBLKL(mp) < SFXGE_TX_COPY_THRESHOLD)
usr/src/uts/common/io/sfxge/sfxge_tx.c
1869
ASSERT3U(off, ==, MBLKL(mp));
usr/src/uts/common/io/sfxge/sfxge_tx.c
1901
ASSERT(off == MBLKL(mp) ||
usr/src/uts/common/io/sfxge/sfxge_tx.c
1918
if (off == MBLKL(mp)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
697
stmp->stm_size = MBLKL(mp);
usr/src/uts/common/io/softmac/softmac_capab.c
121
if (MBLKL(mp) < DL_CAPABILITY_ACK_SIZE) {
usr/src/uts/common/io/softmac/softmac_capab.c
130
if (MBLKL(mp) < DL_ERROR_ACK_SIZE) {
usr/src/uts/common/io/softmac/softmac_capab.c
387
if ((sizeof (*cap) + cap->dl_sub_length) > MBLKL(mp)) {
usr/src/uts/common/io/softmac/softmac_ctl.c
329
if (MBLKL(mp) < minlen) {
usr/src/uts/common/io/softmac/softmac_ctl.c
354
ssize_t len = MBLKL(mp);
usr/src/uts/common/io/softmac/softmac_ctl.c
454
ssize_t len = MBLKL(mp);
usr/src/uts/common/io/softmac/softmac_dev.c
370
if (MBLKL(mp) < sizeof (dlp->dl_primitive)) {
usr/src/uts/common/io/softmac/softmac_dev.c
634
if (MBLKL(mp) < sizeof (t_uscalar_t)) {
usr/src/uts/common/io/softmac/softmac_fp.c
367
bzero(mp->b_rptr, MBLKL(mp));
usr/src/uts/common/io/softmac/softmac_fp.c
450
if (MBLKL(mp) < sizeof (dl_capability_req_t)) {
usr/src/uts/common/io/softmac/softmac_fp.c
531
if (MBLKL(mp) < DL_BIND_REQ_SIZE) {
usr/src/uts/common/io/softmac/softmac_fp.c
595
if (MBLKL(mp) < DL_UNBIND_REQ_SIZE) {
usr/src/uts/common/io/softmac/softmac_fp.c
698
if (MBLKL(mp) < sizeof (t_uscalar_t)) {
usr/src/uts/common/io/softmac/softmac_fp.c
705
if (MBLKL(mp) < sizeof (dl_notify_ind_t) ||
usr/src/uts/common/io/softmac/softmac_fp.c
721
if (MBLKL(mp) < sizeof (dl_notify_conf_t) ||
usr/src/uts/common/io/stream.c
1490
nbp->b_wptr = nbp->b_rptr + MBLKL(bp);
usr/src/uts/common/io/stream.c
1687
ssize_t seglen = MBLKL(mp);
usr/src/uts/common/io/stream.c
1711
ASSERT3U(MBLKL(newmp->b_cont), >=, offset);
usr/src/uts/common/io/stream.c
1912
bytes += MBLKL(mp);
usr/src/uts/common/io/stream.c
1966
bytecnt += MBLKL(mp1);
usr/src/uts/common/io/stream_ktest.c
135
KT_ASSERT3UG(MBLKL(pullmp), ==, 4, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
154
KT_ASSERT3UG(MBLKL(pullmp), ==, 5, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
174
KT_ASSERT3UG(MBLKL(pullmp), ==, 12, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
209
KT_ASSERT3UG(MBLKL(pullmp), ==, 4, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
236
KT_ASSERT3UG(MBLKL(pullmp), ==, 4, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
263
KT_ASSERT3UG(MBLKL(pullmp), ==, 64, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
288
KT_ASSERT3UG(MBLKL(pullmp), ==, 42, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
80
KT_ASSERT3UG(MBLKL(mp1), ==, 0, ctx, cleanup);
usr/src/uts/common/io/stream_ktest.c
82
KT_ASSERT3UG(MBLKL(mp1), ==, 14, ctx, cleanup);
usr/src/uts/common/io/strsun.c
121
n += MBLKL(mp);
usr/src/uts/common/io/strsun.c
134
n = MBLKL(bp);
usr/src/uts/common/io/strsun.c
215
ASSERT(MBLKL(iocmp) == sizeof (struct iocblk));
usr/src/uts/common/io/strsun.c
216
if (MBLKL(iocmp) != sizeof (struct iocblk)) {
usr/src/uts/common/io/strsun.c
231
if (MBLKL(datamp) >= size)
usr/src/uts/common/io/sundlpi.c
217
len = MBLKL(mp);
usr/src/uts/common/io/timod.c
1620
ASSERT(MBLKL(mp) == sizeof (struct iocblk));
usr/src/uts/common/io/timod.c
1659
MBLKL(cmp) == sizeof (k_peercred_t)) {
usr/src/uts/common/io/timod.c
1761
ASSERT(MBLKL(tsr_mp) >= sizeof (struct T_info_req));
usr/src/uts/common/io/timod.c
1935
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/io/timod.c
1983
if (MBLKL(mp) < sizeof (struct T_conn_req)) {
usr/src/uts/common/io/timod.c
2034
if (MBLKL(mp) < sizeof (struct T_conn_res) ||
usr/src/uts/common/io/timod.c
2088
if (MBLKL(mp) < sizeof (struct T_discon_req)) {
usr/src/uts/common/io/timod.c
2683
ASSERT(MBLKL(mp) == sizeof (struct iocblk));
usr/src/uts/common/io/timod.c
2774
iocbp->ioc_count = MIN(MBLKL(mp), iocbp->ioc_count);
usr/src/uts/common/io/timod.c
598
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/io/timod.c
747
blen = MBLKL(mp);
usr/src/uts/common/io/tl.c
1798
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
2195
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
2438
ssize_t msz = MBLKL(mp), basize;
usr/src/uts/common/io/tl.c
2896
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
3417
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
3992
msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
4506
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
4707
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
4871
ssize_t msz = MBLKL(mp);
usr/src/uts/common/io/tl.c
5103
msz = MBLKL(mp);
usr/src/uts/common/io/trill.c
398
if ((MBLKL(mp) < min_size ||
usr/src/uts/common/io/trill.c
430
if (MBLKL(mp) < min_size) {
usr/src/uts/common/io/trill.c
447
if (MBLKL(mp) < min_size) {
usr/src/uts/common/io/ttcompat.c
344
iocbp->ioc_count = MBLKL(mp->b_cont);
usr/src/uts/common/io/udmf/udmf_usbgem.c
448
n = MBLKL(tp);
usr/src/uts/common/io/udmf/udmf_usbgem.c
479
len = MBLKL(mp);
usr/src/uts/common/io/urtw/urtw.c
2535
actlen = MBLKL(mp);
usr/src/uts/common/io/urtw/urtw.c
3522
xferlen = MBLKL(m) + 4 * 3;
usr/src/uts/common/io/urtw/urtw.c
3524
xferlen = MBLKL(m) + 4 * 8;
usr/src/uts/common/io/urtw/urtw.c
3533
buf[0] = MBLKL(m) & 0xff;
usr/src/uts/common/io/urtw/urtw.c
3534
buf[1] = (MBLKL(m) & 0x0f00) >> 8;
usr/src/uts/common/io/urtw/urtw.c
3556
bcopy(m->b_rptr, &buf[12], MBLKL(m));
usr/src/uts/common/io/urtw/urtw.c
3559
bcopy(m->b_rptr, &buf[32], MBLKL(m));
usr/src/uts/common/io/urtw/urtw.c
3567
MBLKL(m), buf[3], xferlen));
usr/src/uts/common/io/urtw/urtw.c
3572
ic->ic_stats.is_tx_bytes += MBLKL(m);
usr/src/uts/common/io/urtw/urtw.c
3851
req->bulk_len = MBLKL(mp);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
3287
ASSERT(MBLKL(data) == 2);
usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
380
} else if (MBLKL(mp) == usb_ahd->usb_ah_packet_size) {
usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
448
(MBLKL(mp->b_cont) == iocp->ioc_count)) {
usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
592
len = MBLKL(mp->b_cont);
usr/src/uts/common/io/usb/clients/ccid/ccid.c
3514
if (MBLKL(mp) == 0)
usr/src/uts/common/io/usb/clients/ccid/ccid.c
3517
ret = uiomove(mp->b_rptr, MBLKL(mp), UIO_READ, uiop);
usr/src/uts/common/io/usb/clients/ccid/ccid.c
3964
ucs.ucs_atrlen = MIN(UCCID_ATR_MAX, MBLKL(slot->cs_atr));
usr/src/uts/common/io/usb/clients/printer/usbprn.c
2290
xfer_count = MBLKL(mp);
usr/src/uts/common/io/usb/clients/printer/usbprn.c
2415
bytes_remaining = MBLKL(data);
usr/src/uts/common/io/usb/clients/printer/usbprn.c
812
n = MBLKL(data);
usr/src/uts/common/io/usb/clients/printer/usbprn.c
851
ASSERT(len == MBLKL(data));
usr/src/uts/common/io/usb/clients/printer/usbprn.c
856
(long)(MBLKL(data)));
usr/src/uts/common/io/usb/clients/printer/usbprn.c
925
ASSERT(MBLKL(data) == 1);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1013
ecmp->ecm_stat.es_obytes += MBLKL(mp);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1044
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1204
data_len = (req->bulk_data) ? MBLKL(req->bulk_data) : 0;
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1243
int data_len = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1290
bcopy(tmp->b_rptr, new_data->b_wptr, MBLKL(tmp));
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1291
new_data->b_wptr += MBLKL(tmp);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1554
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
3108
setup.wLength = ((data != NULL) && (*data != NULL)) ? MBLKL(*data) : 0;
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
1378
(MBLKL(mp->b_cont) == iocp->ioc_count)) {
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
1588
if (MBLKL(mp0) == limit) { /* REMOVE */
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1126
if (MBLKL(mp) == usbkbmd->usbkbm_report_format.tlen) {
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1178
(MBLKL(mp->b_cont) == iocp->ioc_count)) {
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1191
(MBLKL(mp->b_cont) == iocp->ioc_count)) {
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
1206
(MBLKL(mp->b_cont) == size)) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1561
if ((MBLKL(tmp_mp) < limit) || ((MBLKL(tmp_mp) == limit) &&
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1608
(MBLKL(mp->b_cont) == iocp->ioc_count)) {
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1622
uchar_t c = (MBLKL(data) == 0) ? '\0' : *data->b_rptr++;
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1636
} while (MBLKL(data) > 0);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1652
data_len = data ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1706
(MBLKL(data) > 0 || new_rx_err) &&
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1724
ASSERT(MBLKL(data) == 0);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1738
data_len = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1781
data_len = data ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1878
ASSERT(MBLKL(uf->uf_tx_mp) > 0);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1894
copylen = min(MBLKL(mp), len - data_len);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1900
if (MBLKL(mp) < 1) {
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1930
int len = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
977
ASSERT(mp != NULL && MBLKL(mp) >= 1);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
1298
if (MBLKL(mp) < 1) {
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2267
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2330
data_len = (req->bulk_data) ? MBLKL(req->bulk_data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2447
ASSERT(MBLKL(acm_port->acm_tx_mp) > 0);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2474
copylen = min(MBLKL(mp), len - data_len);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2480
if (MBLKL(mp) < 1) {
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2523
int data_len = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2612
setup.wLength = ((data != NULL) && (*data != NULL)) ? MBLKL(*data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
3132
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2139
if ((DB_TYPE(emp) != M_BREAK) || (MBLKL(emp) != 2)) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2215
(long)MBLKL(mp));
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2273
DB_TYPE(mp), (long)MBLKL(mp), (MBLKL(mp) > 0) ? *mp->b_rptr : 45);
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2560
if (MBLKL(mp) <= 0) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2883
(MBLKL(mp->b_cont) < sizeof (int))) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
2500
copylen = min(MBLKL(mp), len - data_len);
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
2507
if (MBLKL(mp) < 1) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1124
data_len = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1148
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1207
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1392
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1473
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1702
br->bulk_len = MBLKL(*mpp);
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1755
br->intr_len = MBLKL(*mpp);
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1801
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
909
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
970
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1561
data_len = (data) ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1605
data_len = (req->bulk_data) ? MBLKL(req->bulk_data) : 0;
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1714
ASSERT(MBLKL(plp->pl_tx_mp) > 0);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1736
copylen = min(MBLKL(mp), len - data_len);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1742
if (MBLKL(mp) < 1) {
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1779
int len = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
918
if (MBLKL(mp) < 1) {
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
1598
MBLKL(pdata), &usb_dev_descr,
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
824
int amt_transferred = MBLKL(data);
usr/src/uts/common/io/usb/clients/usbskel/usbskel.c
883
int amt_transferred = (data ? MBLKL(data) : 0);
usr/src/uts/common/io/usb/hcd/ehci/ehci_isoch.c
386
itw_xfer_size = MBLKL(isoc_reqp->isoc_data);
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
5622
tw_length = MBLKL(isoc_reqp->isoc_data);
usr/src/uts/common/io/usb/hcd/uhci/uhcitgt.c
1183
length = MBLKL(isoc_req->isoc_data);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1404
mblen = MBLKL(usrp->isoc_data);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5041
req->bulk_len = MBLKL(req->bulk_data);
usr/src/uts/common/io/usb/scsa2usb/scsa2usb.c
5098
int len = data ? MBLKL(data) : 0;
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
588
if (MBLKL(data) != CSW_LEN) {
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
591
(long)(MBLKL(data)));
usr/src/uts/common/io/usb/scsa2usb/usb_ms_bulkonly.c
869
if (MBLKL(data) != 1) {
usr/src/uts/common/io/usb/usba/hubdi.c
3218
if ((rval != USB_SUCCESS) || (MBLKL(data) <= 8)) {
usr/src/uts/common/io/usb/usba/hubdi.c
3223
(data)?MBLKL(data):0);
usr/src/uts/common/io/usb/usba/hubdi.c
3250
if (usb_parse_CV_descr(desc, data->b_rptr, MBLKL(data),
usr/src/uts/common/io/usb/usba/hubdi.c
3265
data->b_rptr, MBLKL(data),
usr/src/uts/common/io/usb/usba/hubdi.c
3630
int len = min(MBLKL(data), sizeof (usb_port_mask_t));
usr/src/uts/common/io/usb/usba/hubdi.c
3699
length = MBLKL(data);
usr/src/uts/common/io/usb/usba/hubdi.c
5143
if (MBLKL(data) != GET_STATUS_LENGTH) {
usr/src/uts/common/io/usb/usba/hubdi.c
5146
port, MBLKL(data));
usr/src/uts/common/io/usb/usba/hubdi.c
5779
if (MBLKL(pdata) != USB_CFG_DESCR_SIZE) {
usr/src/uts/common/io/usb/usba/hubdi.c
5792
MBLKL(pdata), confdescr,
usr/src/uts/common/io/usb/usba/hubdi.c
5834
if (MBLKL(pdata) !=
usr/src/uts/common/io/usb/usba/hubdi.c
6262
MBLKL(pdata),
usr/src/uts/common/io/usb/usba/hubdi.c
6386
length = MBLKL(pdata);
usr/src/uts/common/io/usb/usba/hubdi.c
6404
MBLKL(pdata),
usr/src/uts/common/io/usb/usba/usba_bos.c
112
size_t len = MBLKL(mp);
usr/src/uts/common/io/usb/usba/usba_bos.c
157
len = MIN(MBLKL(mp), bdesc->wTotalLength) - USB_BOS_PACKED_SIZE;
usr/src/uts/common/io/usb/usba/usba_bos.c
269
size = usba_bos_parse_bos_descr(mp->b_rptr, MBLKL(mp), &bos,
usr/src/uts/common/io/usb/usba/usba_bos.c
298
size = usba_bos_parse_bos_descr(mp->b_rptr, MBLKL(mp), &bos,
usr/src/uts/common/io/usb/usba/usba_ugen.c
2439
int ep_len = MBLKL(epp->ep_data);
usr/src/uts/common/io/usb/usba/usba_ugen.c
2444
if (MBLKL(epp->ep_data) == 0) {
usr/src/uts/common/io/usb/usba/usba_ugen.c
2698
int len = min(MBLKL(reqp->bulk_data),
usr/src/uts/common/io/usb/usba/usba_ugen.c
2754
len = min(MBLKL(epp->ep_data),
usr/src/uts/common/io/usb/usba/usba_ugen.c
2954
MBLKL(reqp->intr_data));
usr/src/uts/common/io/usb/usba/usba_ugen.c
3013
MBLKL(epp->ep_data));
usr/src/uts/common/io/usb/usba/usba_ugen.c
3019
(MBLKL(epp->ep_data) >=
usr/src/uts/common/io/usb/usba/usba_ugen.c
3123
len = min(MBLKL(reqp->intr_data), epp->ep_bp->b_bcount);
usr/src/uts/common/io/usb/usba/usba_ugen.c
3206
len = min(MBLKL(epp->ep_data),
usr/src/uts/common/io/usb/usba/usba_ugen.c
3430
MBLKL(reqp->isoc_data),
usr/src/uts/common/io/usb/usba/usba_ugen.c
3849
len = min(headlen + MBLKL(reqp->isoc_data),
usr/src/uts/common/io/usb/usba/usbai_req.c
305
if (MBLKL(data) <= 0) {
usr/src/uts/common/io/usb/usba/usbai_util.c
1022
(MBLKL(data) == 1)) {
usr/src/uts/common/io/usb/usba/usbai_util.c
1076
MBLKL(pdata), &cfg_descr, USB_CFG_DESCR_SIZE);
usr/src/uts/common/io/usb/usba/usbai_util.c
1181
MBLKL(pdata), &usb_dev_descr,
usr/src/uts/common/io/usb/usba/usbai_util.c
1233
MBLKL(cloud)) != 0) {
usr/src/uts/common/io/usb/usba/usbai_util.c
1448
(MBLKL(data) == USB_GET_STATUS_LEN)) {
usr/src/uts/common/io/usb/usba/usbai_util.c
318
if (MBLKL(data) == 0) {
usr/src/uts/common/io/usb/usba/usbai_util.c
367
if ((length = MBLKL(data)) != 0) {
usr/src/uts/common/io/usb/usba/usbai_util.c
722
(MBLKL(data) == 1)) {
usr/src/uts/common/io/vioif/vioif.c
1152
if ((len = MBLKL(nmp)) == 0) {
usr/src/uts/common/io/vioif/vioif.c
1249
msg_size += MBLKL(nmp);
usr/src/uts/common/io/vioif/vioif.c
1360
if (MBLKL(mp) < vnh->vnh_hdr_len) {
usr/src/uts/common/io/vuidmice/vuidm3p.c
102
r = MBLKL(mp);
usr/src/uts/common/io/vuidmice/vuidm4p.c
100
r = MBLKL(mp);
usr/src/uts/common/io/vuidmice/vuidm5p.c
86
r = MBLKL(mp);
usr/src/uts/common/io/vuidmice/vuidps2.c
349
length = MBLKL(mp);
usr/src/uts/common/io/wpi/wpi.c
2131
mblen = MBLKL(m0);
usr/src/uts/common/io/xge/drv/xgell.c
1039
mblen = MBLKL(bp);
usr/src/uts/common/io/zyd/zyd.c
331
mblen = MBLKL(m0);
usr/src/uts/common/io/zyd/zyd_usb.c
777
len = MBLKL(tmp_blk);
usr/src/uts/common/io/zyd/zyd_usb.c
782
len = MBLKL(mblk);
usr/src/uts/common/io/zyd/zyd_usb.c
910
len = MBLKL(tmp_blk);
usr/src/uts/common/io/zyd/zyd_usb.c
915
len = MBLKL(mblk);
usr/src/uts/common/io/zyd/zyd_usb.c
945
zyd_receive(ZYD_USB_TO_SOFTC(uc), data, MBLKL(mblk));
usr/src/uts/common/ktli/t_kconnect.c
172
hdrsz = MBLKL(bp);
usr/src/uts/common/ktli/t_kconnect.c
206
msgsz = (int)MBLKL(bp);
usr/src/uts/common/ktli/t_krcvudat.c
119
hdrsz = MBLKL(bp);
usr/src/uts/common/ktli/t_krcvudat.c
210
if (!pullupmsg(bp, MBLKL(bp))) {
usr/src/uts/common/ktli/t_krcvudat.c
218
unitdata->udata.len = (uint_t)MBLKL(bp);
usr/src/uts/common/ktli/t_krcvudat.c
234
hdrsz = MBLKL(bp);
usr/src/uts/common/ktli/t_kutil.c
130
if ((msgsz = (int)MBLKL(bp)) < sizeof (int)) {
usr/src/uts/common/os/dumpsubr.c
1565
ld.ld_msgsize = MBLKL(mctl->b_cont);
usr/src/uts/common/os/dumpsubr.c
1566
ld.ld_csum = checksum32(mctl->b_rptr, MBLKL(mctl));
usr/src/uts/common/os/dumpsubr.c
1567
ld.ld_msum = checksum32(mdata->b_rptr, MBLKL(mdata));
usr/src/uts/common/os/dumpsubr.c
1569
dumpvp_write(mctl->b_rptr, MBLKL(mctl));
usr/src/uts/common/os/dumpsubr.c
1570
dumpvp_write(mdata->b_rptr, MBLKL(mdata));
usr/src/uts/common/os/ip_cksum.c
395
crc32 = sctp_crc32(crc32, mp->b_rptr, MBLKL(mp));
usr/src/uts/common/os/logsubr.c
552
ASSERT(MBLKL(mp) == sizeof (log_ctl_t));
usr/src/uts/common/os/logsubr.c
556
MBLKL(mp2) <= LOG_MSGSIZE && MBLKSIZE(mp2) >= LOG_MSGSIZE)
usr/src/uts/common/os/streamio.c
1165
if ((n = MIN(uiop->uio_resid, MBLKL(bp))) != 0) {
usr/src/uts/common/os/streamio.c
2209
if (MBLKL(bp) != sizeof (cmdblk_t)) {
usr/src/uts/common/os/streamio.c
6579
if (mp->b_cont == NULL || MBLKL(mp->b_cont) < cmdp->cb_len) {
usr/src/uts/common/os/streamio.c
7586
if (bp->b_cont != NULL && MBLKL(bp->b_cont) < mblk_pull_len) {
usr/src/uts/common/rpc/rpcmod.c
1363
if (MBLKL(mp) < sizeof (t_scalar_t)) {
usr/src/uts/common/rpc/rpcmod.c
1365
(int)MBLKL(mp));
usr/src/uts/common/rpc/rpcmod.c
1386
if (MBLKL(mp) >= sizeof (struct stroptions)) {
usr/src/uts/common/rpc/rpcmod.c
1434
if (MBLKL(mp) == 0) {
usr/src/uts/common/rpc/rpcmod.c
1449
if (MBLKL(mp) == 0 && frag_len < 0) {
usr/src/uts/common/rpc/rpcmod.c
1474
frag_len += MBLKL(mp);
usr/src/uts/common/rpc/svc_clts.c
548
ASSERT(MBLKL(ud->ud_resp) >= TUNITDATAREQSZ);
usr/src/uts/common/rpc/xdr_mblk.c
127
xdrs->x_handy = (int)MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
174
xdrs->x_handy = (int)MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
275
xdrs->x_handy = (int)MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
322
while (m != NULL && len + (int)MBLKL(m) <= llen) {
usr/src/uts/common/rpc/xdr_mblk.c
323
len += (int)MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
351
xdrs->x_handy = m != NULL ? MBLKL(m) : 0;
usr/src/uts/common/rpc/xdr_mblk.c
471
p->apos += MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
476
p->rpos = MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
664
xdrs->x_handy = (int)MBLKL(m);
usr/src/uts/common/rpc/xdr_mblk.c
730
xdrs->x_handy = (int)MBLKL(m);
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge.h
287
#ifndef MBLKL
usr/src/uts/common/sys/strsun.h
53
#define MBLKIN(mp, off, len) (((off) <= MBLKL(mp)) && \
usr/src/uts/common/xen/io/xencons.c
1218
if (MBLKL(mp) >= sizeof (struct iocblk) &&
usr/src/uts/common/xen/io/xnb.c
285
ASSERT(MBLKL(mp) >= sizeof (struct ether_header));
usr/src/uts/common/xen/io/xnb.c
291
ASSERT(MBLKL(mp) >= sizeof (struct ether_vlan_header));
usr/src/uts/common/xen/io/xnf.c
1529
size_t len = MBLKL(mp);
usr/src/uts/common/xen/io/xnf.c
1562
len = MBLKL(mp);
usr/src/uts/common/xen/io/xnf.c
1591
len = MBLKL(mp);
usr/src/uts/common/xen/io/xnf.c
1614
len = MBLKL(mp);
usr/src/uts/common/xen/io/xnf.c
1763
if (MBLKL(ml) == 0)
usr/src/uts/common/xen/io/xnf.c
1784
NULL, (char *)ml->b_rptr, MBLKL(ml),
usr/src/uts/common/xen/io/xnf.c
1952
length += MBLKL(ml);
usr/src/uts/common/xen/io/xnf.c
229
#define xnf_mblk_pages(mp) (MBLKL(mp) == 0 ? 0 : \
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
1293
frag_len = MBLKL(tmp);
usr/src/uts/intel/io/dnet/dnet.c
1353
mblen = MBLKL(bp);
usr/src/uts/intel/io/viona/viona_rx.c
155
const size_t chunk = MBLKL(mp);
usr/src/uts/intel/io/viona/viona_rx.c
166
const size_t chunk = MBLKL(mp) - off;
usr/src/uts/intel/io/viona/viona_rx.c
617
ASSERT(MBLKL(viona_vlan_pad_mp) == VLAN_TAGSZ);
usr/src/uts/intel/io/viona/viona_tx.c
430
if (!viona_tx_csum_req_valid(hdr, meoi, MBLKL(mp))) {
usr/src/uts/intel/io/vmxnet3s/vmxnet3_tx.c
177
unsigned int len = MBLKL(mblk);
usr/src/uts/sun/io/eri/eri.c
1159
if (mp->b_cont == NULL || MBLKL(mp->b_cont) < sizeof (loopback_t)) {
usr/src/uts/sun/io/eri/eri.c
267
end_offset = MBLKL(bp) - ETHERHEADER_SIZE; \
usr/src/uts/sun/io/zs_async.c
1572
if (MBLKL(mp) >= sizeof (struct iocblk) &&
usr/src/uts/sun/io/zs_hdlc.c
988
if (MBLKL(mp) < DL_ATTACH_REQ_SIZE) {
usr/src/uts/sun4/io/su_driver.c
3464
if (MBLKL(mp) >= sizeof (struct iocblk) &&
usr/src/uts/sun4u/opl/io/dm2s.c
1193
sgp[num].msc_len = MBLKL(tmp);
usr/src/uts/sun4u/opl/io/dm2s.c
1207
sgp[0].msc_len = MBLKL(mp);
usr/src/uts/sun4u/opl/io/dm2s.c
602
if (MBLKL(mp) < sizeof (struct iocblk)) {
usr/src/uts/sun4v/io/vnet_gen.c
953
mblksz = MBLKL(bp);
usr/src/uts/sun4v/io/vnet_rxdring.c
698
mblksz = MBLKL(bp);
usr/src/uts/sun4v/io/vnet_txdring.c
674
mblksz = MBLKL(bp);
usr/src/uts/sun4v/io/vsw_ldc.c
3990
mblksz = MBLKL(bp);
usr/src/uts/sun4v/io/vsw_ldc.c
4175
n = MBLKL(bp);
usr/src/uts/sun4v/io/vsw_rxdring.c
977
mblksz = MBLKL(bp);
usr/src/uts/sun4v/io/vsw_switching.c
479
__func__, MBLKSIZE(mp), MBLKL(mp));
usr/src/uts/sun4v/io/vsw_switching.c
629
__func__, MBLKSIZE(mp), MBLKL(mp));
usr/src/uts/sun4v/io/vsw_switching.c
733
" physical device", __func__, MBLKL(ret_m));
usr/src/uts/sun4v/io/vsw_switching.c
820
__func__, MBLKL(ret_m));
usr/src/uts/sun4v/io/vsw_txdring.c
850
n = MBLKL(bp);