Searched refs:user_context (Results 1 – 15 of 15) sorted by relevance
66 IN void *user_context) in dapl_evd_dto_callback() argument76 user_context); in dapl_evd_dto_callback()78 evd_ptr = (DAPL_EVD *) user_context; in dapl_evd_dto_callback()
84 cr_ptr->header.user_context.as_64 = 0; in dapls_cr_alloc()85 cr_ptr->header.user_context.as_ptr = NULL; in dapls_cr_alloc()
80 pz->header.user_context.as_64 = 0; in dapl_pz_alloc()81 pz->header.user_context.as_ptr = NULL; in dapl_pz_alloc()
79 cno_ptr->header.user_context.as_64 = 0; in dapl_cno_alloc()80 cno_ptr->header.user_context.as_ptr = NULL; in dapl_cno_alloc()
71 lmr->header.user_context.as_64 = 0; in dapl_lmr_alloc()72 lmr->header.user_context.as_ptr = NULL; in dapl_lmr_alloc()
55 rmr->header.user_context.as_64 = 0; in dapl_rmr_alloc()56 rmr->header.user_context.as_ptr = 0; in dapl_rmr_alloc()
92 sp_ptr->header.user_context.as_64 = 0; in dapls_sp_alloc()93 sp_ptr->header.user_context.as_ptr = NULL; in dapls_sp_alloc()
86 *context = header->user_context; in dapl_get_consumer_context()
87 header->user_context = context; in dapl_set_consumer_context()
76 srq_ptr->header.user_context.as_64 = 0; in dapl_srq_alloc()
108 ep_ptr->header.user_context.as_64 = 0; in dapl_ep_alloc()109 ep_ptr->header.user_context.as_ptr = NULL; in dapl_ep_alloc()
88 ia_ptr->header.user_context.as_64 = 0; in dapl_ia_alloc()89 ia_ptr->header.user_context.as_ptr = NULL; in dapl_ia_alloc()
220 evd_ptr->header.user_context.as_64 = 0; in dapls_evd_alloc()221 evd_ptr->header.user_context.as_ptr = NULL; in dapls_evd_alloc()
1609 enum adt_user_context user_context) in adt_set_user() argument1620 switch (user_context) { in adt_set_user()1707 enum adt_user_context user_context) in adt_set_from_ucred() argument1730 switch (user_context) { in adt_set_from_ucred()
377 DAT_CONTEXT user_context; /* user context - opaque to DAPL */ member