Symbol: bkmem_zalloc
usr/src/psm/stand/boot/common/heap_kmem.c
614
neigh_block = bkmem_zalloc(nbytes);
usr/src/stand/lib/fs/nfs/bootparams.c
243
res.server_name = (bp_machine_name_t)bkmem_zalloc(SYS_NMLN + 1);
usr/src/stand/lib/fs/nfs/bootparams.c
244
res.server_path = (bp_path_t)bkmem_zalloc(SYS_NMLN + 1);
usr/src/stand/lib/fs/nfs/nfsops.c
194
bkmem_zalloc(sizeof (struct nfs_files))) == 0) {
usr/src/stand/lib/fs/ufs/lufsboot.c
502
eb = (extent_block_t *)bkmem_zalloc(sb->fs_bsize);
usr/src/stand/lib/fs/ufs/lufsboot.c
503
logfp = (fileid_t *)bkmem_zalloc(sizeof (fileid_t));
usr/src/stand/lib/inet/dhcpv4.c
1103
if (((pl = (PKT_LIST *)bkmem_zalloc(sizeof (PKT_LIST))) == NULL) ||
usr/src/stand/lib/inet/dhcpv4.c
1104
((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) {
usr/src/stand/lib/inet/dhcpv4.c
265
if (((pl = (PKT_LIST *)bkmem_zalloc(sizeof (PKT_LIST))) ==
usr/src/stand/lib/inet/dhcpv4.c
266
NULL) || ((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) {
usr/src/stand/lib/inet/ethernet.c
388
inp = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/inet/ibd.c
387
inp = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/inet/ipv4.c
594
ngp = (struct inetgram *)bkmem_zalloc(sizeof (struct inetgram));
usr/src/stand/lib/sock/sock_test.c
644
if ((buf = bkmem_zalloc(buf_len)) == NULL) {
usr/src/stand/lib/sock/sock_test.c
682
if ((buf = bkmem_zalloc(buf_len)) == NULL) {
usr/src/stand/lib/sock/sock_test.c
766
if ((buf = bkmem_zalloc(buf_len)) == NULL) {
usr/src/stand/lib/sock/socket.c
1312
if ((mp = (mblk_t *)bkmem_zalloc(sizeof (mblk_t))) == NULL)
usr/src/stand/lib/sock/socket.c
1314
if ((base = (unsigned char *)bkmem_zalloc(size)) == NULL)
usr/src/stand/lib/tcp/tcp.c
1377
if ((tcp->tcp_sack_info = (tcp_sack_info_t *)bkmem_zalloc(
usr/src/stand/lib/tcp/tcp.c
1459
acceptor->tcp_iphc = bkmem_zalloc(
usr/src/stand/lib/tcp/tcp.c
2300
tcp->tcp_sack_info = (tcp_sack_info_t *)bkmem_zalloc(
usr/src/stand/lib/tcp/tcp.c
5477
tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len);
usr/src/stand/lib/tcp/tcp.c
6753
if ((in_gram = (struct inetgram *)bkmem_zalloc(
usr/src/stand/lib/tcp/tcp.c
6822
if ((in_gram = (struct inetgram *)bkmem_zalloc(
usr/src/stand/sys/bootsyms.h
86
extern void *bkmem_zalloc(size_t);
usr/src/stand/sys/salib.h
61
extern void *bkmem_zalloc(size_t);