a_type            356 lib/socket_wrapper/socket_wrapper.c 		char a_type = '\0';
a_type            364 lib/socket_wrapper/socket_wrapper.c 			a_type = SOCKET_TYPE_CHAR_UDP;
a_type            370 lib/socket_wrapper/socket_wrapper.c 		if (a_type && addr == 0xFFFFFFFF) {
a_type            373 lib/socket_wrapper/socket_wrapper.c 			type = a_type;
a_type            465 lib/socket_wrapper/socket_wrapper.c 		char a_type = '\0';
a_type            477 lib/socket_wrapper/socket_wrapper.c 			a_type = SOCKET_TYPE_CHAR_UDP;
a_type            487 lib/socket_wrapper/socket_wrapper.c 		} else if (a_type && addr == 0xFFFFFFFF) {
a_type            490 lib/socket_wrapper/socket_wrapper.c 			type = a_type;
a_type             44 source3/include/smb_acls.h 	enum smb_acl_tag_t a_type;
a_type             74 source3/lib/sysacls.c 	*type_p = entry_d->a_type;
a_type             88 source3/lib/sysacls.c 	if (entry_d->a_type == SMB_ACL_USER) {
a_type             92 source3/lib/sysacls.c 	if (entry_d->a_type == SMB_ACL_GROUP) {
a_type            158 source3/lib/sysacls.c 		switch (ap->a_type) {
a_type            166 source3/lib/sysacls.c 					 ap->a_type);
a_type            275 source3/lib/sysacls.c 	entry_d->a_type	= SMB_ACL_TAG_INVALID;
a_type            293 source3/lib/sysacls.c 			entry_d->a_type = tag_type;
a_type            305 source3/lib/sysacls.c 	if (entry_d->a_type == SMB_ACL_USER) {
a_type            309 source3/lib/sysacls.c 	if (entry_d->a_type == SMB_ACL_GROUP) {
a_type             77 source3/modules/vfs_aixacl_util.c 			ace->a_type = idp->id_type;
a_type             79 source3/modules/vfs_aixacl_util.c 			switch(ace->a_type) {
a_type             83 source3/modules/vfs_aixacl_util.c 			ace->a_type = SMB_ACL_USER;
a_type             90 source3/modules/vfs_aixacl_util.c 			ace->a_type = SMB_ACL_GROUP;
a_type            160 source3/modules/vfs_aixacl_util.c 			ace->a_type = SMB_ACL_GROUP_OBJ;
a_type            165 source3/modules/vfs_aixacl_util.c 			ace->a_type = SMB_ACL_OTHER;
a_type            170 source3/modules/vfs_aixacl_util.c 			ace->a_type = SMB_ACL_USER_OBJ;
a_type            184 source3/modules/vfs_aixacl_util.c 		DEBUG(10,("ace->a_type = %d\n",ace->a_type));
a_type            237 source3/modules/vfs_aixacl_util.c 		id_type = smb_entry->a_type;
a_type            289 source3/modules/vfs_aixacl_util.c 		ace_id->id_type = (smb_entry->a_type==SMB_ACL_GROUP) ? ACEID_GROUP : ACEID_USER;
a_type            292 source3/modules/vfs_aixacl_util.c 		ace_id->id_data[0] = (smb_entry->a_type==SMB_ACL_GROUP) ? smb_entry->gid : smb_entry->uid;
a_type            486 source3/modules/vfs_gpfs.c 			ace->a_type = SMB_ACL_USER;
a_type            490 source3/modules/vfs_gpfs.c 			ace->a_type = SMB_ACL_USER_OBJ;
a_type            493 source3/modules/vfs_gpfs.c 			ace->a_type = SMB_ACL_GROUP;
a_type            497 source3/modules/vfs_gpfs.c  			ace->a_type = SMB_ACL_GROUP_OBJ;
a_type            500 source3/modules/vfs_gpfs.c 			ace->a_type = SMB_ACL_OTHER;
a_type            503 source3/modules/vfs_gpfs.c 			ace->a_type = SMB_ACL_MASK;
a_type            522 source3/modules/vfs_gpfs.c 			      ace->a_type, ace->a_perm));
a_type            630 source3/modules/vfs_gpfs.c 			   (int)ace->a_type, (int)ace->a_perm));
a_type            634 source3/modules/vfs_gpfs.c 		switch(ace->a_type) {
a_type            662 source3/modules/vfs_gpfs.c 			DEBUG(10, ("Got invalid ace_type: %d\n", ace->a_type));
a_type             96 source3/modules/vfs_hpuxacl.c #define _IS_DEFAULT(ace) ((ace).a_type & ACL_DEFAULT)
a_type            431 source3/modules/vfs_hpuxacl.c 		hpux_entry.a_type = smb_tag_to_hpux_tag(smb_entry->a_type);
a_type            432 source3/modules/vfs_hpuxacl.c 		if (hpux_entry.a_type == 0) {
a_type            436 source3/modules/vfs_hpuxacl.c 		switch(hpux_entry.a_type) {
a_type            452 source3/modules/vfs_hpuxacl.c 			hpux_entry.a_type |= ACL_DEFAULT;
a_type            458 source3/modules/vfs_hpuxacl.c 		DEBUGADD(10, (" - type: 0x%04x\n", hpux_entry.a_type));
a_type            470 source3/modules/vfs_hpuxacl.c 			      (*hpux_acl)[(*count)-1].a_type));
a_type            519 source3/modules/vfs_hpuxacl.c 					 hpux_tag_to_smb_tag(hpux_acl[i].a_type)) != 0)
a_type            522 source3/modules/vfs_hpuxacl.c 				   hpux_acl[i].a_type));
a_type            799 source3/modules/vfs_hpuxacl.c 		switch(aclp[i].a_type) {
a_type            852 source3/modules/vfs_hpuxacl.c 	temp_acl.a_type = aclp0->a_type;
a_type            856 source3/modules/vfs_hpuxacl.c 	aclp0->a_type = aclp1->a_type;
a_type            860 source3/modules/vfs_hpuxacl.c 	aclp1->a_type = temp_acl.a_type;
a_type            902 source3/modules/vfs_hpuxacl.c 	switch(aclp->a_type) {
a_type           1015 source3/modules/vfs_hpuxacl.c 			if( aclp[i].a_type > aclp[j].a_type ) {
a_type           1018 source3/modules/vfs_hpuxacl.c 			} else if ( aclp[i].a_type == aclp[j].a_type ) {
a_type           1024 source3/modules/vfs_hpuxacl.c 					if(hpux_prohibited_duplicate_type(aclp[i].a_type)) {
a_type           1026 source3/modules/vfs_hpuxacl.c 							aclp[i].a_type, aclp[i].a_id));
a_type           1041 source3/modules/vfs_hpuxacl.c 			if(aclp[i].a_type == CLASS_OBJ)
a_type           1143 source3/modules/vfs_hpuxacl.c 				      hpux_acl[check_which].a_type));
a_type            150 source3/modules/vfs_posixacl.c 		ace->a_type = SMB_ACL_USER;
a_type            153 source3/modules/vfs_posixacl.c 		ace->a_type = SMB_ACL_USER_OBJ;
a_type            156 source3/modules/vfs_posixacl.c 		ace->a_type = SMB_ACL_GROUP;
a_type            159 source3/modules/vfs_posixacl.c 		ace->a_type = SMB_ACL_GROUP_OBJ;
a_type            162 source3/modules/vfs_posixacl.c 		ace->a_type = SMB_ACL_OTHER;
a_type            165 source3/modules/vfs_posixacl.c 		ace->a_type = SMB_ACL_MASK;
a_type            171 source3/modules/vfs_posixacl.c 	switch(ace->a_type) {
a_type            293 source3/modules/vfs_posixacl.c 		switch (entry->a_type) {
a_type            313 source3/modules/vfs_posixacl.c 			DEBUG(1, ("Unknown tag value %d\n", entry->a_type));
a_type            323 source3/modules/vfs_posixacl.c 		switch (entry->a_type) {
a_type             31 source3/modules/vfs_solarisacl.c #define _IS_DEFAULT(ace) ((ace).a_type & ACL_DEFAULT)
a_type            363 source3/modules/vfs_solarisacl.c 		solaris_entry.a_type = smb_tag_to_solaris_tag(smb_entry->a_type);
a_type            364 source3/modules/vfs_solarisacl.c 		if (solaris_entry.a_type == 0) {
a_type            368 source3/modules/vfs_solarisacl.c 		switch(solaris_entry.a_type) {
a_type            384 source3/modules/vfs_solarisacl.c 			solaris_entry.a_type |= ACL_DEFAULT;
a_type            390 source3/modules/vfs_solarisacl.c 		DEBUGADD(10, (" - type: 0x%04x\n", solaris_entry.a_type));
a_type            402 source3/modules/vfs_solarisacl.c 			      (*solaris_acl)[(*count)-1].a_type));
a_type            451 source3/modules/vfs_solarisacl.c 					 solaris_tag_to_smb_tag(solaris_acl[i].a_type)) != 0)
a_type            454 source3/modules/vfs_solarisacl.c 				   solaris_acl[i].a_type));
a_type            740 source3/modules/vfs_solarisacl.c 				      solaris_acl[check_which].a_type));
a_type            275 source3/modules/vfs_tru64acl.c 		tru64_tag = smb_tag_to_tru64(smb_entry->a_type);
a_type            299 source3/modules/vfs_tru64acl.c 		switch (smb_entry->a_type) {
a_type             77 source3/modules/vfs_zfsacl.c 		aceprop.aceType  = (uint32) acebuf[i].a_type;
a_type            123 source3/modules/vfs_zfsacl.c 		acebuf[i].a_type        = aceprop->aceType;