Lines Matching refs:tmp_md
191 mdchain_t tmp_md;
205 tmp_md = *mdp;
208 ERRCHK(md_get_uint8(&tmp_md, &ace_hdr.ace_type));
209 ERRCHK(md_get_uint8(&tmp_md, &ace_hdr.ace_flags));
210 ERRCHK(md_get_uint16le(&tmp_md, &ace_hdr.ace_size));
226 ERRCHK(md_get_uint32le(&tmp_md, &ace->ace_v2.ace_rights));
227 ERRCHK(md_get_sid(&tmp_md, &ace->ace_v2.ace_sid));
439 mdchain_t top_md, tmp_md;
475 tmp_md = top_md;
476 md_get_mem(&tmp_md, NULL, sacloff, MB_MSYSTEM);
477 ERRCHK(md_get_acl(&tmp_md, &sd->sd_sacl));
480 tmp_md = top_md;
481 md_get_mem(&tmp_md, NULL, dacloff, MB_MSYSTEM);
482 ERRCHK(md_get_acl(&tmp_md, &sd->sd_dacl));
485 tmp_md = top_md;
486 md_get_mem(&tmp_md, NULL, owneroff, MB_MSYSTEM);
487 ERRCHK(md_get_sid(&tmp_md, &sd->sd_owner));
490 tmp_md = top_md;
491 md_get_mem(&tmp_md, NULL, groupoff, MB_MSYSTEM);
492 ERRCHK(md_get_sid(&tmp_md, &sd->sd_group));