Symbol: dapl_os_memzero
usr/src/lib/udapl/udapl_tavor/common/dapl_cno_util.c
70
(void) dapl_os_memzero(cno_ptr, sizeof (DAPL_CNO));
usr/src/lib/udapl/udapl_tavor/common/dapl_cr_accept.c
202
(void) dapl_os_memzero(prd.private_data + private_data_size,
usr/src/lib/udapl/udapl_tavor/common/dapl_cr_util.c
75
(void) dapl_os_memzero(cr_ptr, sizeof (DAPL_CR));
usr/src/lib/udapl/udapl_tavor/common/dapl_ep_connect.c
272
(void) dapl_os_memzero(&prd, sizeof (DAPL_PRIVATE));
usr/src/lib/udapl/udapl_tavor/common/dapl_ep_modify.c
495
(void) dapl_os_memzero(&ep_attr_limit, sizeof (DAT_EP_ATTR));
usr/src/lib/udapl/udapl_tavor/common/dapl_ep_util.c
116
(void) dapl_os_memzero(&ep_ptr->param, sizeof (DAT_EP_PARAM));
usr/src/lib/udapl/udapl_tavor/common/dapl_ep_util.c
224
(void) dapl_os_memzero(ep_attr, sizeof (DAT_EP_ATTR));
usr/src/lib/udapl/udapl_tavor/common/dapl_ep_util.c
625
(void) dapl_os_memzero(&ep_attr_limit, sizeof (DAT_EP_ATTR));
usr/src/lib/udapl/udapl_tavor/common/dapl_ep_util.c
99
(void) dapl_os_memzero(ep_ptr, sizeof (DAPL_EP));
usr/src/lib/udapl/udapl_tavor/common/dapl_evd_query.c
88
(void) dapl_os_memzero(evd_param, sizeof (DAT_EVD_PARAM));
usr/src/lib/udapl/udapl_tavor/common/dapl_evd_util.c
219
(void) dapl_os_memzero(evd_ptr, sizeof (DAPL_EVD));
usr/src/lib/udapl/udapl_tavor/common/dapl_hash.c
373
(void) dapl_os_memzero(p_table, sizeof (DAPL_HASH_TABLE));
usr/src/lib/udapl/udapl_tavor/common/dapl_hca_util.c
70
(void) dapl_os_memzero(hca_ptr, sizeof (DAPL_HCA));
usr/src/lib/udapl/udapl_tavor/common/dapl_ia_util.c
79
(void) dapl_os_memzero(ia_ptr, sizeof (DAPL_IA));
usr/src/lib/udapl/udapl_tavor/common/dapl_lmr_util.c
62
(void) dapl_os_memzero(lmr, sizeof (DAPL_LMR));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
361
(void) dapl_os_memzero(&ar, sizeof (ar));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
463
(void) dapl_os_memzero(&lifr, sizeof (lifr));
usr/src/lib/udapl/udapl_tavor/common/dapl_name_service.c
676
(void) dapl_os_memzero(&sock, sizeof (sock));
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
181
(void) dapl_os_memzero(g_dapl_provider_list.head,
usr/src/lib/udapl/udapl_tavor/common/dapl_provider.c
193
(void) dapl_os_memzero(g_dapl_provider_list.tail,
usr/src/lib/udapl/udapl_tavor/common/dapl_pz_util.c
71
(void) dapl_os_memzero(pz, sizeof (DAPL_PZ));
usr/src/lib/udapl/udapl_tavor/common/dapl_rmr_util.c
46
(void) dapl_os_memzero(rmr, sizeof (DAPL_RMR));
usr/src/lib/udapl/udapl_tavor/common/dapl_sp_util.c
78
(void) dapl_os_memzero(sp_ptr, sizeof (DAPL_SP));
usr/src/lib/udapl/udapl_tavor/common/dapl_srq.c
113
(void) dapl_os_memzero(&srq_attr_limit, sizeof (DAT_SRQ_ATTR));
usr/src/lib/udapl/udapl_tavor/common/dapl_srq.c
460
(void) dapl_os_memzero(&srq_attr_limit, sizeof (DAT_SRQ_ATTR));
usr/src/lib/udapl/udapl_tavor/common/dapl_srq_util.c
67
(void) dapl_os_memzero(srq_ptr, sizeof (DAPL_SRQ));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_hca.c
532
(void) dapl_os_memzero((void *)args.ia_sadata, DAPL_ATS_NBYTES);
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_cm.c
138
(void) dapl_os_memzero((void *)&prd_ptr->hello_msg,
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
110
(void) dapl_os_memzero(cq_handle,
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
189
(void) dapl_os_memzero(&ep_args, sizeof (ep_args));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
217
(void) dapl_os_memzero(qp_p, sizeof (*qp_p));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
614
(void) dapl_os_memzero(ibsrq_p, sizeof (*ibsrq_p));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
616
(void) dapl_os_memzero(&srqc_args, sizeof (srqc_args));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
93
(void) dapl_os_memzero(&create_msg, sizeof (create_msg));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_qp.c
973
(void) dapl_os_memzero(&resize_msg, sizeof (resize_msg));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
128
(void) dapl_os_memzero(cq_handle, sizeof (struct dapls_ib_cq_handle));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
1389
(void) dapl_os_memzero(ia_attr, sizeof (*ia_attr));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
1492
(void) dapl_os_memzero(ep_attr, sizeof (*ep_attr));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
1512
(void) dapl_os_memzero(srq_attr, sizeof (*srq_attr));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
328
(void) dapl_os_memzero(&resize_msg, sizeof (resize_msg));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
93
(void) dapl_os_memzero(cq_handle, sizeof (*cq_handle));
usr/src/lib/udapl/udapl_tavor/tavor/dapl_tavor_ibtf_util.c
96
(void) dapl_os_memzero(&create_msg, sizeof (create_msg));