Searched refs:dacloff (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.c | 440 uint32_t owneroff, groupoff, sacloff, dacloff; in md_get_ntsd() local 459 ERRCHK(md_get_uint32le(mdp, &dacloff)); in md_get_ntsd() 479 if (dacloff) { in md_get_ntsd() 481 md_get_mem(&tmp_md, NULL, dacloff, MB_MSYSTEM); in md_get_ntsd() 513 uint32_t owneroff, groupoff, sacloff, dacloff; in mb_put_ntsd() local 518 owneroff = groupoff = sacloff = dacloff = 0; in mb_put_ntsd() 546 dacloff = mbp->mb_count - cnt0; in mb_put_ntsd() 562 *dacloffp = htolel(dacloff); in mb_put_ntsd()
|