Searched refs:acl_len (Results 1 – 5 of 5) sorted by relevance
2621 rsmacl_free(rsmapi_access_entry_t *acl, int acl_len) in rsmacl_free() argument2630 if (acl != NULL && acl_len > 0) { in rsmacl_free()2631 acl_sz = acl_len * sizeof (rsmapi_access_entry_t); in rsmacl_free()2639 rsmpiacl_free(rsm_access_entry_t *acl, int acl_len) in rsmpiacl_free() argument2646 if (acl != NULL && acl_len > 0) { in rsmpiacl_free()2647 acl_sz = acl_len * sizeof (rsm_access_entry_t); in rsmpiacl_free()2660 int acl_len; in rsmacl_build() local2669 acl_len = msg->acl_len; in rsmacl_build()2670 if ((loopback && acl_len > 1) || (acl_len < 0) || in rsmacl_build()2671 (acl_len > MAX_NODES)) { in rsmacl_build()[all …]
542 uint16_t acl_len; /* bytes; includes this header */ member549 #define acllen(a) (letohs((a)->acl_len))550 #define wset_acllen(a, l) ((a)->acl_len = htoles(l))
264 int acl_len; member284 int32_t acl_len; member
331 uint16_t acl_len, acecount; in md_get_acl() local339 if ((error = md_get_uint16le(mdp, &acl_len)) != 0) in md_get_acl()376 uint16_t acl_len, *acl_len_p; in mb_put_acl() local398 acl_len = mbp->mb_count - cnt0; in mb_put_acl()399 *acl_len_p = htoles(acl_len); in mb_put_acl()
1041 msg.acl_len = access_list_length; in rsm_memseg_export_publish()1140 msg.acl_len = access_list_length; in rsm_memseg_export_republish()