Searched refs:acls (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Dacls.c26 * acls.c
50 static int acl(const char *name, int opcode, int count, aclent_t *acls) argument
74 static aclent_t acls[MAX_ACL_ENTRIES]; local
77 count = acl(name, GETACL, MAX_ACL_ENTRIES, acls);
87 switch (acls[i].a_type) {
101 /* allocate an array to hold the acls */
106 /* copy the acls into the new list */
108 list[i].a_type = acls[i].a_type;
109 list[i].a_id = acls[i].a_id;
110 list[i].a_perm = acls[
173 aclent_t acls[4], *list; local
[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
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c65 tlm_acls_t *acls);
78 tlm_acls_t *acls,
150 dtree_push(cstack_t *stp, char *nmp, tlm_acls_t *acls) argument
156 if (!sp || !nmp || !acls) {
169 (void) memcpy(&sp->se_acls, acls, sizeof (*acls));
170 (void) memset(acls, 0, sizeof (tlm_acls_t));
260 tlm_acls_t *acls; /* file access info */ local
310 acls = ndmp_malloc(sizeof (tlm_acls_t));
313 name == NULL || acls
1130 restore_file(int *fp, char *real_name, long size, longlong_t huge_size, tlm_acls_t *acls, boolean_t want_this_file, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats) argument
1334 restore_xattr_hdr(int *fp, char *name, char *fname, long size, tlm_acls_t *acls, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats) argument
1838 create_hard_link(char *name_old, char *name_new, tlm_acls_t *acls, tlm_job_stats_t *job_stats) argument
1871 create_sym_link(char *dst, char *target, tlm_acls_t *acls, tlm_job_stats_t *job_stats) argument
1898 create_special(char flag, char *name, tlm_acls_t *acls, int major, int minor, tlm_job_stats_t *job_stats) argument
1943 load_acl_info(int lib, int drv, long file_size, tlm_acls_t *acls, long *acl_spot, tlm_cmd_t *local_commands) argument
2036 set_attr(char *name, tlm_acls_t *acls) argument
2113 set_acl(char *name, tlm_acls_t *acls) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dpersonal.y244 snmp_security : acls trap_block /*trapcommunity trapdestinators*/
253 acls : /*empty */ | t_acls t_equal t_openbracket acls_list t_closebracket label
/opensolaris-onvv-gate/usr/src/cmd/chmod/
H A Dchmod.c114 #define sec_acls secptr.acls
131 acl_args_t *acls; member in union:__anon80::__anon81
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dconfig.y268 snmp_security : acls trap_block /*trapcommunity trapdestinators*/
277 acls : /*empty*/ |t_acls t_equal t_openbracket acls_list t_closebracket label

Completed in 109 milliseconds