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

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor_mlx_svc.h177 uint8_t *p_copy; local
180 p_copy = malloc(MAD_BLOCK_SIZE);
182 if (NULL != p_copy) {
183 memset(p_copy, 0, MAD_BLOCK_SIZE);
184 memcpy(p_copy, p_mad, MAD_BLOCK_SIZE);
187 return p_copy;

Completed in 99 milliseconds