Searched defs:tmp_md (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c191 mdchain_t tmp_md; local
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; local
475 tmp_md = top_md;
476 md_get_mem(&tmp_md, NUL
[all...]

Completed in 59 milliseconds