Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c443 uint32_t owneroff, groupoff, sacloff, dacloff; in md_get_ntsd() local
460 ERRCHK(md_get_uint32le(mdp, &groupoff)); in md_get_ntsd()
492 if (groupoff) { in md_get_ntsd()
494 md_get_mem(&tmp_md, NULL, groupoff, MB_MSYSTEM); in md_get_ntsd()
516 uint32_t owneroff, groupoff, sacloff, dacloff; in mb_put_ntsd() local
521 owneroff = groupoff = sacloff = dacloff = 0; in mb_put_ntsd()
557 groupoff = mbp->mb_count - cnt0; in mb_put_ntsd()
563 *groupoffp = htolel(groupoff); in mb_put_ntsd()