usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
338
mblk_t *mp = allocb(size, 0);
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
358
mblk_t *mp = allocb(size, 0);
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
500
return (allocb(size, BPRI_HI));
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
828
if ((bp = allocb(size, BPRI_HI)) != NULL)
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
873
while ((mp = allocb(size, pri)) == NULL) {
usr/src/lib/smbclnt/libfknsmb/common/fake_stream.c
906
if ((mp = allocb(sizeof (union ioctypes), BPRI_MED)) == NULL)
usr/src/stand/lib/inet/ethernet.c
396
inp->igm_mp = allocb(data_len, 0);
usr/src/stand/lib/inet/ibd.c
395
inp->igm_mp = allocb(data_len, 0);
usr/src/stand/lib/inet/ipv4.c
639
if ((ngp->igm_mp = allocb(new_len, 0)) == NULL) {
usr/src/stand/lib/sock/socket.c
1103
if ((oc.igm_mp = allocb(tlen + offset, 0)) == NULL) {
usr/src/stand/lib/sock/socket.c
1356
if (!(nbp = allocb(bp->b_size, 0)))
usr/src/stand/lib/sock/socket_impl.h
86
extern mblk_t *allocb(size_t, uint_t);
usr/src/stand/lib/tcp/tcp.c
4961
mp1 = allocb(tcp->tcp_ip_hdr_len + TCP_MAX_HDR_LENGTH +
usr/src/stand/lib/tcp/tcp.c
5116
new_mp = allocb(msgdsize(mp) + tcp_wroff_xtra, 0);
usr/src/stand/lib/tcp/tcp.c
5544
mp = allocb(tcp_ip_hdr_len + TCP_MAX_HDR_LENGTH + tcp_wroff_xtra, 0);
usr/src/stand/lib/tcp/tcp.c
5637
mp1 = allocb(tcp_hdr_len + tcp_wroff_xtra, 0);
usr/src/stand/lib/tcp/tcp.c
5740
mp1 = allocb(tcp->tcp_ip_hdr_len + TCP_MAX_HDR_LENGTH +
usr/src/stand/lib/tcp/tcp.c
6047
new_mp = allocb(msgdsize(mp1) + tcp_wroff_xtra, 0);
usr/src/stand/lib/tcp/tcp.c
6169
if ((new_mp = allocb(len + tcp_wroff_xtra, 0)) == NULL) {
usr/src/stand/lib/tcp/tcp.c
635
if ((mp = allocb(mss + tcp->tcp_ip_hdr_len +
usr/src/stand/lib/tcp/tcp.c
6757
if ((in_mp = allocb(tcp->tcp_rcv_cnt, 0)) == NULL) {
usr/src/uts/common/fs/fifofs/fifovnops.c
994
if ((bp = allocb(size + 8, BPRI_MED)) == NULL) {
usr/src/uts/common/fs/nfs/nfs4_srv_readdir.c
543
mp = allocb(RNDUP(mpcount), BPRI_MED);
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1699
if ((mp = allocb(sizeof (dl_unitdata_req_t) + sizeof (*dlsap),
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1704
if ((bp = allocb(sizeof (struct ether_arp), BPRI_HI)) == NULL) {
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
473
mp = allocb(wroff + blocksize + tail_len, BPRI_MED);
usr/src/uts/common/fs/sockfs/socksubr.c
1437
mp = allocb(size, BPRI_MED);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2246
mp = allocb(iosize + extra, BPRI_MED);
usr/src/uts/common/fs/sockfs/socksyscalls.c
2856
mp = allocb(iosize + extra, BPRI_MED);
usr/src/uts/common/inet/ip/conn_opt.c
2380
mp = allocb(hdrs_len + wroff_extra, BPRI_MED);
usr/src/uts/common/inet/ip/icmp.c
1344
if ((newmp = allocb(udi_size, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/ip/icmp.c
2632
mp1 = allocb(ip_hdr_length, BPRI_MED);
usr/src/uts/common/inet/ip/icmp.c
2674
mp1 = allocb(udi_size, BPRI_MED);
usr/src/uts/common/inet/ip/icmp.c
2797
mp1 = allocb(udi_size, BPRI_MED);
usr/src/uts/common/inet/ip/icmp.c
4017
mp1 = allocb(copylen + is->is_wroff_extra, BPRI_MED);
usr/src/uts/common/inet/ip/igmp.c
1839
mp = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ip/igmp.c
1980
mp = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ip/igmp.c
2469
mp = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ip/igmp.c
2626
mp = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ip/ip.c
12479
if ((outer_mp = allocb(sizeof (ipha_t), BPRI_HI)) == NULL) {
usr/src/uts/common/inet/ip/ip.c
15265
imp = allocb(sizeof (*hdr), BPRI_HI);
usr/src/uts/common/inet/ip/ip.c
2899
mp1 = allocb(sizeof (icmp_ipha) + len, BPRI_MED);
usr/src/uts/common/inet/ip/ip.c
4733
mp = allocb(len, BPRI_MED);
usr/src/uts/common/inet/ip/ip.c
7262
mp1 = allocb(sizeof (*ipf), BPRI_MED);
usr/src/uts/common/inet/ip/ip6.c
1349
mp1 = allocb(IPV6_HDR_LEN + len, BPRI_MED);
usr/src/uts/common/inet/ip/ip6.c
3481
mp1 = allocb(sizeof (*ipf), BPRI_MED);
usr/src/uts/common/inet/ip/ip_arp.c
1267
if ((mp = allocb(size, BPRI_HI)) == NULL)
usr/src/uts/common/inet/ip/ip_arp.c
1574
mp->b_cont = allocb(AR_LL_HDR_SLACK + ARH_FIXED_LEN + (hlen * 4) +
usr/src/uts/common/inet/ip/ip_arp.c
2253
info_mp = allocb(MAX(sizeof (dl_info_req_t), sizeof (dl_info_ack_t)),
usr/src/uts/common/inet/ip/ip_arp.c
2407
if ((mp2 = allocb(sizeof (struct lifreq), BPRI_HI)) == NULL) {
usr/src/uts/common/inet/ip/ip_attr.c
243
ixamp = allocb(sizeof (*ixm), BPRI_MED);
usr/src/uts/common/inet/ip/ip_attr.c
514
iramp = allocb(sizeof (*irm), BPRI_MED);
usr/src/uts/common/inet/ip/ip_if.c
12579
if ((ipsq_mp = allocb(0, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/ip/ip_if.c
13964
mp = allocb(REPLY_LEN, BPRI_HI);
usr/src/uts/common/inet/ip/ip_if.c
16784
mp2 = allocb(sizeof (struct lifreq), BPRI_HI);
usr/src/uts/common/inet/ip/ip_if.c
17151
save_mp = allocb(sizeof (ifrt_t), BPRI_MED);
usr/src/uts/common/inet/ip/ip_if.c
3457
info_mp = allocb(MAX(sizeof (dl_info_req_t), sizeof (dl_info_ack_t)),
usr/src/uts/common/inet/ip/ip_mroute.c
2223
mp_copy = allocb(sizeof (struct igmpmsg) + sizeof (ipha_t), BPRI_MED);
usr/src/uts/common/inet/ip/ip_mroute.c
2563
mp_copy = allocb(32 + sizeof (multicast_encap_iphdr), BPRI_MED);
usr/src/uts/common/inet/ip/ip_multi.c
1299
mp = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ip/ip_ndp.c
1565
mp = allocb(mp_size, BPRI_MED);
usr/src/uts/common/inet/ip/ip_ndp.c
2425
mp = allocb(len, BPRI_LO);
usr/src/uts/common/inet/ip/ip_rts.c
1841
mp = allocb(length, BPRI_MED);
usr/src/uts/common/inet/ip/ipsecah.c
2106
if ((mp1 = allocb(alloc_size, BPRI_LO)) == NULL) {
usr/src/uts/common/inet/ip/ipsecah.c
584
mp->b_cont = allocb(allocsize, BPRI_HI);
usr/src/uts/common/inet/ip/ipsecesp.c
2100
mp = allocb(sizeof (ipha_t) + sizeof (udpha_t) + 1, BPRI_HI);
usr/src/uts/common/inet/ip/ipsecesp.c
2546
espmp = allocb(esplen, BPRI_HI);
usr/src/uts/common/inet/ip/ipsecesp.c
2677
tailmp->b_cont = allocb(alloclen, BPRI_HI);
usr/src/uts/common/inet/ip/ipsecesp.c
2831
keysock_out_mp->b_cont = allocb(allocsize, BPRI_HI);
usr/src/uts/common/inet/ip/keysock.c
1113
wrapper = allocb(sizeof (ipsec_info_t), BPRI_HI);
usr/src/uts/common/inet/ip/keysock.c
2080
imp = allocb(sizeof (ipsec_info_t), BPRI_HI);
usr/src/uts/common/inet/ip/keysock.c
2133
mp1 = allocb(sizeof (struct T_data_req), BPRI_HI);
usr/src/uts/common/inet/ip/keysock.c
620
mp = allocb(sizeof (ipsec_info_t), BPRI_HI);
usr/src/uts/common/inet/ip/rts.c
1178
mp1 = allocb(sizeof (*tdi), BPRI_MED);
usr/src/uts/common/inet/ip/sadb.c
1251
mp = allocb(alloclen, BPRI_HI);
usr/src/uts/common/inet/ip/sadb.c
3815
mp->b_cont = allocb(alloclen, BPRI_HI);
usr/src/uts/common/inet/ip/sadb.c
4892
mp->b_cont = allocb(sizeof (sadb_msg_t), BPRI_HI);
usr/src/uts/common/inet/ip/sadb.c
4967
mp = allocb(len, BPRI_HI);
usr/src/uts/common/inet/ip/sadb.c
5180
mp = allocb(allocsize, BPRI_HI);
usr/src/uts/common/inet/ip/sadb.c
5386
mp = allocb(allocsize, BPRI_HI);
usr/src/uts/common/inet/ip/sadb.c
570
mp = allocb(sizeof (ipsec_info_t), BPRI_HI);
usr/src/uts/common/inet/ip/spd.c
2923
mp = allocb(sizeof (ipsec_crypto_t), BPRI_MED);
usr/src/uts/common/inet/ip/spdsock.c
1421
mblk_t *m = allocb(len, BPRI_HI);
usr/src/uts/common/inet/ip/spdsock.c
1846
m = allocb(len, BPRI_HI);
usr/src/uts/common/inet/ip/spdsock.c
2043
dataind = allocb(sizeof (struct T_data_req), BPRI_HI);
usr/src/uts/common/inet/ip/spdsock.c
2300
m = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ip/spdsock.c
2441
m = allocb(size, BPRI_HI);
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1342
if ((m = (mblk_t *)allocb(hlen + 64, BPRI_HI)) == NULL)
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1554
if ((m = (mblk_t *)allocb((size_t)sz + 64, BPRI_HI)) == NULL)
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2882
mblk_icmp = (mblk_t *) allocb(ICMPERR_ICMPHLEN, BPRI_HI);
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
3043
mblk_icmp = (mblk_t *) allocb(sizeof (struct icmp6_hdr),
usr/src/uts/common/inet/ipf/misc.c
108
m = allocb(len, BPRI_MED);
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
353
nm = allocb(nlen, BPRI_MED);
usr/src/uts/common/inet/ipnet/ipnet.c
990
if ((dlhdr = allocb(sizeof (dl_ipnetinfo_t), BPRI_HI)) == NULL) {
usr/src/uts/common/inet/iptun/iptun.c
2079
if ((icmperr_mp = allocb(hdrs_size, BPRI_MED)) != NULL) {
usr/src/uts/common/inet/iptun/iptun.c
2989
newmp = allocb(sizeof (iptun_ipv6hdrs_t) + MBLKL(mp), BPRI_MED);
usr/src/uts/common/inet/mi.c
1155
if ((mp = allocb(size + sizeof (MTB), BPRI_HI)) != NULL) {
usr/src/uts/common/inet/mi.c
1508
if ((mp = allocb(sizeof (struct T_ordrel_ind), BPRI_HI)) != NULL) {
usr/src/uts/common/inet/mi.c
1521
if ((mp = allocb(size, BPRI_MED)) != NULL) {
usr/src/uts/common/inet/mi.c
1539
if ((mp = allocb(len, BPRI_HI)) != NULL) {
usr/src/uts/common/inet/mi.c
240
mp1 = allocb(0, BPRI_MED);
usr/src/uts/common/inet/mi.c
380
mp1 = allocb(0, BPRI_MED);
usr/src/uts/common/inet/mi.c
401
mp1 = allocb(len, BPRI_MED);
usr/src/uts/common/inet/mi.c
677
mp->b_cont = allocb(1024, BPRI_HI);
usr/src/uts/common/inet/optcom.c
241
mp = allocb(max_optbuf_len, BPRI_MED);
usr/src/uts/common/inet/proto_set.c
146
if (!(mp = allocb(sizeof (*stropt), BPRI_LO)))
usr/src/uts/common/inet/proto_set.c
172
if (!(mp = allocb(sizeof (*stropt), BPRI_LO)))
usr/src/uts/common/inet/proto_set.c
201
if (!(mp = allocb(sizeof (*stropt), BPRI_LO)))
usr/src/uts/common/inet/proto_set.c
55
if (!(mp = allocb(sizeof (*stropt), BPRI_LO)))
usr/src/uts/common/inet/proto_set.c
82
if (!(mp = allocb(sizeof (*stropt), BPRI_LO)))
usr/src/uts/common/inet/sctp/sctp.c
818
sctp->sctp_pad_mp = allocb(SCTP_ALIGN, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1050
mp = allocb(len, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1490
mp = allocb(sizeof (*ad4), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1505
mp = allocb(sizeof (*ad6), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
154
wmp = allocb(sizeof (*wph) + sizeof (cid), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1645
mp = allocb(sizeof (*ad4), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1660
mp = allocb(sizeof (*ad6), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1766
mp = allocb(sizeof (*ad4), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
1780
mp = allocb(sizeof (*ad6), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_asconf.c
286
mp = allocb(msgsize, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_common.c
1153
mp = allocb(len, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_common.c
320
mp = allocb(ipsctplen + sctps->sctps_wroff_xtra + trailer, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_cookie.c
658
iackmp = allocb(ipsctplen + sctps->sctps_wroff_xtra, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_cookie.c
975
cemp = allocb(sctps->sctps_wroff_xtra + hdrlen + ceclen + pad,
usr/src/uts/common/inet/sctp/sctp_error.c
204
hmp = allocb(sctps->sctps_wroff_xtra + ahlen, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_error.c
353
mp = allocb(ahlen + sctps->sctps_wroff_xtra, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_error.c
483
emp = allocb(elen + pad, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_error.c
62
amp = allocb(alen, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_input.c
1261
*dups = allocb(bsize, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_input.c
452
mp1 = allocb(hdrlen + optlen + sizeof (void *), BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_input.c
977
if ((new_reassq = allocb(sizeof (*srp), BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
139
if ((mp = allocb(sizeof (*sacp) + ch_len, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
171
if ((mp = allocb(sizeof (*sfp), BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
334
if ((mp = allocb(sizeof (*spc), BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
410
if ((mp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
438
if ((mp = allocb(sizeof (*sse), BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
461
if ((mp = allocb(sizeof (*sai), BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_notify.c
491
if ((mp = allocb(sizeof (*pdapi), BPRI_MED)) == NULL)
usr/src/uts/common/inet/sctp/sctp_notify.c
55
if ((mp = allocb(sizeof (*tudi) + sizeof (void *) +
usr/src/uts/common/inet/sctp/sctp_output.c
106
mp = allocb(size, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_output.c
1419
ftsn_mp = allocb(xtralen + seglen, BPRI_MED);
usr/src/uts/common/inet/sctp/sctp_output.c
452
if ((chunk_hdr = allocb(xtralen, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/sctp/sctp_output.c
616
nmp = allocb(sctps->sctps_wroff_xtra + hdrlen + sacklen,
usr/src/uts/common/inet/sctp/sctp_output.c
683
if ((fill = allocb(SCTP_ALIGN, BPRI_MED)) != NULL) {
usr/src/uts/common/inet/sctp/sctp_shutdown.c
100
smp = allocb(sizeof (*sch) + sizeof (*ctsn), BPRI_MED);
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_timer.c
168
mp = allocb(sizeof (sctp_t) + sizeof (sctp_tb_t), BPRI_HI);
usr/src/uts/common/inet/snmpcom.c
100
mpdata->b_cont = allocb(DATA_MBLK_SIZE, BPRI_HI);
usr/src/uts/common/inet/snmpcom.c
126
(*last_mpp)->b_cont = allocb(DATA_MBLK_SIZE, BPRI_HI);
usr/src/uts/common/inet/snmpcom.c
238
mpctl = allocb(TOAHDR_SIZE, BPRI_MED);
usr/src/uts/common/inet/snmpcom.c
243
mpctl->b_cont = allocb(DATA_MBLK_SIZE, BPRI_MED);
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
485
mp0 = allocb(tusz, BPRI_HI);
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
807
if ((mp = allocb(mpsize, BPRI_HI)) == NULL) {
usr/src/uts/common/inet/sockmods/socksctp.c
703
while ((mp = allocb(size + wroff, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/squeue.c
1331
mp = (use_mp == NULL) ? allocb(0, BPRI_MED) : use_mp;
usr/src/uts/common/inet/tcp/tcp.c
1546
tcp_rsrv_mp = allocb(0, BPRI_HI);
usr/src/uts/common/inet/tcp/tcp_fusion.c
193
if ((mp = allocb(1, BPRI_HI)) == NULL)
usr/src/uts/common/inet/tcp/tcp_fusion.c
199
if ((mp = allocb(1, BPRI_HI)) == NULL)
usr/src/uts/common/inet/tcp/tcp_fusion.c
204
if ((mp = allocb(sizeof (struct stroptions),
usr/src/uts/common/inet/tcp/tcp_fusion.c
760
(mp = allocb(1, BPRI_HI)) == NULL &&
usr/src/uts/common/inet/tcp/tcp_input.c
2275
mp1 = allocb(total_hdr_len + tcps->tcps_wroff_xtra, BPRI_MED);
usr/src/uts/common/inet/tcp/tcp_input.c
3315
mp1 = allocb(0, BPRI_MED);
usr/src/uts/common/inet/tcp/tcp_input.c
3607
mp1 = allocb(0, BPRI_MED);
usr/src/uts/common/inet/tcp/tcp_input.c
3761
mp1 = allocb(sizeof (struct T_exdata_ind),
usr/src/uts/common/inet/tcp/tcp_input.c
5274
mp1 = allocb(sizeof (struct T_optdata_ind) + optlen, BPRI_MED);
usr/src/uts/common/inet/tcp/tcp_input.c
927
if ((mp = allocb(0, BPRI_HI)) == NULL)
usr/src/uts/common/inet/tcp/tcp_misc.c
157
mp = allocb(sizeof (uint32_t) + sizeof (*acp), BPRI_LO);
usr/src/uts/common/inet/tcp/tcp_output.c
1318
mp = allocb(hdrlen + tcps->tcps_wroff_xtra, BPRI_MED);
usr/src/uts/common/inet/tcp/tcp_output.c
2084
mp1 = allocb(connp->conn_ht_iphc_allocated +
usr/src/uts/common/inet/tcp/tcp_output.c
2394
mp = allocb(connp->conn_ht_iphc_allocated + tcps->tcps_wroff_xtra,
usr/src/uts/common/inet/tcp/tcp_output.c
3107
mp1 = allocb(connp->conn_ht_iphc_allocated + tcps->tcps_wroff_xtra,
usr/src/uts/common/inet/tcp/tcp_sig.c
390
mp = allocb(alloclen, BPRI_HI);
usr/src/uts/common/inet/tcp/tcp_sig.c
916
mp = allocb(alloclen, BPRI_HI);
usr/src/uts/common/inet/tcp/tcp_timers.c
467
mblk_t *mp1 = allocb(1, BPRI_LO);
usr/src/uts/common/inet/tcp/tcp_tpi.c
1456
discon_mp = allocb(MAX(sizeof (struct T_discon_ind),
usr/src/uts/common/inet/tcp/tcp_tpi.c
1765
discon_mp = allocb(MAX(sizeof (struct T_discon_ind),
usr/src/uts/common/inet/tcp/tcp_tpi.c
596
nmp = allocb(sizeof (struct T_conn_req) + sizeof (sin_t) +
usr/src/uts/common/inet/udp/udp.c
1208
if ((newmp = allocb(udi_size, BPRI_MED)) == NULL) {
usr/src/uts/common/inet/udp/udp.c
2447
mp1 = allocb(udi_size, BPRI_MED);
usr/src/uts/common/inet/udp/udp.c
2496
mp1 = allocb(udi_size, BPRI_MED);
usr/src/uts/common/inet/udp/udp.c
3361
mp1 = allocb(alloclen + us->us_wroff_extra, BPRI_MED);
usr/src/uts/common/io/1394/adapters/hci1394_async.c
1702
cmd->cmd_u.b.data_block = allocb(cmd->cmd_u.b.blk_length, 0);
usr/src/uts/common/io/1394/adapters/hci1394_async.c
1784
cmd->cmd_u.b.data_block = allocb(cmd->cmd_u.b.blk_length, 0);
usr/src/uts/common/io/1394/targets/av1394/av1394_async.c
114
if ((bp = allocb(1, BPRI_HI)) != NULL) {
usr/src/uts/common/io/1394/targets/av1394/av1394_cfgrom.c
479
if ((bp = allocb(leaf_len * 4, BPRI_HI)) == NULL) {
usr/src/uts/common/io/1394/targets/av1394/av1394_fcp.c
125
if ((mp = allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/1394/targets/av1394/av1394_fcp.c
412
mp = allocb(IEEE1394_QUADLET, BPRI_HI);
usr/src/uts/common/io/1394/targets/scsa1394/sbp2_bus.c
216
if ((bp == NULL) && ((bp = allocb(len, BPRI_HI)) == NULL)) {
usr/src/uts/common/io/afe/afe.c
2202
mp = allocb(len + AFE_HEADROOM, 0);
usr/src/uts/common/io/aggr/aggr_lacp.c
646
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/arn/arn_recv.c
521
if ((rx_mp = allocb(sc->rx_dmabuf_size, BPRI_MED)) == NULL) {
usr/src/uts/common/io/asy.c
3583
if (!(bp = allocb(cc, BPRI_MED))) {
usr/src/uts/common/io/asy.c
4121
mp->b_cont = allocb(sizeof (int), BPRI_HI);
usr/src/uts/common/io/asy.c
4194
if ((bp = allocb(iocp->ioc_count, BPRI_HI)) == NULL) {
usr/src/uts/common/io/asy.c
4307
datamp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/common/io/atge/atge_l1.c
673
mp = allocb(totlen + VLAN_TAGSZ, BPRI_MED);
usr/src/uts/common/io/atge/atge_l1c.c
782
mp = allocb(totlen + L1C_HEADROOM, BPRI_MED);
usr/src/uts/common/io/atge/atge_l1e.c
536
mp = allocb(len + VLAN_TAGSZ, BPRI_MED);
usr/src/uts/common/io/ath/ath_main.c
596
if ((rx_mp = allocb(asc->asc_dmabuf_size, BPRI_MED)) == NULL) {
usr/src/uts/common/io/atu/atu.c
103
if ((mp = allocb(length, BPRI_HI)) == NULL)
usr/src/uts/common/io/atu/atu.c
788
m = allocb(ATU_TX_BUFSZ, BPRI_MED);
usr/src/uts/common/io/audio/impl/audio_sun.c
542
((mp = allocb(nbytes, BPRI_MED)) == NULL)) {
usr/src/uts/common/io/audio/impl/audio_sun.c
632
if ((bcont = allocb(sizeof (audio_info_t), BPRI_MED)) == NULL) {
usr/src/uts/common/io/audio/impl/audio_sun.c
949
if ((bcont = allocb(sizeof (*a), BPRI_MED)) == NULL) {
usr/src/uts/common/io/axf/axf_usbgem.c
752
if ((new = allocb(header_size + pkt_size + pad_size, 0)) == NULL) {
usr/src/uts/common/io/bfe/bfe.c
2251
if ((mp = allocb(len + VLAN_TAGSZ, BPRI_MED)) != NULL) {
usr/src/uts/common/io/bge/bge_recv2.c
176
mp = allocb(BGE_HEADROOM + len + VLAN_TAGSZ, 0);
usr/src/uts/common/io/bge/bge_recv2.c
180
mp = allocb(BGE_HEADROOM + len, 0);
usr/src/uts/common/io/bnx/bnxrcv.c
296
mp = allocb(pktlen + 6, BPRI_MED);
usr/src/uts/common/io/bnx/bnxrcv.c
340
mp = allocb(pktlen + 2, BPRI_MED);
usr/src/uts/common/io/bnxe/bnxe_rx.c
387
if ((pMblk = allocb(pktLen, BPRI_MED)) == NULL)
usr/src/uts/common/io/bpf/bpf.c
214
m = allocb(len + align, BPRI_MED);
usr/src/uts/common/io/bridge.c
1755
mpcopy = allocb(minlen, BPRI_MED);
usr/src/uts/common/io/bridge.c
2873
blp->bl_lfailmp = allocb(sizeof (bridge_ctl_t), BPRI_MED);
usr/src/uts/common/io/bridge.c
315
(mp = allocb(sizeof (bridge_ctl_t), BPRI_MED)) == NULL)
usr/src/uts/common/io/bridge.c
319
blp->bl_lfailmp = allocb(sizeof (bridge_ctl_t), BPRI_MED);
usr/src/uts/common/io/bufmod.c
1032
sbp->sb_head = allocb(sizeof (hp), BPRI_MED);
usr/src/uts/common/io/bufmod.c
1117
wrapper = allocb(wrapperlen, BPRI_MED);
usr/src/uts/common/io/bufmod.c
333
if ((mop = allocb(sizeof (struct stroptions),
usr/src/uts/common/io/bufmod.c
370
if ((mop = allocb(sizeof (struct stroptions),
usr/src/uts/common/io/bufmod.c
676
datamp = allocb(sizeof (*t32), BPRI_MED);
usr/src/uts/common/io/bufmod.c
695
datamp = allocb(sizeof (*t), BPRI_MED);
usr/src/uts/common/io/bufmod.c
737
if ((mop = allocb(sizeof (struct stroptions),
usr/src/uts/common/io/bufmod.c
771
datamp = allocb(sizeof (uint_t), BPRI_MED);
usr/src/uts/common/io/bufmod.c
813
if ((mop = allocb(sizeof (struct stroptions),
usr/src/uts/common/io/bufmod.c
851
datamp = allocb(sizeof (uint_t), BPRI_MED);
usr/src/uts/common/io/bufmod.c
898
datamp = allocb(sizeof (uint_t), BPRI_MED);
usr/src/uts/common/io/chxge/pe.c
1650
bp = allocb(sizeof (struct fake_arp) + SZ_CPL_TX_PKT, BPRI_HI);
usr/src/uts/common/io/chxge/pe.c
338
m0 = allocb(SZ_CPL_TX_PKT, BPRI_HI);
usr/src/uts/common/io/chxge/sge.c
852
(skb = allocb(len + SGE_RX_OFFSET, BPRI_HI))))
usr/src/uts/common/io/chxge/sge.c
855
(skb = allocb(len + SGE_RX_OFFSET, BPRI_HI)))
usr/src/uts/common/io/conskbd.c
1039
if ((datap = allocb(sizeof (int), BPRI_MED)) == NULL) {
usr/src/uts/common/io/conskbd.c
1436
req->b_cont = allocb(sizeof (int), BPRI_MED);
usr/src/uts/common/io/conskbd.c
1580
req->b_cont = allocb(sizeof (int), BPRI_MED);
usr/src/uts/common/io/conskbd.c
1655
req->b_cont = allocb(sizeof (int), BPRI_MED);
usr/src/uts/common/io/conskbd.c
1694
if ((mb = allocb(sizeof (Firm_event), BPRI_HI)) != NULL) {
usr/src/uts/common/io/conskbd.c
1769
req->b_cont = allocb(sizeof (uchar_t), BPRI_MED);
usr/src/uts/common/io/conskbd.c
2163
req->b_cont = allocb(sizeof (uchar_t), BPRI_MED);
usr/src/uts/common/io/conskbd.c
2268
if ((datap = allocb((int)sizeof (int), BPRI_MED)) == NULL) {
usr/src/uts/common/io/conskbd.c
908
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/conskbd.c
999
datap = allocb(sizeof (int), BPRI_HI);
usr/src/uts/common/io/consms.c
474
((datap = allocb(sizeof (int), BPRI_HI)) == NULL)) {
usr/src/uts/common/io/consms.c
723
if (req && ((req->b_cont = allocb(sizeof (int),
usr/src/uts/common/io/consms.c
744
if (req && ((req->b_cont = allocb(sizeof (int),
usr/src/uts/common/io/consms.c
765
if (req && ((req->b_cont = allocb(sizeof (int),
usr/src/uts/common/io/consms.c
784
if (req && ((req->b_cont = allocb(sizeof (wheel_state),
usr/src/uts/common/io/consms.c
806
if (req && ((req->b_cont = allocb(sizeof (Ms_parms),
usr/src/uts/common/io/consms.c
826
allocb(sizeof (Ms_screen_resolution),
usr/src/uts/common/io/consms.c
961
if ((tmp = allocb(sizeof (Firm_event), BPRI_HI)) != NULL) {
usr/src/uts/common/io/cryptmod.c
2942
lenmp = allocb(4, BPRI_MED);
usr/src/uts/common/io/cryptmod.c
3126
mp1 = allocb(outlen + CONFOUNDER_BYTES, BPRI_MED);
usr/src/uts/common/io/cryptmod.c
3529
tmi->rcmd_state.c_msg = allocb(tmi->rcmd_state.cd_len,
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
1996
frame.head = m = allocb(len, BPRI_HI);
usr/src/uts/common/io/dld/dld_str.c
630
dsp->ds_tx_flow_mp = allocb(1, BPRI_HI);
usr/src/uts/common/io/dld/dld_str.c
836
hmp = allocb(sizeof (struct ether_vlan_header), BPRI_MED);
usr/src/uts/common/io/dmfe/dmfe_main.c
717
mp = allocb(DMFE_HEADROOM + packet_length, 0);
usr/src/uts/common/io/e1000g/e1000g_rx.c
694
if ((nmp = allocb(length + E1000G_IPALIGNROOM,
usr/src/uts/common/io/e1000g/e1000g_tx.c
288
new_mp = allocb(hdr_frag_len, 0);
usr/src/uts/common/io/efe/efe.c
1385
mp = allocb(len, 0);
usr/src/uts/common/io/elxl/elxl.c
1297
if ((mp = allocb(len + 14, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ena/ena_rx.c
397
mp = allocb(rcb->ercb_length + ENA_RX_BUF_IPHDR_ALIGNMENT, 0);
usr/src/uts/common/io/fcoe/fcoe.c
1039
while ((mp = allocb((size_t)raw_frame_size, 0)) == NULL) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
404
mp = allocb(alloc_len, BPRI_HI);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1933
tp = allocb(payload_len + header_len + qlge->ip_hdr_offset,
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
2993
if ((mp = allocb(size, pri)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
3346
if ((nmp = allocb(size, BPRI_LO)) == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
5604
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/gld.c
2944
if ((nmp = allocb(size, BPRI_MED)) == NULL) {
usr/src/uts/common/io/gld.c
3622
if ((mp = allocb(size, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
1101
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
1164
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
1531
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/gldutil.c
1641
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
1834
if ((nmp = allocb(nlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
2001
if ((nmp = allocb(nlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
391
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
445
if ((nmp = allocb(sizeof (struct ether_vlan_header),
usr/src/uts/common/io/gldutil.c
520
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
839
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/gldutil.c
879
if ((nmp = allocb(hdrlen, BPRI_MED)) == NULL)
usr/src/uts/common/io/hme/hme.c
3435
if ((bp = allocb(len + HME_FSTBYTE_OFFSET, BPRI_HI)) == NULL) {
usr/src/uts/common/io/hxge/hxge_ndd.c
1165
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/hxge/hxge_ndd.c
521
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/hxge/hxge_ndd.c
568
tmp->b_cont = allocb(1024, BPRI_HI);
usr/src/uts/common/io/hxge/hxge_ndd.c
825
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/hxge/hxge_rxdma.c
934
mp = allocb(size + HXGE_RXBUF_EXTRA, 0);
usr/src/uts/common/io/hxge/hxge_txdma.c
459
if ((newmp = allocb(TX_PKT_HEADER_SIZE, BPRI_MED)) == NULL) {
usr/src/uts/common/io/i40e/i40e_transceiver.c
1312
mp = allocb(plen + I40E_BUF_IPHDR_ALIGNMENT, 0);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
1140
if ((mp = allocb(wc->wc_bytes_xfer, BPRI_HI)) != NULL) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7128
pad = allocb(4, 0);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
7941
mp = allocb(pkt_len, BPRI_HI);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
1512
if ((mp = allocb(wc->wc_bytes_xfer + IPOIB_GRH_SIZE,
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
228
if ((pmtu_mp = allocb(sizeof (ib_header_info_t) + sizeof (ipha_t)
usr/src/uts/common/io/ib/clients/rds/rdsddi.c
312
mp1 = allocb(udi_size, BPRI_MED);
usr/src/uts/common/io/ib/clients/rds/rdsib_ep.c
1707
mp = allocb(uiop->uio_resid, BPRI_MED);
usr/src/uts/common/io/igb/igb_rx.c
153
mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0);
usr/src/uts/common/io/igb/igb_tx.c
214
hdr_new_mp = allocb(hdr_frag_len, 0);
usr/src/uts/common/io/igc/igc_ring.c
654
mp = allocb(len + IGC_RX_BUF_IP_ALIGN, 0);
usr/src/uts/common/io/iprb/iprb.c
1195
if ((mp = allocb(cnt, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ipw/ipw2100.c
2095
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/ipw/ipw2100.c
2649
m = allocb(rlen, BPRI_MED);
usr/src/uts/common/io/iwh/iwh.c
2412
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/iwh/iwh.c
3192
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/iwi/ipw2200.c
2235
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/iwi/ipw2200.c
2728
m = allocb(len, BPRI_MED);
usr/src/uts/common/io/iwk/iwk2.c
2167
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/iwk/iwk2.c
2684
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/iwn/if_iwn.c
2704
m = allocb(len, BPRI_MED);
usr/src/uts/common/io/iwn/if_iwn.c
3770
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/iwp/iwp.c
2320
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/iwp/iwp.c
3033
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/ixgbe/ixgbe_rx.c
161
mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0);
usr/src/uts/common/io/ixgbe/ixgbe_rx.c
400
mp = allocb(pkt_len + IPHDR_ALIGN_ROOM, 0);
usr/src/uts/common/io/kb8042/kb8042.c
1198
if ((mp = allocb(sizeof (scancode), BPRI_HI)) == NULL)
usr/src/uts/common/io/kb8042/kb8042.c
974
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
1013
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
1050
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
1089
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
1471
if ((bp = allocb(sizeof (uint_t), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
1519
if ((bp = allocb((int)strlen(buf), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
1555
if ((bp = allocb(sizeof (Firm_event), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
751
if ((datap = allocb(sizeof (uchar_t), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
766
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
783
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
877
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
900
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
965
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
979
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
1021
if ((mp = allocb(3, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
1060
if ((mp = allocb(3, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
1075
if ((mp = allocb(1, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
1957
if ((bpt = allocb(IBSIZE, BPRI_MED)) == NULL)
usr/src/uts/common/io/ldterm.c
2755
if ((bpt = allocb(IBSIZE, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ldterm.c
2925
if ((mp = allocb(4, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
2942
if ((newbp = allocb(bsize, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
2951
if ((curbp = allocb(bsize, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
2986
if ((bp = allocb(IBSIZE, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ldterm.c
3430
if ((obp = allocb(bsize, BPRI_MED)) == NULL) { \
usr/src/uts/common/io/ldterm.c
3960
allocb(1, BPRI_MED)) !=
usr/src/uts/common/io/ldterm.c
4017
if ((tp->t_echomp = allocb(EBSIZE, BPRI_HI)) != NULL) {
usr/src/uts/common/io/ldterm.c
4089
if ((tp->t_echomp = allocb(4, BPRI_HI)) != NULL) {
usr/src/uts/common/io/ldterm.c
4408
if ((tp->t_eucp_mp = allocb(_TTY_BUFSIZ,
usr/src/uts/common/io/ldterm.c
4496
if ((dmp_cont = allocb(EUCSIZE, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ldterm.c
4636
if (!(tp->t_eucp_mp = allocb(_TTY_BUFSIZ,
usr/src/uts/common/io/ldterm.c
4845
if ((bp = allocb(sizeof (struct stroptions), BPRI_HI)) ==
usr/src/uts/common/io/ldterm.c
653
while ((mp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ldterm.c
738
if ((tp->t_eucp_mp = allocb(_TTY_BUFSIZ, BPRI_HI)) != NULL) {
usr/src/uts/common/io/llc1.c
1352
nmp = allocb(macinfo->llcp_addrlen * 2 + 2 + 8, BPRI_MED);
usr/src/uts/common/io/llc1.c
1416
nmp = allocb(sizeof (struct llchdr)+sizeof (struct snaphdr),
usr/src/uts/common/io/llc1.c
2024
mp = allocb(sizeof (dl_disabmulti_req_t) + ETHERADDRL, BPRI_MED);
usr/src/uts/common/io/llc1.c
2078
mp = allocb(DL_INFO_REQ_SIZE, BPRI_MED);
usr/src/uts/common/io/llc1.c
2123
mp = allocb(sizeof (dl_bind_req_t), BPRI_MED);
usr/src/uts/common/io/llc1.c
2158
udmp = allocb(sizeof (dl_unitdata_ind_t) +
usr/src/uts/common/io/llc1.c
2226
udmp = allocb(MBLKL(mp) + 4, BPRI_MED);
usr/src/uts/common/io/llc1.c
2288
nmp = allocb(msgdsize(mp) + LLC_XID_INFO_SIZE, BPRI_MED);
usr/src/uts/common/io/llc1.c
2313
rmp = allocb(sizeof (dl_unitdata_req_t) +
usr/src/uts/common/io/llc1.c
2369
nmp = allocb(sizeof (dl_xid_ind_t) + 2 * (macinfo->llcp_addrlen + 1),
usr/src/uts/common/io/llc1.c
2479
nmp = allocb(sizeof (struct ether_header) + sizeof (struct llchdr) +
usr/src/uts/common/io/llc1.c
2498
rmp = allocb(sizeof (dl_unitdata_req_t) +
usr/src/uts/common/io/llc1.c
2619
nmp = allocb(sizeof (dl_test_ind_t) + 2 * (ETHERADDRL + 1), BPRI_MED);
usr/src/uts/common/io/llc1.c
2729
nmp = allocb(sizeof (struct ether_header) + sizeof (struct llchdr),
usr/src/uts/common/io/llc1.c
2749
rmp = allocb(sizeof (dl_unitdata_req_t) +
usr/src/uts/common/io/llc1.c
3019
nmp = allocb(sizeof (dl_subs_bind_ack_t) + 5,
usr/src/uts/common/io/llc1.c
830
tmp = allocb(sizeof (llc_mac_info_t), BPRI_MED);
usr/src/uts/common/io/llc1.c
932
mp->b_cont = allocb(sizeof (struct ll_snioc), BPRI_MED);
usr/src/uts/common/io/logindmux.c
1246
if ((p->prot_mp = allocb(sizeof (uint_t), BPRI_MED)) == NULL) {
usr/src/uts/common/io/logindmux.c
521
if ((newmp = allocb(sizeof (char), BPRI_MED)) == NULL) {
usr/src/uts/common/io/logindmux.c
587
if ((newmp = allocb(sizeof (char), BPRI_MED)) ==
usr/src/uts/common/io/mac/mac_ktest.c
660
mblk_t *mp = allocb(block_sz, 0);
usr/src/uts/common/io/mac/mac_ktest.c
77
mblk_t *mp = allocb(to_alloc, 0);
usr/src/uts/common/io/mac/mac_ndd.c
200
mp1 = allocb(avail, BPRI_HI); /* the returned buffer */
usr/src/uts/common/io/mac/mac_ndd.c
75
mp->b_cont = allocb(len, BPRI_HI);
usr/src/uts/common/io/mac/mac_util.c
1365
hmp = allocb(sizeof (struct ether_vlan_header), BPRI_MED);
usr/src/uts/common/io/mac/mac_util.c
901
if ((nhdrmp = allocb(pad_by + ohdrslen, 0)) == NULL) {
usr/src/uts/common/io/mac/plugins/mac_ether.c
439
mp = allocb(sizeof (struct ether_header) + extra_len, BPRI_HI);
usr/src/uts/common/io/mac/plugins/mac_ib.c
183
mp = allocb(sizeof (ib_header_info_t) + extra_len, BPRI_HI);
usr/src/uts/common/io/mac/plugins/mac_ipv4.c
154
if ((mp = allocb(hdr_len + extra_len, BPRI_HI)) == NULL)
usr/src/uts/common/io/mac/plugins/mac_ipv6.c
141
if ((mp = allocb(hdr_len + extra_len, BPRI_HI)) == NULL)
usr/src/uts/common/io/mac/plugins/mac_wifi.c
195
if ((mp = allocb(WIFI_HDRSIZE + extra_len, BPRI_HI)) == NULL)
usr/src/uts/common/io/mlxcx/mlxcx_ring.c
2099
mp = allocb(buf->mlb_used, 0);
usr/src/uts/common/io/mouse8042.c
1062
if (state->ms_rqp != NULL && (mp = allocb(1, BPRI_MED))) {
usr/src/uts/common/io/mouse8042.c
283
if (mp = allocb(1, BPRI_MED)) {
usr/src/uts/common/io/mouse8042.c
287
if (mp = allocb(1, BPRI_MED)) {
usr/src/uts/common/io/mouse8042.c
701
state->reply_mp = allocb(2, BPRI_MED);
usr/src/uts/common/io/mouse8042.c
703
state->reset_ack_mp = allocb(1, BPRI_MED);
usr/src/uts/common/io/mwl/mwl.c
2779
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/mwl/mwl.c
3224
mp0 = allocb(sc->sc_dmabuf_size, BPRI_MED);
usr/src/uts/common/io/mxfe/mxfe.c
2611
mp = allocb(len + MXFE_HEADROOM, 0);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2400
mp = allocb(len + MXGEFW_PAD, 0);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2463
mp = allocb(len + MXGEFW_PAD, 0);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
6158
mblk_t *mp = allocb(1024, 0);
usr/src/uts/common/io/net80211/net80211.c
634
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/net80211/net80211_ht.c
123
m0 = allocb(hdrspace + framelen, BPRI_MED);
usr/src/uts/common/io/net80211/net80211_ioctl.c
117
mp1 = allocb(size, BPRI_HI);
usr/src/uts/common/io/nge/nge_rx.c
195
mp = allocb(len + NGE_HEADROOM, 0);
usr/src/uts/common/io/ntxn/unm_nic_main.c
1278
if ((mp = allocb(pkt_length + IP_ALIGNMENT_BYTES, 0)) == NULL) {
usr/src/uts/common/io/nxge/nxge_ndd.c
1029
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/nxge/nxge_ndd.c
1100
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/nxge/nxge_ndd.c
1178
tmp->b_cont = allocb(1024, BPRI_HI);
usr/src/uts/common/io/nxge/nxge_ndd.c
1508
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/nxge/nxge_ndd.c
1571
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/nxge/nxge_ndd.c
2275
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/nxge/nxge_ndd.c
980
if ((np = allocb(buff_alloc_size, BPRI_HI)) == NULL) {
usr/src/uts/common/io/nxge/nxge_rxdma.c
1595
mp = allocb(size + NXGE_RXBUF_EXTRA, 0);
usr/src/uts/common/io/nxge/nxge_send.c
1409
if ((nmp = allocb(hdrlen, 0)) == NULL) {
usr/src/uts/common/io/nxge/nxge_txdma.c
749
if ((newmp = allocb(TX_PKT_HEADER_SIZE, BPRI_MED)) == NULL) {
usr/src/uts/common/io/overlay/overlay_target.c
871
mp = allocb(pkt->otp_size, 0);
usr/src/uts/common/io/overlay/overlay_target.c
936
mp = allocb(pkt->otp_size, 0);
usr/src/uts/common/io/overlay/plugins/overlay_vxlan.c
177
ob = allocb(vxlan_alloc_size, 0);
usr/src/uts/common/io/pckt.c
245
while ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) {
usr/src/uts/common/io/pckt.c
569
if ((bp = allocb(sizeof (char), BPRI_MED)) == (mblk_t *)NULL) {
usr/src/uts/common/io/pcn/pcn.c
924
mp = allocb(len + PCN_HEADROOM, 0);
usr/src/uts/common/io/ppp/sppp/s_common.c
117
if ((mp = allocb(sizeof (*plt), BPRI_HI)) == NULL) {
usr/src/uts/common/io/ppp/sppp/s_common.c
48
if ((mp = allocb(4, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ppp/sppp/s_common.c
71
if ((mp = allocb(8, BPRI_HI)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp.c
1018
if ((nmp = allocb(PPP_HDRLEN, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp.c
1072
if ((sps->sps_hangup = allocb(1, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp.c
1447
nmp = allocb(sizeof (uint32_t), BPRI_MED);
usr/src/uts/common/io/ppp/sppp/sppp.c
532
if ((nmp = allocb(sizeof (struct ppp_idle),
usr/src/uts/common/io/ppp/sppp/sppp.c
558
nmp = allocb(sizeof (uint32_t), BPRI_MED);
usr/src/uts/common/io/ppp/sppp/sppp.c
608
nmp = allocb(sizeof (*psp), BPRI_MED);
usr/src/uts/common/io/ppp/sppp/sppp.c
663
nmp = allocb(sizeof (struct ppp_comp_stats), BPRI_MED);
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1101
if ((eh = allocb(sizeof (struct ether_header), BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
1146
if ((dh = allocb(size, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
448
if ((sps->sps_hangup = allocb(1, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/sppp/sppp_dlpi.c
866
if ((hdrmp = allocb(PPP_HDRLEN, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1034
outmp = allocb(outmp_len, BPRI_MED);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1154
curout = allocb(outmp_len, BPRI_MED);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1174
curout = allocb(outmp_len, BPRI_MED);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1517
outmp = allocb(maxlen, BPRI_MED);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1602
outmp = allocb(0, BPRI_MED);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1759
if ((new_frame = allocb(PPP_HDRLEN+1,
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1854
if ((new_frame = allocb(1, BPRI_MED))
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
1938
if ((hdrmp = allocb(PPP_HDRLEN, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
819
np = allocb(sizeof (uint32_t), BPRI_HI);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
841
np = allocb(sizeof (*psp), BPRI_HI);
usr/src/uts/common/io/ppp/spppasyn/spppasyn.c
861
np = allocb(sizeof (uint32_t), BPRI_HI);
usr/src/uts/common/io/ppp/spppcomp/bsd-comp.c
1194
if ((dmsg = allocb(DECOMP_CHUNK + db->hdrlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/spppcomp/bsd-comp.c
1330
(dmsg->b_cont = allocb(dlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ppp/spppcomp/bsd-comp.c
680
m = allocb((olen < 4096? olen: 4096), BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
382
m = allocb(wspace, BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
479
m->b_cont = allocb(wspace, BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
860
mo = allocb(DECOMP_CHUNK + state->hdrlen, BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/deflate.c
958
mo->b_cont = allocb(DECOMP_CHUNK, BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1018
mp->b_next = allocb(sizeof (uint32_t), BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1384
np = allocb(PPP_HDRLEN, BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
1563
np = allocb(iphlen + PPP_HDRLEN, BPRI_MED);
usr/src/uts/common/io/ppp/spppcomp/spppcomp.c
945
mpnext = allocb(sizeof (struct ppp_comp_stats), BPRI_MED);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1151
mptmp = allocb(sizeof (*psp), BPRI_HI);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1355
mp->b_cont = allocb(sizeof (*ptp), BPRI_HI);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1438
mp->b_cont = allocb(sizeof (*ptn), BPRI_HI);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
1579
mp->b_cont = allocb(sizeof (uint32_t), BPRI_HI);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
539
mblk_t *mp = allocb(sizeof (*ptc), BPRI_HI);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
601
mp = allocb(0, BPRI_HI);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
721
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/ppp/sppptun/sppptun.c
750
if ((newmp = allocb(len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/ptem.c
184
if ((ntp->dack_ptr = allocb(4, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ptem.c
193
mop = allocb(sizeof (struct stroptions), BPRI_MED);
usr/src/uts/common/io/ptem.c
714
dp = allocb(sizeof (struct termio), BPRI_MED);
usr/src/uts/common/io/ptem.c
726
dp = allocb(sizeof (struct termios), BPRI_MED);
usr/src/uts/common/io/ptem.c
810
if ((bp = allocb(1, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ptem.c
915
tmp = allocb(sizeof (struct jwinsize), BPRI_MED);
usr/src/uts/common/io/ptem.c
936
tmp = allocb(sizeof (struct winsize), BPRI_MED);
usr/src/uts/common/io/ptm.c
351
mop = allocb(sizeof (struct stroptions), BPRI_MED);
usr/src/uts/common/io/pts.c
364
if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) {
usr/src/uts/common/io/pts.c
376
if ((mp = allocb(0, BPRI_MED)) == NULL) {
usr/src/uts/common/io/qede/qede_fp.c
628
mp = allocb(pkt_len + 2, 0); /* IP HDR_ALIGN */
usr/src/uts/common/io/ral/rt2560.c
1238
if ((m = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ral/rt2560.c
1460
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/ral/rt2560.c
1590
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/rge/rge_rxtx.c
222
mp = allocb(packet_len + RGE_HEADROOM, 0);
usr/src/uts/common/io/rlmod.c
1044
if ((mp1 = allocb(sizeof (struct winsize), BPRI_MED)) == NULL)
usr/src/uts/common/io/rlmod.c
250
while ((rmip->unbind_mp = allocb(sizeof (union T_primitives),
usr/src/uts/common/io/rlmod.c
273
while ((bp = allocb(sizeof (union T_primitives), BPRI_HI)) == NULL) {
usr/src/uts/common/io/rlmod.c
810
bp = allocb(sizeof (struct T_exdata_req), BPRI_MED);
usr/src/uts/common/io/rlmod.c
813
if ((mp = allocb(sizeof (char), BPRI_MED)) == NULL) {
usr/src/uts/common/io/rtls/rtls.c
1279
mp = allocb(packet_len, 0);
usr/src/uts/common/io/rtw/rtw.c
2110
mp0 = allocb(bf->bf_dma.alength, BPRI_MED);
usr/src/uts/common/io/rtw/rtw.c
2660
mp = allocb(rsc->sc_dmabuf_size, BPRI_MED);
usr/src/uts/common/io/rum/rum.c
365
if ((mp = allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/rum/rum.c
566
if ((m = allocb(pktlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/rum/rum.c
762
m = allocb(RAL_TXBUF_SIZE + RT2573_TX_DESC_SIZE, BPRI_MED);
usr/src/uts/common/io/rwd/rt2661.c
1030
if ((m = allocb(pktlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/rwd/rt2661.c
1434
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/rwd/rt2661.c
1563
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/rwn/rt2860.c
1120
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/rwn/rt2860.c
1758
mp0 = allocb(sc->sc_dmabuf_size, BPRI_MED);
usr/src/uts/common/io/sbp2/sbp2.c
1391
ap->a_cmd_data = allocb(sizeof (sbp2_orbp_t), BPRI_HI);
usr/src/uts/common/io/sbp2/sbp2.c
368
if ((tp->t_mgt_cmd_data = allocb(8, BPRI_HI)) == NULL) {
usr/src/uts/common/io/sfe/sfe_util.c
1767
if (mp = allocb(len + VTAG_SIZE, BPRI_MED)) {
usr/src/uts/common/io/simnet/simnet.c
800
mp_new = allocb(size, BPRI_HI);
usr/src/uts/common/io/softmac/softmac_capab.c
105
if ((mp = allocb(sizeof (dl_capability_req_t), BPRI_MED)) == NULL)
usr/src/uts/common/io/softmac/softmac_capab.c
238
reqmp = allocb(sizeof (dl_capability_req_t) + size, BPRI_MED);
usr/src/uts/common/io/softmac/softmac_dev.c
543
if ((sup->su_tx_flow_mp = allocb(1, BPRI_HI)) == NULL) {
usr/src/uts/common/io/softmac/softmac_fp.c
1122
if ((mp = allocb(sizeof (dl_notify_ind_t), BPRI_LO)) == NULL) {
usr/src/uts/common/io/softmac/softmac_fp.c
539
if ((mp1 = allocb(sizeof (dl_error_ack_t), BPRI_HI)) == NULL) {
usr/src/uts/common/io/softmac/softmac_fp.c
608
if ((mp1 = allocb(sizeof (dl_error_ack_t), BPRI_HI)) == NULL) {
usr/src/uts/common/io/stream.c
1194
if ((bp = allocb(size, BPRI_HI)) != NULL)
usr/src/uts/common/io/stream.c
1239
while ((mp = allocb(size, pri)) == NULL) {
usr/src/uts/common/io/stream.c
1272
if ((mp = allocb(sizeof (union ioctypes), BPRI_MED)) == NULL)
usr/src/uts/common/io/stream.c
456
mblk_t *mp = allocb(size, 0);
usr/src/uts/common/io/stream.c
476
mblk_t *mp = allocb(size, 0);
usr/src/uts/common/io/stream.c
684
return (allocb(size, BPRI_HI));
usr/src/uts/common/io/stream_ktest.c
23
mblk_t *mp = allocb(len, pri);
usr/src/uts/common/io/stream_ktest.c
77
mblk_t *mp1 = allocb(64, 0);
usr/src/uts/common/io/stream_ktest.c
92
mblk_t *mp1 = allocb(14, 0);
usr/src/uts/common/io/stream_ktest.c
93
mblk_t *mp2 = allocb(20, 0);
usr/src/uts/common/io/strsun.c
97
if ((mp = allocb(size, BPRI_LO)) == NULL) {
usr/src/uts/common/io/strsun.c
99
if ((mp = allocb(1, BPRI_HI)) != NULL)
usr/src/uts/common/io/telmod.c
1050
if ((newmp = allocb(sizeof (char),
usr/src/uts/common/io/telmod.c
1148
if ((newmp = allocb((2 * size)+1, BPRI_MED)) == NULL) {
usr/src/uts/common/io/telmod.c
244
while ((tmip->unbind_mp = allocb(sizeof (union T_primitives),
usr/src/uts/common/io/telmod.c
266
while ((bp = allocb(sizeof (union T_primitives), BPRI_HI)) == NULL) {
usr/src/uts/common/io/telmod.c
377
if ((newmp = allocb(sizeof (char), BPRI_MED)) == NULL) {
usr/src/uts/common/io/telmod.c
527
if ((newmp = allocb(sizeof (char),
usr/src/uts/common/io/tem_safe.c
884
bp = allocb(len, BPRI_HI);
usr/src/uts/common/io/timod.c
1092
mblk_t *tmp = allocb(expected_ack_size,
usr/src/uts/common/io/timod.c
2339
if ((bp = allocb(STRUCT_SIZE(sb), BPRI_MED)) == NULL) {
usr/src/uts/common/io/timod.c
2367
if ((bp = allocb((size_t)STRUCT_FGET(sb, len), BPRI_MED))
usr/src/uts/common/io/timod.c
2425
bp = allocb(sizeof (struct T_unitdata_req) + tp->tim_peerlen,
usr/src/uts/common/io/timod.c
2450
bp = allocb(sizeof (struct T_unitdata_req) + up->OPT_length +
usr/src/uts/common/io/timod.c
368
if ((bp = allocb(sizeof (struct stroptions), BPRI_MED)) == 0)
usr/src/uts/common/io/tirdwr.c
222
if (mp = allocb(sizeof (struct T_discon_req), BPRI_LO)) {
usr/src/uts/common/io/tl.c
2862
ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED);
usr/src/uts/common/io/tl.c
2918
ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED);
usr/src/uts/common/io/tl.c
3446
ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED);
usr/src/uts/common/io/tl.c
3981
ackmp = allocb(sizeof (struct T_error_ack), BPRI_MED);
usr/src/uts/common/io/tl.c
5015
err_mp = allocb(err_sz, BPRI_MED);
usr/src/uts/common/io/tl.c
5367
ui_mp = allocb(ui_sz, BPRI_MED);
usr/src/uts/common/io/tl.c
5880
if (mp = allocb(sizeof (struct T_discon_ind), BPRI_MED)) {
usr/src/uts/common/io/tl.c
5902
if (mp = allocb(sizeof (struct T_ordrel_ind), BPRI_MED)) {
usr/src/uts/common/io/tl.c
6116
mp = allocb(1, BPRI_HI);
usr/src/uts/common/io/trill.c
1430
mp1 = allocb(udi_size, BPRI_MED);
usr/src/uts/common/io/ttcompat.c
514
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL)
usr/src/uts/common/io/ttcompat.c
533
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL)
usr/src/uts/common/io/ttcompat.c
584
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL)
usr/src/uts/common/io/ttcompat.c
599
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL)
usr/src/uts/common/io/tty_common.c
274
if ((bp = allocb(1, BPRI_MED)) != NULL) {
usr/src/uts/common/io/tty_common.c
315
if ((datap = allocb(sizeof (struct termios),
usr/src/uts/common/io/tty_common.c
339
if ((datap = allocb(sizeof (struct termio), BPRI_HI)) == NULL) {
usr/src/uts/common/io/tty_common.c
365
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/tty_common.c
384
if ((datap = allocb(sizeof (struct winsize),
usr/src/uts/common/io/tty_common.c
99
if ((mp = allocb(1, BPRI_HI)) != NULL) {
usr/src/uts/common/io/tty_pts.c
573
if ((bp = allocb(1, BPRI_MED)) != NULL) {
usr/src/uts/common/io/tty_pts.c
648
if ((datap = allocb(sizeof (struct ttysize),
usr/src/uts/common/io/tty_pty.c
1091
if ((bp = allocb(count, pri)) == NULL)
usr/src/uts/common/io/uath/uath.c
1667
if ((m = allocb(pktlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/uath/uath.c
2025
m = allocb(UATH_MAX_TXBUFSZ, BPRI_MED);
usr/src/uts/common/io/udmf/udmf_usbgem.c
435
if ((new = allocb(TX_HEADER_SIZE + pkt_size, 0)) == NULL) {
usr/src/uts/common/io/upf/upf_usbgem.c
525
if ((new = allocb(msglen, 0)) == NULL) {
usr/src/uts/common/io/ural/ural.c
504
if ((m = allocb(pktlen, BPRI_MED)) == NULL) {
usr/src/uts/common/io/ural/ural.c
701
m = allocb(RAL_TXBUF_SIZE + RAL_TX_DESC_SIZE, BPRI_MED);
usr/src/uts/common/io/urf/urf_usbgem.c
453
if ((new = allocb(len, 0)) == NULL) {
usr/src/uts/common/io/urtw/urtw.c
1365
mp = allocb(sizeof (uint32_t), BPRI_MED);
usr/src/uts/common/io/urtw/urtw.c
1401
mp = allocb(sizeof (uint8_t), BPRI_MED);
usr/src/uts/common/io/urtw/urtw.c
1439
mp = allocb(sizeof (uint16_t), BPRI_MED);
usr/src/uts/common/io/urtw/urtw.c
1476
mp = allocb(sizeof (uint32_t), BPRI_MED);
usr/src/uts/common/io/urtw/urtw.c
3482
m = allocb(URTW_TXBUF_SIZE, BPRI_MED);
usr/src/uts/common/io/urtw/urtw.c
3529
mtx = allocb(xferlen, BPRI_MED);
usr/src/uts/common/io/urtw/urtw.c
654
mp = allocb(sizeof (uint16_t), BPRI_MED);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
2000
data = allocb(1, BPRI_HI);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
3318
data = allocb(4, BPRI_HI);
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
3379
data = allocb(1, BPRI_HI);
usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
577
if ((bp1 = allocb((int)sizeof (struct iocblk), BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/audio/usb_ah/usb_ah.c
595
if ((bp2 = allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
1112
if ((data = allocb(bufsize, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/audio/usb_as/usb_as.c
718
data = allocb(4, BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
1302
if ((datap = allocb(sizeof (int), BPRI_MED)) == NULL) {
usr/src/uts/common/io/usb/clients/hid/hid.c
1933
mp = allocb(sizeof (uchar_t), BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
2782
mblk_t *pblk = allocb(hid_request->hid_req_wLength, BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
2943
mp = allocb(sizeof (struct iocblk), BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
2965
mp = allocb(sizeof (struct iocblk), BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
3091
mp = allocb(sizeof (struct iocblk), BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
3111
mp = allocb(sizeof (struct iocblk), BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
3148
mp = allocb(sizeof (uchar_t), BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
3189
mp = allocb(len, BPRI_HI);
usr/src/uts/common/io/usb/clients/hid/hid.c
3298
mp_lowpwr = allocb(
usr/src/uts/common/io/usb/clients/hid/hid.c
3300
mp_fullpwr = allocb(
usr/src/uts/common/io/usb/clients/printer/usbprn.c
1298
usbprnp->usbprn_bulk_mp = allocb(bp->b_bcount, BPRI_HI);
usr/src/uts/common/io/usb/clients/usbecm/usbecm.c
1282
if ((new_data = allocb(new_data_len, 0)) == NULL) {
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
144
if ((mp = allocb(sizeof (struct event_input), BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
882
iocmp = (mblk_t *)allocb(pvtsize, BPRI_MED);
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
915
contmp = (mblk_t *)allocb(contsize, BPRI_MED);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
726
datap = allocb(sizeof (int), BPRI_HI);
usr/src/uts/common/io/usb/clients/usbkbm/usbkbm.c
964
datap = allocb(sizeof (int), BPRI_HI);
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1016
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1045
if ((datap = allocb(sizeof (Ms_parms), BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1064
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1093
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
1991
ioctmp = (mblk_t *)allocb(pvtsize, BPRI_MED);
usr/src/uts/common/io/usb/clients/usbms/usbms.c
2022
conttmp = (mblk_t *)allocb(contsize, BPRI_MED);
usr/src/uts/common/io/usb/clients/usbms/usbms.c
2156
if ((mb = allocb(sizeof (Firm_event), BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
466
if ((bp = allocb(3, BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
594
if ((tmp = allocb(sizeof (Firm_event), BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/clients/usbms/usbms.c
684
if ((bp = allocb(sizeof (Firm_event),
usr/src/uts/common/io/usb/clients/usbms/usbms.c
763
if ((bp = allocb(sizeof (Firm_event),
usr/src/uts/common/io/usb/clients/usbms/usbms.c
852
if ((bp = allocb(sizeof (Firm_event),
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1624
if ((mp = allocb(2, BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbftdi/uftdi_dsd.c
1885
if ((data = allocb(len, BPRI_LO)) == NULL)
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2460
if ((data = allocb(len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbsacm/usbsacm.c
2631
if ((bp = allocb(USB_CDC_LINE_CODING_LEN, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2222
if ((newmp = allocb(tailsz + 1, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
2763
if ((datamp = allocb(sizeof (int), BPRI_MED)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser.c
3238
if ((mp = allocb(1, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
1832
if ((mp = allocb(size, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
1879
if ((mp = allocb(size, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
2391
if ((data = allocb(len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_dsd.c
2411
if ((data = allocb(len + status_len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1051
if ((mp = allocb(2, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1099
if ((mp = allocb(2, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
1255
if ((mp_data = allocb(copy_len, BPRI_HI))
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/keyspan_pipe.c
938
kp->kp_tx_mp = allocb(0, BPRI_LO);
usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/usbser_keyspan.c
547
if ((data = allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/usbser/usbsprl/pl2303_dsd.c
1724
if ((data = allocb(len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc.c
3688
if ((data = allocb(setup.wLength, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc_v4l2.c
1383
if ((data = allocb(ctrl.ctrl_map->len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc_v4l2.c
1455
if ((data = allocb(ctrl.ctrl_map->len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/clients/video/usbvc/usbvc_v4l2.c
1492
if ((data = allocb(ctrl.ctrl_map->len, BPRI_LO)) == NULL) {
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1281
mp = allocb(uirp->intr_len, 0);
usr/src/uts/common/io/usb/usba/usba_ugen.c
3462
mp2 = allocb(sizeof (ugen_isoc_pkt_descr_t) * n_pkt, BPRI_HI);
usr/src/uts/common/io/usb/usba/usbai_req.c
1068
allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/usba/usbai_req.c
1469
allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/usba/usbai_req.c
1709
allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/usba/usbai_req.c
2158
allocb(len, BPRI_HI)) == NULL) {
usr/src/uts/common/io/usb/usba/usbai_util.c
2213
if ((bp1 = allocb(sizeof (struct iocblk), BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/usba/usbai_util.c
2219
if ((bp2 = allocb(len, BPRI_HI)) != NULL) {
usr/src/uts/common/io/usb/usba/usbai_util.c
2244
return (allocb(size, pri));
usr/src/uts/common/io/usbgem/usbgem.c
379
mp = allocb(dp->rx_buf_len, BPRI_MED);
usr/src/uts/common/io/usbgem/usbgem.c
3879
if ((data = allocb(size, 0)) == NULL) {
usr/src/uts/common/io/vcons.c
1050
if (!(tmp = allocb(sizeof (struct vt_stat), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
1071
if (!(tmp = allocb(sizeof (int), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
1081
if (!(tmp = allocb(sizeof (int), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
722
(mp = allocb(sizeof (unsigned char), BPRI_HI))) {
usr/src/uts/common/io/vcons.c
892
if (!(tmp = allocb(sizeof (int), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
915
if (!(tmp = allocb(sizeof (int), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
925
if (!(tmp = allocb(sizeof (int), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
948
if (!(tmp = allocb(sizeof (struct vt_mode), BPRI_MED))) {
usr/src/uts/common/io/vcons.c
977
if (!(tmp = allocb(sizeof (struct vt_dispinfo), BPRI_MED))) {
usr/src/uts/common/io/vioif/vioif.c
901
if ((mp = allocb(len, 0)) == NULL) {
usr/src/uts/common/io/vr/vr.c
1401
np = allocb(pklen, 0);
usr/src/uts/common/io/vuidmice/vuidmice.c
381
mp->b_cont = allocb(sizeof (int), BPRI_MED);
usr/src/uts/common/io/vuidmice/vuidmice.c
424
mp->b_cont = allocb(sizeof (int), BPRI_MED);
usr/src/uts/common/io/vuidmice/vuidmice.c
489
while ((bp = allocb((int)sizeof (Firm_event), BPRI_HI)) == NULL) {
usr/src/uts/common/io/vuidmice/vuidmice.c
675
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL)
usr/src/uts/common/io/vuidmice/vuidmice.c
697
if ((ioctmp = allocb(sizeof (Mouse_iocstate_t),
usr/src/uts/common/io/vuidmice/vuidmice.c
715
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/common/io/vuidmice/vuidps2.c
163
if ((bp = allocb((int)sizeof (Firm_event), BPRI_HI)) == NULL) {
usr/src/uts/common/io/vuidmice/vuidps2.c
206
if (bp = allocb(1, BPRI_MED)) {
usr/src/uts/common/io/wpi/wpi.c
1754
mp = allocb(len, BPRI_MED);
usr/src/uts/common/io/wpi/wpi.c
2122
m = allocb(msgdsize(mp) + 32, BPRI_MED);
usr/src/uts/common/io/wscons.c
1086
mp2->b_cont = allocb(sizeof (struct cons_polledio *), BPRI_HI);
usr/src/uts/common/io/wscons.c
1142
mp2->b_cont = allocb(sizeof (struct cons_polledio *), BPRI_HI);
usr/src/uts/common/io/xge/drv/xgell.c
670
if ((mp = allocb(pkt_length + HEADROOM, 0)) == NULL) {
usr/src/uts/common/io/yge/yge.c
1849
if ((mp = allocb(len + YGE_HEADROOM, BPRI_HI)) != NULL) {
usr/src/uts/common/io/zcons.c
476
if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) {
usr/src/uts/common/io/zcons.c
556
if ((mop = allocb(sizeof (struct stroptions), BPRI_MED)) == NULL) {
usr/src/uts/common/io/zyd/zyd.c
251
m = allocb(rlen, BPRI_MED);
usr/src/uts/common/io/zyd/zyd.c
318
m = allocb(msgdsize(mp) + sizeof (struct zyd_tx_header) + 32,
usr/src/uts/common/io/zyd/zyd_usb.c
133
if ((msg = allocb(len, BPRI_HI)) == NULL)
usr/src/uts/common/ktli/t_ksndudat.c
101
while (!(dbp = allocb(msgsz, BPRI_LO)))
usr/src/uts/common/ktli/t_kutil.c
220
mp->b_cont = allocb(iocp->ioc_count, BPRI_HI);
usr/src/uts/common/os/logsubr.c
520
(mp = allocb(sizeof (log_ctl_t), BPRI_HI)) == NULL ||
usr/src/uts/common/os/logsubr.c
521
(mp2 = allocb(MAX(size, LOG_MSGSIZE), BPRI_HI)) == NULL) {
usr/src/uts/common/os/streamio.c
4586
while (!(mp = allocb(2, BPRI_HI))) {
usr/src/uts/common/rpc/clnt_clts.c
511
while ((mp = allocb(CKU_INITSIZE, BPRI_LO)) == NULL) {
usr/src/uts/common/rpc/clnt_cots.c
1057
while ((mp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/common/rpc/clnt_cots.c
3081
((connmgr_failsnd-- > 0) ? NULL : allocb(Size, Pri))
usr/src/uts/common/rpc/clnt_cots.c
3085
#define CONN_SND_ALLOC(Size, Pri) allocb(Size, Pri)
usr/src/uts/common/rpc/rpcib.c
1406
while ((mp = allocb(sizeof (*rdp), BPRI_LO))
usr/src/uts/common/rpc/rpcmod.c
1978
mp = allocb(sizeof (int), BPRI_HI);
usr/src/uts/common/rpc/svc_clts.c
476
while ((mp = allocb(UD_INITSIZE, BPRI_LO)) == NULL) {
usr/src/uts/common/rpc/svc_clts.c
679
while ((mp = allocb(UD_INITSIZE, BPRI_LO)) == NULL) {
usr/src/uts/common/rpc/svc_cots.c
472
while (!(mp = allocb(len, BPRI_LO))) {
usr/src/uts/common/rpc/svc_cots.c
626
while ((mp = allocb(len, BPRI_LO)) == NULL) {
usr/src/uts/common/rpc/xdr_mblk.c
693
while ((mp = allocb(sz, BPRI_LO)) == NULL) {
usr/src/uts/common/sys/stream.h
779
extern mblk_t *allocb(size_t, uint_t);
usr/src/uts/common/syscall/sendfile.c
446
head = dmp = allocb(buf_left + extra, BPRI_HI);
usr/src/uts/common/syscall/sendfile.c
492
dmp = allocb(buf_left + extra, BPRI_HI);
usr/src/uts/common/syscall/sendfile.c
595
dmp = allocb(buf_left + extra, BPRI_HI);
usr/src/uts/common/syscall/sendfile.c
807
dmp = allocb(iov_len + extra, BPRI_HI);
usr/src/uts/common/syscall/sendfile.c
998
dmp = allocb(iov_len + extra, BPRI_HI);
usr/src/uts/common/xen/io/xencons.c
641
if (!(bp = allocb(cc, BPRI_MED))) {
usr/src/uts/common/xen/io/xnf.c
2407
mp = allocb(len, 0);
usr/src/uts/intel/io/amd8111s/amd8111s_main.c
567
if ((mp = allocb(length, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/dnet/dnet.c
1746
mp = allocb(packet_length, 0);
usr/src/uts/intel/io/ecpp.c
1092
if (!(mop = allocb(sizeof (struct stroptions), BPRI_MED))) {
usr/src/uts/intel/io/ecpp.c
1443
datamp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/intel/io/ecpp.c
1817
if ((tmp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
1837
if ((tmp = allocb(sizeof (struct ecpp_copystate), BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
2451
if ((datamp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
2532
if ((datamp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
3738
new_mp = allocb(len, BPRI_MED);
usr/src/uts/intel/io/ecpp.c
4033
if ((mp = allocb(sizeof (int), BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
4476
while ((mp = allocb(len, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
4791
if ((mp = allocb(ECPP_FIFO_SZ, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/ecpp.c
5180
if ((mp = allocb(NIBBLE_REV_BLKSZ, BPRI_MED)) == NULL) {
usr/src/uts/intel/io/viona/viona_rx.c
629
zero_mp = allocb(pad_size, BPRI_MED);
usr/src/uts/intel/io/viona/viona_tx.c
611
mp = allocb(len + header_pad, 0);
usr/src/uts/intel/io/viona/viona_tx.c
678
mblk_t *remain_mp = allocb(remain_sz, 0);
usr/src/uts/sun/io/eri/eri.c
3236
if ((mp = allocb(size + 3 * ERI_BURSTSIZE, BPRI_HI)) == NULL) {
usr/src/uts/sun/io/eri/eri.c
3251
if ((mp = allocb(size + 3 * ERI_BURSTSIZE, BPRI_HI)) == NULL) {
usr/src/uts/sun/io/eri/eri.c
4307
if ((tmp->b_cont = allocb(1024, BPRI_HI)) == NULL)
usr/src/uts/sun/io/ms.c
315
while ((datap = allocb(sizeof (struct termios), BPRI_HI)) == NULL) {
usr/src/uts/sun/io/ms.c
511
if ((bp = allocb(3, BPRI_HI)) != NULL) {
usr/src/uts/sun/io/ms.c
555
if ((bp = allocb(sizeof (Firm_event),
usr/src/uts/sun/io/ms.c
591
if ((bp = allocb(sizeof (Firm_event),
usr/src/uts/sun/io/ms.c
618
if ((bp = allocb(sizeof (Firm_event),
usr/src/uts/sun/io/ms.c
759
if ((datap = allocb(sizeof (int), BPRI_HI)) == NULL) {
usr/src/uts/sun/io/ms.c
791
if ((datap = allocb(sizeof (Ms_parms), BPRI_HI)) == NULL) {
usr/src/uts/sun/io/ms.c
964
if ((datap = allocb(sizeof (struct termios),
usr/src/uts/sun/io/zs_async.c
1275
mp->b_cont = allocb(sizeof (int), BPRI_HI);
usr/src/uts/sun/io/zs_async.c
1343
if ((bp = allocb(iocp->ioc_count, BPRI_HI)) == NULL) {
usr/src/uts/sun/io/zs_async.c
231
if ((za->za_rstandby[n] = allocb(ZSA_RCV_SIZE, \
usr/src/uts/sun/io/zs_async.c
2898
tmp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1259
tmp = allocb(sizeof (struct scc_mode), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1273
tmp = allocb(sizeof (struct sl_stats), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1287
tmp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1300
tmp = allocb(sizeof (char), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1314
tmp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1406
mp = allocb(
usr/src/uts/sun/io/zs_hdlc.c
1792
zss->sl_mstat = allocb(sizeof (struct sl_status), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
299
allocb(zss->sl_mru, BPRI_MED)) == NULL) { \
usr/src/uts/sun4/io/su_driver.c
2268
if (!(bp = allocb(cc, BPRI_MED))) {
usr/src/uts/sun4/io/su_driver.c
2934
mp->b_cont = allocb(sizeof (int), BPRI_HI);
usr/src/uts/sun4/io/su_driver.c
3006
if ((bp = allocb(iocp->ioc_count, BPRI_HI)) == NULL) {
usr/src/uts/sun4/io/su_driver.c
3179
datamp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/sun4u/opl/io/dm2s.c
986
mp = allocb(len, BPRI_MED);
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu.c
2099
if ((fmp = allocb(sizeof (char), BPRI_LO)) == NULL) {
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_cmn_func.c
571
if ((mp = allocb(0, BPRI_LO)) != NULL) {
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_cmn_func.c
576
if ((mp = allocb(sizeof (int), BPRI_LO)) != NULL) {
usr/src/uts/sun4u/opl/io/oplmsu/oplmsu_cmn_func.c
680
if ((*nmp = (mblk_t *)allocb(size, BPRI_LO)) == NULL) {
usr/src/uts/sun4u/serengeti/io/sgcn.c
572
datamp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/sun4u/serengeti/io/sgcn.c
805
if ((mp = allocb(len, BPRI_MED)) == (mblk_t *)NULL) {
usr/src/uts/sun4v/io/qcn.c
1010
if ((mp = allocb(cc, BPRI_MED)) == NULL) {
usr/src/uts/sun4v/io/qcn.c
1223
if ((mp = allocb(1, BPRI_MED)) == NULL) {
usr/src/uts/sun4v/io/qcn.c
770
datamp = allocb(sizeof (int), BPRI_MED);
usr/src/uts/sun4v/io/vnet_common.c
150
nmp = allocb(sizeof (struct ether_header), BPRI_MED);
usr/src/uts/sun4v/io/vnet_common.c
94
nmp = allocb(sizeof (struct ether_vlan_header),
usr/src/uts/sun4v/io/vnet_gen.c
5348
mp = allocb(size, BPRI_MED);
usr/src/uts/sun4v/io/vnet_rxdring.c
1117
dmp = allocb(nbytes + VNET_IPALIGN, BPRI_MED);
usr/src/uts/sun4v/io/vnet_txdring.c
1066
mp = allocb(VNET_IPALIGN + rxd.nbytes + 8,
usr/src/uts/sun4v/io/vnet_txdring.c
1079
mp = allocb(VNET_IPALIGN +
usr/src/uts/sun4v/io/vsw_ldc.c
3471
mp = allocb(size + VLAN_TAGSZ, BPRI_MED);
usr/src/uts/sun4v/io/vsw_ldc.c
3562
mp = allocb(datalen + 8, BPRI_MED);
usr/src/uts/sun4v/io/vsw_phys.c
1208
mp = allocb(ETHERMIN, BPRI_MED);
usr/src/uts/sun4v/io/vsw_rxdring.c
782
dmp = allocb(nbytes + VNET_IPALIGN, BPRI_MED);
usr/src/uts/sun4v/io/vsw_txdring.c
1182
mp = allocb(desc.nbytes + VNET_IPALIGN + 8,
usr/src/uts/sun4v/io/vsw_txdring.c
1196
DTRACE_PROBE(allocb);
usr/src/uts/sun4v/io/vsw_txdring.c
1197
mp = allocb(desc.nbytes +