Searched refs:ace_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/printing/
H A Dpsec.c72 char *ace_type_to_str(uint ace_type) argument
76 switch(ace_type) {
83 slprintf(temp, sizeof(temp) - 1, "0x%02x", ace_type);
87 uint str_to_ace_type(char *ace_type) argument
89 if (strcmp(ace_type, "ALLOWED") == 0)
92 if (strcmp(ace_type, "DENIED") == 0)
305 int ace_type, ace_flags; local
311 if (sscanf(line, "%d %d 0x%x %s", &ace_type, &ace_flags,
322 init_sec_ace(&ace_list[num_aces], &sid, ace_type, sa,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_aixacl_util.c56 if((acl_entry->ace_type == ACC_SPECIFY ||
57 (acl_entry->ace_type == ACC_PERMIT)) && (idp != id_last(acl_entry))) {
101 switch(acl_entry->ace_type){
129 DEBUG(10,("The ace_type is %d\n",acl_entry->ace_type));
283 /* if(!acl_entry->ace_access && acl_entry->ace_type == ACC_PERMIT)
284 acl_entry->ace_type = ACC_SPECIFY; */
286 acl_entry->ace_type = ACC_SPECIFY;
H A Dvfs_gpfs.c373 (int)g_ace->ace_type, (unsigned long)g_ace->ace_who,
376 switch (g_ace->ace_type) {
398 DEBUG(10, ("Got invalid ace_type: %d\n",
399 g_ace->ace_type));
530 g_ace->ace_type = GPFS_ACL_USER;
534 g_ace->ace_type = GPFS_ACL_USER_OBJ;
539 g_ace->ace_type = GPFS_ACL_GROUP;
543 g_ace->ace_type = GPFS_ACL_GROUP_OBJ;
547 g_ace->ace_type = GPFS_ACL_MASK;
552 g_ace->ace_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_ntsec.c76 uint8 ace_type, ace_flags; local
87 ace_type = PyInt_AsLong(obj);
108 init_sec_ace(ace, &trustee, ace_type, sec_access, ace_flags);

Completed in 216 milliseconds