target_type 422 drivers/acpi/acpica/acinterp.h acpi_object_type target_type, target_type 308 drivers/acpi/acpica/acobject.h u8 target_type; /* Used for Index Op */ target_type 277 drivers/acpi/acpica/dbobject.c switch (obj_desc->reference.target_type) { target_type 196 drivers/acpi/acpica/exdump.c {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.target_type), "Target Type"}, target_type 921 drivers/acpi/acpica/exoparg1.c switch (operand[0]->reference.target_type) { target_type 973 drivers/acpi/acpica/exoparg1.c target_type, operand[0])); target_type 350 drivers/acpi/acpica/exoparg2.c return_desc->reference.target_type = target_type 363 drivers/acpi/acpica/exoparg2.c return_desc->reference.target_type = target_type 376 drivers/acpi/acpica/exoparg2.c return_desc->reference.target_type = ACPI_TYPE_PACKAGE; target_type 153 drivers/acpi/acpica/exresolv.c switch (stack_desc->reference.target_type) { target_type 200 drivers/acpi/acpica/exresolv.c stack_desc->reference.target_type, target_type 421 drivers/acpi/acpica/exresolv.c type = obj_desc->reference.target_type; target_type 209 drivers/acpi/acpica/exstore.c switch (index_desc->reference.target_type) { target_type 369 drivers/acpi/acpica/exstore.c acpi_object_type target_type; target_type 375 drivers/acpi/acpica/exstore.c target_type = acpi_ns_get_type(node); target_type 381 drivers/acpi/acpica/exstore.c acpi_ut_get_type_name(target_type))); target_type 404 drivers/acpi/acpica/exstore.c switch (target_type) { target_type 452 drivers/acpi/acpica/exstore.c status = acpi_ex_resolve_object(&source_desc, target_type, walk_state); target_type 459 drivers/acpi/acpica/exstore.c switch (target_type) { target_type 35 drivers/acpi/acpica/exstoren.c acpi_object_type target_type, target_type 45 drivers/acpi/acpica/exstoren.c switch (target_type) { target_type 93 drivers/acpi/acpica/exstoren.c acpi_ut_get_type_name(target_type))); target_type 3514 drivers/md/dm-cache-target.c static struct target_type cache_target = { target_type 2204 drivers/md/dm-clone-target.c static struct target_type clone_target = { target_type 57 drivers/md/dm-core.h struct target_type *immutable_target_type; target_type 2966 drivers/md/dm-crypt.c static struct target_type crypt_target = { target_type 352 drivers/md/dm-delay.c static struct target_type delay_target = { target_type 487 drivers/md/dm-dust.c static struct target_type dust_target = { target_type 1692 drivers/md/dm-era-target.c static struct target_type era_target = { target_type 488 drivers/md/dm-flakey.c static struct target_type flakey_target = { target_type 137 drivers/md/dm-init.c strscpy(sp->target_type, field[2], sizeof(sp->target_type)); target_type 138 drivers/md/dm-init.c if (dm_verify_target_type(sp->target_type)) { target_type 139 drivers/md/dm-init.c DMERR("invalid type \"%s\"", sp->target_type); target_type 4185 drivers/md/dm-integrity.c static struct target_type integrity_target = { target_type 570 drivers/md/dm-ioctl.c static void list_version_get_needed(struct target_type *tt, void *needed_param) target_type 579 drivers/md/dm-ioctl.c static void list_version_get_info(struct target_type *tt, void *param) target_type 609 drivers/md/dm-ioctl.c struct target_type *tt = NULL; target_type 1170 drivers/md/dm-ioctl.c strncpy(spec->target_type, ti->type->name, target_type 1171 drivers/md/dm-ioctl.c sizeof(spec->target_type)); target_type 1305 drivers/md/dm-ioctl.c r = dm_table_add_target(table, spec->target_type, target_type 1335 drivers/md/dm-ioctl.c struct target_type *immutable_target_type; target_type 2102 drivers/md/dm-ioctl.c r = dm_table_add_target(t, spec_array[i]->target_type, target_type 216 drivers/md/dm-linear.c static struct target_type linear_target = { target_type 1003 drivers/md/dm-log-writes.c static struct target_type log_writes_target = { target_type 1994 drivers/md/dm-mpath.c static struct target_type multipath_target = { target_type 4018 drivers/md/dm-raid.c static struct target_type raid_target = { target_type 1455 drivers/md/dm-raid1.c static struct target_type mirror_target = { target_type 2722 drivers/md/dm-snap.c static struct target_type origin_target = { target_type 2735 drivers/md/dm-snap.c static struct target_type snapshot_target = { target_type 2750 drivers/md/dm-snap.c static struct target_type merge_target = { target_type 487 drivers/md/dm-stripe.c static struct target_type stripe_target = { target_type 550 drivers/md/dm-switch.c static struct target_type switch_target = { target_type 46 drivers/md/dm-table.c struct target_type *immutable_target_type; target_type 1065 drivers/md/dm-table.c struct target_type *dm_table_get_immutable_target_type(struct dm_table *t) target_type 19 drivers/md/dm-target.c static inline struct target_type *__find_target_type(const char *name) target_type 21 drivers/md/dm-target.c struct target_type *tt; target_type 30 drivers/md/dm-target.c static struct target_type *get_target_type(const char *name) target_type 32 drivers/md/dm-target.c struct target_type *tt; target_type 49 drivers/md/dm-target.c struct target_type *dm_get_target_type(const char *name) target_type 51 drivers/md/dm-target.c struct target_type *tt = get_target_type(name); target_type 61 drivers/md/dm-target.c void dm_put_target_type(struct target_type *tt) target_type 68 drivers/md/dm-target.c int dm_target_iterate(void (*iter_func)(struct target_type *tt, target_type 71 drivers/md/dm-target.c struct target_type *tt; target_type 81 drivers/md/dm-target.c int dm_register_target(struct target_type *tt) target_type 95 drivers/md/dm-target.c void dm_unregister_target(struct target_type *tt) target_type 150 drivers/md/dm-target.c static struct target_type error_target = { target_type 4121 drivers/md/dm-thin.c static struct target_type pool_target = { target_type 4502 drivers/md/dm-thin.c static struct target_type thin_target = { target_type 178 drivers/md/dm-unstripe.c static struct target_type unstripe_target = { target_type 1208 drivers/md/dm-verity-target.c static struct target_type verity_target = { target_type 2326 drivers/md/dm-writecache.c static struct target_type writecache_target = { target_type 59 drivers/md/dm-zero.c static struct target_type zero_target = { target_type 968 drivers/md/dm-zoned-target.c static struct target_type dmz_type = { target_type 2250 drivers/md/dm.c struct target_type *dm_get_immutable_target_type(struct mapped_device *md) target_type 68 drivers/md/dm.h struct target_type *dm_table_get_immutable_target_type(struct dm_table *t); target_type 84 drivers/md/dm.h struct target_type *dm_get_immutable_target_type(struct mapped_device *md); target_type 109 drivers/md/dm.h struct target_type *dm_get_target_type(const char *name); target_type 110 drivers/md/dm.h void dm_put_target_type(struct target_type *tt); target_type 111 drivers/md/dm.h int dm_target_iterate(void (*iter_func)(struct target_type *tt, target_type 36 drivers/net/wireless/ath/ath10k/snoc.h u32 target_type; target_type 106 drivers/net/wireless/ath/ath6kl/core.c ar->target_type = le32_to_cpu(targ_info.type); target_type 132 drivers/net/wireless/ath/ath6kl/core.c if (ar->target_type == TARGET_TYPE_AR6004 && target_type 727 drivers/net/wireless/ath/ath6kl/core.h u32 target_type; target_type 886 drivers/net/wireless/ath/ath6kl/core.h if (ar->target_type == TARGET_TYPE_AR6003) target_type 888 drivers/net/wireless/ath/ath6kl/core.h else if (ar->target_type == TARGET_TYPE_AR6004) target_type 966 drivers/net/wireless/ath/ath6kl/debug.c TARG_VTOP(ar->target_type, addr), target_type 982 drivers/net/wireless/ath/ath6kl/debug.c TARG_VTOP(ar->target_type, addr), target_type 78 drivers/net/wireless/ath/ath6kl/hif.c address = TARG_VTOP(ar->target_type, address); target_type 91 drivers/net/wireless/ath/ath6kl/hif.c regdump_addr = TARG_VTOP(ar->target_type, regdump_addr); target_type 259 drivers/net/wireless/ath/ath6kl/init.c address = TARG_VTOP(ar->target_type, address); target_type 264 drivers/net/wireless/ath/ath6kl/init.c address = TARG_VTOP(ar->target_type, data); target_type 625 drivers/net/wireless/ath/ath6kl/init.c if ((ar->target_type == TARGET_TYPE_AR6003) || target_type 1233 drivers/net/wireless/ath/ath6kl/init.c if (ar->target_type == TARGET_TYPE_AR6003 && target_type 1239 drivers/net/wireless/ath/ath6kl/init.c switch (ar->target_type) { target_type 1377 drivers/net/wireless/ath/ath6kl/init.c if (ar->target_type != TARGET_TYPE_AR6004) { target_type 1447 drivers/net/wireless/ath/ath6kl/init.c if (ar->target_type != TARGET_TYPE_AR6003 && target_type 1448 drivers/net/wireless/ath/ath6kl/init.c ar->target_type != TARGET_TYPE_AR6004) target_type 1481 drivers/net/wireless/ath/ath6kl/init.c if (ar->target_type != TARGET_TYPE_AR6004) { target_type 1598 drivers/net/wireless/ath/ath6kl/init.c ar->version.target_ver, ar->target_type, target_type 283 drivers/net/wireless/ath/ath6kl/main.c address = TARG_VTOP(ar->target_type, target_type 298 drivers/net/wireless/ath/ath6kl/main.c address = TARG_VTOP(ar->target_type, debug_hdr_addr); target_type 303 drivers/net/wireless/ath/ath6kl/main.c address = TARG_VTOP(ar->target_type, target_type 313 drivers/net/wireless/ath/ath6kl/main.c address = TARG_VTOP(ar->target_type, target_type 329 drivers/net/wireless/ath/ath6kl/main.c address = TARG_VTOP(ar->target_type, target_type 336 drivers/net/wireless/ath/ath6kl/target.h #define TARG_VTOP(target_type, vaddr) \ target_type 337 drivers/net/wireless/ath/ath6kl/target.h (((target_type) == TARGET_TYPE_AR6003) ? AR6003_VTOP(vaddr) : \ target_type 338 drivers/net/wireless/ath/ath6kl/target.h (((target_type) == TARGET_TYPE_AR6004) ? AR6004_VTOP(vaddr) : 0)) target_type 253 include/linux/device-mapper.h struct target_type *type; target_type 331 include/linux/device-mapper.h int dm_register_target(struct target_type *t); target_type 332 include/linux/device-mapper.h void dm_unregister_target(struct target_type *t); target_type 824 include/scsi/scsi_host.h static inline unsigned int scsi_host_dif_capable(struct Scsi_Host *shost, unsigned int target_type) target_type 831 include/scsi/scsi_host.h if (target_type >= ARRAY_SIZE(cap)) target_type 834 include/scsi/scsi_host.h return shost->prot_capabilities & cap[target_type] ? target_type : 0; target_type 837 include/scsi/scsi_host.h static inline unsigned int scsi_host_dix_capable(struct Scsi_Host *shost, unsigned int target_type) target_type 845 include/scsi/scsi_host.h if (target_type >= ARRAY_SIZE(cap)) target_type 848 include/scsi/scsi_host.h return shost->prot_capabilities & cap[target_type]; target_type 170 include/uapi/linux/dm-ioctl.h char target_type[DM_MAX_TYPE_NAME]; target_type 5884 mm/memcontrol.c enum mc_target_type target_type; target_type 5894 mm/memcontrol.c target_type = get_mctgt_type_thp(vma, addr, *pmd, &target); target_type 5895 mm/memcontrol.c if (target_type == MC_TARGET_PAGE) { target_type 5906 mm/memcontrol.c } else if (target_type == MC_TARGET_DEVICE) { target_type 54 security/selinux/ss/avtab.c mix(keyp->target_type); target_type 120 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 131 security/selinux/ss/avtab.c key->target_type < cur->key.target_type) target_type 134 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 164 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 171 security/selinux/ss/avtab.c key->target_type < cur->key.target_type) target_type 174 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 194 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 202 security/selinux/ss/avtab.c key->target_type < cur->key.target_type) target_type 205 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 230 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 238 security/selinux/ss/avtab.c key->target_type < cur->key.target_type) target_type 241 security/selinux/ss/avtab.c key->target_type == cur->key.target_type && target_type 259 security/selinux/ss/avtab.c node->key.target_type == cur->key.target_type && target_type 267 security/selinux/ss/avtab.c node->key.target_type < cur->key.target_type) target_type 270 security/selinux/ss/avtab.c node->key.target_type == cur->key.target_type && target_type 431 security/selinux/ss/avtab.c key.target_type = (u16)val; target_type 432 security/selinux/ss/avtab.c if (key.target_type != val) { target_type 486 security/selinux/ss/avtab.c key.target_type = le16_to_cpu(buf16[items++]); target_type 491 security/selinux/ss/avtab.c !policydb_type_isvalid(pol, key.target_type) || target_type 607 security/selinux/ss/avtab.c buf16[1] = cpu_to_le16(cur->key.target_type); target_type 28 security/selinux/ss/avtab.h u16 target_type; /* target type */ target_type 507 security/selinux/ss/mls.c rtr.target_type = tcontext->type; target_type 443 security/selinux/ss/policydb.c return (key->source_type + (key->target_type << 3) + target_type 456 security/selinux/ss/policydb.c v = key1->target_type - key2->target_type; target_type 1828 security/selinux/ss/policydb.c rt->target_type = le32_to_cpu(buf[1]); target_type 1839 security/selinux/ss/policydb.c !policydb_type_isvalid(p, rt->target_type) || target_type 3276 security/selinux/ss/policydb.c buf[1] = cpu_to_le32(rt->target_type); target_type 140 security/selinux/ss/policydb.h u32 target_type; target_type 656 security/selinux/ss/services.c avkey.target_type = j + 1; target_type 1062 security/selinux/ss/services.c avkey.target_type = j + 1; target_type 1750 security/selinux/ss/services.c avkey.target_type = tcontext->type;