Searched refs:bkmem_zalloc (Results 1 – 13 of 13) sorted by relevance
61 extern void *bkmem_zalloc(size_t);
93 extern void *bkmem_zalloc(size_t);
245 res.server_name = (bp_machine_name_t)bkmem_zalloc(SYS_NMLN + 1); in getfile()246 res.server_path = (bp_path_t)bkmem_zalloc(SYS_NMLN + 1); in getfile()
194 bkmem_zalloc(sizeof (struct nfs_files))) == 0) { in boot_nfs_open()
644 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()
1313 if ((mp = (mblk_t *)bkmem_zalloc(sizeof (mblk_t))) == NULL) in allocb()1315 if ((base = (unsigned char *)bkmem_zalloc(size)) == NULL) in allocb()
265 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()
387 inp = (struct inetgram *)bkmem_zalloc( in ibd_input()
388 inp = (struct inetgram *)bkmem_zalloc( in ether_input()
594 ngp = (struct inetgram *)bkmem_zalloc(sizeof (struct inetgram)); in make_trans_datagram()
616 neigh_block = bkmem_zalloc(nbytes); in kmem_free()717 bkmem_zalloc(size_t size) in bkmem_zalloc() function
504 eb = (extent_block_t *)bkmem_zalloc(sb->fs_bsize); in lufs_boot_init()505 logfp = (fileid_t *)bkmem_zalloc(sizeof (fileid_t)); in lufs_boot_init()
1378 if ((tcp->tcp_sack_info = (tcp_sack_info_t *)bkmem_zalloc( in tcp_connect()1460 acceptor->tcp_iphc = bkmem_zalloc( in tcp_accept_comm()2301 tcp->tcp_sack_info = (tcp_sack_info_t *)bkmem_zalloc( in tcp_process_options()5479 tcp->tcp_iphc = bkmem_zalloc(tcp->tcp_iphc_len); in tcp_header_init_ipv4()6754 if ((in_gram = (struct inetgram *)bkmem_zalloc( in tcp_rcv_drain()6823 if ((in_gram = (struct inetgram *)bkmem_zalloc( in tcp_drain_needed()