HomeSort by: relevance | last modified time | path
    Searched refs:ats_cur_entry (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/posix1e/
acl_entry.c 76 (*acl_p)->ats_cur_entry = 0;
118 (*acl_p)->ats_cur_entry = 0;
140 acl->ats_cur_entry = 0;
143 if (acl->ats_cur_entry >= acl->ats_acl.acl_cnt)
145 *entry_p = &acl_int->acl_entry[acl->ats_cur_entry++];
acl_init.c 89 acl->ats_cur_entry = 0;
90 acl_new->ats_cur_entry = 0;
acl_set.c 74 acl->ats_cur_entry = 0;
95 acl->ats_cur_entry = 0;
126 acl->ats_cur_entry = 0;
acl_delete_entry.c 115 acl->ats_cur_entry = 0;
162 acl->ats_cur_entry = 0;
acl_valid.c 126 acl->ats_cur_entry = 0;
  /src/sys/sys/
acl.h 131 unsigned int ats_cur_entry; member in struct:acl_t_struct

Completed in 14 milliseconds