Home
last modified time | relevance | path

Searched refs:acls (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/filesync/
H A Dacls.c50 static int acl(const char *name, int opcode, int count, aclent_t *acls) in acl() argument
74 static aclent_t acls[MAX_ACL_ENTRIES]; in get_acls() local
77 count = acl(name, GETACL, MAX_ACL_ENTRIES, acls); in get_acls()
87 switch (acls[i].a_type) { in get_acls()
108 list[i].a_type = acls[i].a_type; in get_acls()
109 list[i].a_id = acls[i].a_id; in get_acls()
110 list[i].a_perm = acls[i].a_perm; in get_acls()
173 aclent_t acls[4], *list; in set_acls() local
177 acls[0].a_type = USER_OBJ; in set_acls()
178 acls[0].a_id = fp->f_uid; in set_acls()
[all …]
H A DMakefile27 OBJS= action.o anal.o base.o debug.o files.o ignore.o main.o recon.o rename.o rules.o acls.o eval.o
H A DREADME159 ownership, protection, and acls
228 acls.c
320 acls.c
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c66 static int set_acl(char *name, tlm_acls_t *acls);
80 tlm_acls_t *acls,
152 dtree_push(cstack_t *stp, char *nmp, tlm_acls_t *acls) in dtree_push() argument
158 if (!sp || !nmp || !acls) { in dtree_push()
171 (void) memcpy(&sp->se_acls, acls, sizeof (*acls)); in dtree_push()
172 (void) memset(acls, 0, sizeof (tlm_acls_t)); in dtree_push()
265 tlm_acls_t *acls; /* file access info */ in tar_getdir() local
314 acls = ndmp_malloc(sizeof (tlm_acls_t)); in tar_getdir()
317 name == NULL || acls == NULL || stp == NULL || parentlnk == NULL || in tar_getdir()
325 free(acls); in tar_getdir()
[all …]
/titanic_44/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_003_pos.ksh189 eval expect2=\$acls$i
196 eval expect2=\$acls$i
H A Dzfs_acl_chmod_aclmode_001_pos.ksh326 expect1=${acls[$i]}
528 acls[$maxnumber]=$acl
H A Dzfs_acl_chmod_inherit_002_pos.ksh182 eval expect1=\$acls$i
/titanic_44/usr/src/cmd/chmod/
H A Dchmod.c115 #define sec_acls secptr.acls
132 acl_args_t *acls; member