Searched refs:acls (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/filesync/ |
H A D | acls.c | 50 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 D | Makefile | 27 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 D | README | 159 ownership, protection, and acls 228 acls.c 320 acls.c
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 66 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 D | zfs_acl_chmod_inherit_003_pos.ksh | 189 eval expect2=\$acls$i 196 eval expect2=\$acls$i
|
H A D | zfs_acl_chmod_aclmode_001_pos.ksh | 326 expect1=${acls[$i]} 528 acls[$maxnumber]=$acl
|
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 182 eval expect1=\$acls$i
|
/titanic_44/usr/src/cmd/chmod/ |
H A D | chmod.c | 115 #define sec_acls secptr.acls 132 acl_args_t *acls; member
|