target_type       315 include/acpi/acobject.h 	ACPI_OBJECT_COMMON_HEADER u8 target_type;	/* Used for index_op */
target_type       137 include/linux/device-mapper.h 	struct target_type *type;
target_type       158 include/linux/dm-ioctl.h 	char target_type[DM_MAX_TYPE_NAME];
target_type       791 include/scsi/scsi_host.h 	switch (target_type) {
target_type       802 include/scsi/scsi_host.h 	switch (target_type) {
target_type        30 security/selinux/ss/avtab.c 	return ((keyp->target_class + (keyp->target_type << 2) +
target_type        71 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type        78 security/selinux/ss/avtab.c 		    key->target_type < cur->key.target_type)
target_type        81 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       111 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       118 security/selinux/ss/avtab.c 		    key->target_type < cur->key.target_type)
target_type       121 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       140 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       148 security/selinux/ss/avtab.c 		    key->target_type < cur->key.target_type)
target_type       151 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       175 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       183 security/selinux/ss/avtab.c 		    key->target_type < cur->key.target_type)
target_type       186 security/selinux/ss/avtab.c 		    key->target_type == cur->key.target_type &&
target_type       204 security/selinux/ss/avtab.c 		    node->key.target_type == cur->key.target_type &&
target_type       212 security/selinux/ss/avtab.c 		    node->key.target_type < cur->key.target_type)
target_type       215 security/selinux/ss/avtab.c 		    node->key.target_type == cur->key.target_type &&
target_type       369 security/selinux/ss/avtab.c 		key.target_type = (u16)val;
target_type       370 security/selinux/ss/avtab.c 		if (key.target_type != val) {
target_type       419 security/selinux/ss/avtab.c 	key.target_type = le16_to_cpu(buf16[items++]);
target_type       424 security/selinux/ss/avtab.c 	    !policydb_type_isvalid(pol, key.target_type) ||
target_type        28 security/selinux/ss/avtab.h 	u16 target_type;	/* target type */
target_type       526 security/selinux/ss/mls.c 			    rtr->target_type == tcontext->type &&
target_type      2097 security/selinux/ss/policydb.c 			rt->target_type = le32_to_cpu(buf[1]);
target_type      2106 security/selinux/ss/policydb.c 			    !policydb_type_isvalid(p, rt->target_type) ||
target_type       114 security/selinux/ss/policydb.h 	u32 target_type;
target_type       456 security/selinux/ss/services.c 			avkey.target_type = j + 1;
target_type      1202 security/selinux/ss/services.c 	avkey.target_type = tcontext->type;