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

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c255 int matchsz = sizeof (mde_cookie_t) * nmatch; local
257 (mde_cookie_t *)diff_res->allocp(matchsz);
259 (mde_cookie_t *)diff_res->allocp(matchsz);
261 bcopy(mde_match1_scr, diff_res->match1.mdep, matchsz);
262 bcopy(mde_match2_scr, diff_res->match2.mdep, matchsz);

Completed in 55 milliseconds