Home
last modified time | relevance | path

Searched refs:MEM_ZALLOC (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/smbsrv/
H A Dalloc.h63 #define MEM_ZALLOC(AREA, SIZE) calloc((SIZE), 1) macro
76 #define MEM_ZALLOC(AREA, SIZE) smb_mem_zalloc(SIZE)
H A Dmbuf.h212 m = MEM_ZALLOC("mbuf", sizeof (struct mbuf)); \
221 m = MEM_ZALLOC("mbuf", sizeof (struct mbuf)); \
233 (m)->m_ext.ext_buf = MEM_ZALLOC("mbuf", MCLBYTES); \
/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.c64 MEM_ZALLOC(sizeof (cpqary3_ioctl_request_t)); in cpqary3_ioctl_driver_info()
142 MEM_ZALLOC(sizeof (cpqary3_ioctl_request_t)); in cpqary3_ioctl_ctlr_info()
159 MEM_ZALLOC(sizeof (cpqary3_ctlr_info_t)); in cpqary3_ioctl_ctlr_info()
233 MEM_ZALLOC(sizeof (cpqary3_ioctl_request_t)); in cpqary3_ioctl_bmic_pass()
251 MEM_ZALLOC(sizeof (cpqary3_bmic_pass_t)); in cpqary3_ioctl_bmic_pass()
506 MEM_ZALLOC(sizeof (cpqary3_ioctl_request_t)); in cpqary3_ioctl_scsi_pass()
524 MEM_ZALLOC(sizeof (cpqary3_scsi_pass_t)); in cpqary3_ioctl_scsi_pass()
H A Dcpqary3_mem.c96 MEM_ZALLOC(sizeof (cpqary3_cmdmemlist_t)); in cpqary3_meminit()
117 head_pvtp = ptr = (cpqary3_cmdpvt_t *)(MEM_ZALLOC(mem_size)); in cpqary3_meminit()
186 MEM_ZALLOC(sizeof (cpqary3_phyctg_t)); in cpqary3_meminit()
204 MEM_ZALLOC(sizeof (cpqary3_phys_hdl_addr_t)); in cpqary3_meminit()
209 MEM_ZALLOC(sizeof (cpqary3_phys_hdl_addr_t)); in cpqary3_meminit()
H A Dcpqary3_util.c254 ctlr->cpqary3_tgtp[CTLR_SCSI_ID] = MEM_ZALLOC(sizeof (cpqary3_tgt_t)); in cpqary3_init_ctlr_resource()
329 cmddmah = (cpqary3_private_t *)MEM_ZALLOC(sizeof (*cmddmah)); in cpqary3_synccmd_alloc()
337 dmah = (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (*dmah)); in cpqary3_synccmd_alloc()
H A Dcpqary3_noe.c149 (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (cpqary3_phyctg_t)); in cpqary3_send_NOE_command()
167 MEM_ZALLOC(sizeof (cpqary3_private_t)); in cpqary3_send_NOE_command()
H A Dcpqary3_scsi.c487 MEM_ZALLOC(sizeof (cpqary3_tgt_t)))) { in cpqary3_probe4LVs()
533 (cpqary3_tgt_t *)MEM_ZALLOC( in cpqary3_probe4LVs()
708 MEM_ZALLOC(sizeof (cpqary3_tgt_t)))) { in cpqary3_probe4Tapes()
H A Dcpqary3_talk2ctlr.c463 (cpqary3_drvr_replyq_t *)MEM_ZALLOC(sizeof (cpqary3_drvr_replyq_t)); in cpqary3_init_ctlr()
511 replyq_start_addr = MEM_ZALLOC(cmd_size); in cpqary3_init_ctlr()
676 (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (cpqary3_phyctg_t)); in cpqary3_init_ctlr()
H A Dcpqary3.h162 #define MEM_ZALLOC(x) kmem_zalloc(x, KM_NOSLEEP) macro
/titanic_41/usr/src/common/smbsrv/
H A Dsmb_oem.c357 MEM_ZALLOC("oem", max_oem_index * sizeof (smb_wchar_t)); in oem_codepage_setup()
362 MEM_ZALLOC("oem", MAX_UNICODE_IDX * sizeof (smb_wchar_t)); in oem_codepage_setup()
H A Dsmb_string.c346 unicode = MEM_ZALLOC("unicode", sizeof (smb_codepage_t) << 16); in smb_unicode_init()