Searched refs:magic_ptr (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_defs.h72 struct _osmv_bind_obj *magic_ptr; member in struct:_osmv_bind_obj
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c86 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
94 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
104 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
141 if (p_bo->magic_ptr != p_bo)
241 /* Initialize the magic_ptr to the pointer of the p_bo info.
244 p_bo->magic_ptr = p_bo;
278 if (p_bo->magic_ptr != p_bo)
344 /* First of all - zero out the magic_ptr, so if a callback is called -
347 p_bo->magic_ptr = 0;
H A Dosm_vendor_mlx_ts.c90 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
98 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
107 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
151 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
254 /* Initialize the magic_ptr to the pointer of the p_bo info.
257 p_bo->magic_ptr = p_bo;
293 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
395 /* First of all - zero out the magic_ptr, so if a callback is called -
398 p_bo->magic_ptr = 0;
H A Dosm_vendor_mlx_sim.c91 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
226 /* Initialize the magic_ptr to the pointer of the p_bo info.
229 p_bo->magic_ptr = p_bo;
260 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
328 /* First of all - zero out the magic_ptr, so if a callback is called -
331 p_bo->magic_ptr = 0;
H A Dosm_vendor_mlx_ibmgt.c149 /* Initialize the magic_ptr to the pointer of the p_bo info.
152 p_bo->magic_ptr = p_bo;
489 /* First of all - zero out the magic_ptr, so if a callback is called -
492 p_bo->magic_ptr = 0;
624 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
635 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
655 if ((p_bo->magic_ptr != p_bo) || p_bo->is_closing)
676 if (p_bo->magic_ptr != p_bo)
H A Dosm_vendor_mlx.c249 /* Initialize the magic_ptr to the pointer of the p_bo info.
252 p_bo->magic_ptr = p_bo;

Completed in 113 milliseconds