Home
last modified time | relevance | path

Searched refs:bkmem_zalloc (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/stand/sys/
H A Dsalib.h61 extern void *bkmem_zalloc(size_t);
H A Dbootsyms.h86 extern void *bkmem_zalloc(size_t);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c243 res.server_name = (bp_machine_name_t)bkmem_zalloc(SYS_NMLN + 1); in getfile()
244 res.server_path = (bp_path_t)bkmem_zalloc(SYS_NMLN + 1); in getfile()
H A Dnfsops.c194 bkmem_zalloc(sizeof (struct nfs_files))) == 0) { in boot_nfs_open()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c644 if ((buf = bkmem_zalloc(buf_len)) == NULL) { in st_recv()
682 if ((buf = bkmem_zalloc(buf_len)) == NULL) { in st_recvfrom()
766 if ((buf = bkmem_zalloc(buf_len)) == NULL) { in st_echo()
H A Dsocket.c1312 if ((mp = (mblk_t *)bkmem_zalloc(sizeof (mblk_t))) == NULL) in allocb()
1314 if ((base = (unsigned char *)bkmem_zalloc(size)) == NULL) in allocb()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c265 if (((pl = (PKT_LIST *)bkmem_zalloc(sizeof (PKT_LIST))) == in bootp_collect()
266 NULL) || ((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) { in bootp_collect()
1103 if (((pl = (PKT_LIST *)bkmem_zalloc(sizeof (PKT_LIST))) == NULL) || in prom_cached_reply()
1104 ((pl->pkt = (PKT *)bkmem_zalloc(len)) == NULL)) { in prom_cached_reply()
H A Dibd.c387 inp = (struct inetgram *)bkmem_zalloc( in ibd_input()
H A Dethernet.c388 inp = (struct inetgram *)bkmem_zalloc( in ether_input()
H A Dipv4.c594 ngp = (struct inetgram *)bkmem_zalloc(sizeof (struct inetgram)); in make_trans_datagram()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c614 neigh_block = bkmem_zalloc(nbytes); in kmem_free()
714 bkmem_zalloc(size_t size) in bkmem_zalloc() function
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c502 eb = (extent_block_t *)bkmem_zalloc(sb->fs_bsize); in lufs_boot_init()
503 logfp = (fileid_t *)bkmem_zalloc(sizeof (fileid_t)); in lufs_boot_init()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1377 if ((tcp->tcp_sack_info = (tcp_sack_info_t *)bkmem_zalloc( in tcp_connect()
1459 acceptor->tcp_iphc = bkmem_zalloc( in tcp_accept_comm()
2300 tcp->tcp_sack_info = (tcp_sack_info_t *)bkmem_zalloc( in tcp_process_options()
5477 tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len); in tcp_header_init_ipv4()
6753 if ((in_gram = (struct inetgram *)bkmem_zalloc( in tcp_rcv_drain()
6822 if ((in_gram = (struct inetgram *)bkmem_zalloc( in tcp_drain_needed()