Searched refs:MEM_ZALLOC (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | alloc.h | 63 #define MEM_ZALLOC(AREA, SIZE) calloc((SIZE), 1) macro 76 #define MEM_ZALLOC(AREA, SIZE) smb_mem_zalloc(SIZE)
|
H A D | mbuf.h | 212 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 D | cpqary3_ioctl.c | 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()
|
H A D | cpqary3_mem.c | 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()
|
H A D | cpqary3_util.c | 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()
|
H A D | cpqary3_noe.c | 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()
|
H A D | cpqary3_scsi.c | 487 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 D | cpqary3_talk2ctlr.c | 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()
|
H A D | cpqary3.h | 162 #define MEM_ZALLOC(x) kmem_zalloc(x, KM_NOSLEEP) macro
|
/titanic_41/usr/src/common/smbsrv/ |
H A D | smb_oem.c | 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()
|
H A D | smb_string.c | 346 unicode = MEM_ZALLOC("unicode", sizeof (smb_codepage_t) << 16); in smb_unicode_init()
|