Searched refs:MEM_ZALLOC (Results 1 – 10 of 10) sorted by relevance
63 #define MEM_ZALLOC(AREA, SIZE) calloc((SIZE), 1) macro76 #define MEM_ZALLOC(AREA, SIZE) smb_mem_zalloc(SIZE)
64 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()
96 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()
254 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()
149 (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()
488 MEM_ZALLOC(sizeof (cpqary3_tgt_t)))) { in cpqary3_probe4LVs()534 (cpqary3_tgt_t *)MEM_ZALLOC( in cpqary3_probe4LVs()709 MEM_ZALLOC(sizeof (cpqary3_tgt_t)))) { in cpqary3_probe4Tapes()
463 (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()
162 #define MEM_ZALLOC(x) kmem_zalloc(x, KM_NOSLEEP) macro
357 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()
360 unicode = MEM_ZALLOC("unicode", sizeof (smb_codepage_t) << 16); in smb_unicode_init()