Home
last modified time | relevance | path

Searched refs:tmp_md (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c194 mdchain_t tmp_md; in md_get_ace() local
208 tmp_md = *mdp; in md_get_ace()
442 mdchain_t top_md, tmp_md; in md_get_ntsd() local
478 tmp_md = top_md; in md_get_ntsd()
480 ERRCHK(md_get_acl(&tmp_md, &sd->sd_sacl)); in md_get_ntsd()
483 tmp_md = top_md; in md_get_ntsd()
485 ERRCHK(md_get_acl(&tmp_md, &sd->sd_dacl)); in md_get_ntsd()
488 tmp_md = top_md; in md_get_ntsd()
490 ERRCHK(md_get_sid(&tmp_md, &sd->sd_owner)); in md_get_ntsd()
493 tmp_md = top_md; in md_get_ntsd()
[all …]