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

/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c376 uint16_t acl_len, *acl_len_p; local
383 acl_len_p = mb_reserve(mbp, sizeof (*acl_len_p));
384 if (acl_len_p == NULL) {
397 /* Fill in acl_len_p */
399 *acl_len_p = htoles(acl_len);

Completed in 441 milliseconds