aclp              125 source3/modules/vfs_hpuxacl.c static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp);
aclp              126 source3/modules/vfs_hpuxacl.c static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, 
aclp              792 source3/modules/vfs_hpuxacl.c static void hpux_count_obj(int acl_count, HPUX_ACL_T aclp, struct hpux_acl_types *acl_type_count)
aclp              799 source3/modules/vfs_hpuxacl.c 		switch(aclp[i].a_type) {
aclp              900 source3/modules/vfs_hpuxacl.c static int hpux_get_needed_class_perm(struct acl *aclp)
aclp              902 source3/modules/vfs_hpuxacl.c 	switch(aclp->a_type) {
aclp              912 source3/modules/vfs_hpuxacl.c 			return aclp->a_perm;
aclp              945 source3/modules/vfs_hpuxacl.c static int hpux_internal_aclsort(int acl_count, int calclass, HPUX_ACL_T aclp)
aclp              955 source3/modules/vfs_hpuxacl.c 		return aclsort(acl_count, calclass, aclp);
aclp              965 source3/modules/vfs_hpuxacl.c 	if(aclp == NULL) {
aclp              972 source3/modules/vfs_hpuxacl.c 	hpux_count_obj(acl_count, aclp, &acl_obj_count);
aclp             1015 source3/modules/vfs_hpuxacl.c 			if( aclp[i].a_type > aclp[j].a_type ) {
aclp             1017 source3/modules/vfs_hpuxacl.c 				hpux_swap_acl_entries((aclp+i), (aclp+j));
aclp             1018 source3/modules/vfs_hpuxacl.c 			} else if ( aclp[i].a_type == aclp[j].a_type ) {
aclp             1020 source3/modules/vfs_hpuxacl.c 				if(aclp[i].a_id > aclp[j].a_id) {
aclp             1021 source3/modules/vfs_hpuxacl.c 					hpux_swap_acl_entries((aclp+i), (aclp+j));
aclp             1022 source3/modules/vfs_hpuxacl.c 				} else if (aclp[i].a_id == aclp[j].a_id) {
aclp             1024 source3/modules/vfs_hpuxacl.c 					if(hpux_prohibited_duplicate_type(aclp[i].a_type)) {
aclp             1026 source3/modules/vfs_hpuxacl.c 							aclp[i].a_type, aclp[i].a_id));
aclp             1039 source3/modules/vfs_hpuxacl.c 			n_class_obj_perm |= hpux_get_needed_class_perm((aclp+i));
aclp             1041 source3/modules/vfs_hpuxacl.c 			if(aclp[i].a_type == CLASS_OBJ)
aclp             1044 source3/modules/vfs_hpuxacl.c 		aclp[n_class_obj_index].a_perm = n_class_obj_perm;