Searched refs:tmpacl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c408 aclent_t tmpacl; local
428 tmpacl.a_id = 0; /* id field needs to be initialized */
430 tmpacl.a_id = getuid(); /* id field for user */
432 tmpacl.a_id = getgid(); /* id field for group */
434 tmpacl.a_type = 0;
435 if (parse_entry(entryp, &tmpacl, mode) == -1)
438 is_obj = ((tmpacl.a_type == USER_OBJ) ||
439 (tmpacl.a_type == GROUP_OBJ) ||
440 (tmpacl.a_type == CLASS_OBJ) ||
441 (tmpacl
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c365 nfsace4 *tmpacl = (nfsace4 *)vsap->vsa_aclentp; local
380 RNDUP(tmpacl[j].who.utf8string_len);

Completed in 60 milliseconds